summaryrefslogtreecommitdiff
path: root/security/tripwire/files/patch-src::core::msystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/tripwire/files/patch-src::core::msystem.h')
-rw-r--r--security/tripwire/files/patch-src::core::msystem.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/tripwire/files/patch-src::core::msystem.h b/security/tripwire/files/patch-src::core::msystem.h
new file mode 100644
index 000000000000..1bb9e29934e2
--- /dev/null
+++ b/security/tripwire/files/patch-src::core::msystem.h
@@ -0,0 +1,15 @@
+--- src/core/msystem.h.orig Fri Oct 27 18:15:20 2000
++++ src/core/msystem.h Fri Feb 22 13:53:33 2002
+@@ -114,7 +114,11 @@
+ # define GID_RESET -2 /* reset EGID to RGID */
+ #endif
+ #ifndef DEF_PATH
+-# define DEF_PATH "PATH=/bin:/usr/bin:/usr/ucb" /* default search path */
++#ifdef __FreeBSD_cc_version
++# define DEF_PATH "PATH=/sbin:/usr/sbin:/bin:/usr/bin" /* default search path */
++#else
++# define DEF_PATH "PATH=/bin:/usr/bin:/usr/ucb" /* default search path */
++#endif
+ #endif
+ #ifndef DEF_SHELL
+ # define DEF_SHELL "SHELL=/bin/sh" /* default shell */