aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 15 deletions
diff --git a/security/tripwire/files/patch-src__core__msystem.h b/security/tripwire/files/patch-src__core__msystem.h
deleted file mode 100644
index 1bb9e29934e2..000000000000
--- a/security/tripwire/files/patch-src__core__msystem.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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 */