summaryrefslogtreecommitdiff
path: root/net/rdist6/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'net/rdist6/files/patch-ag')
-rw-r--r--net/rdist6/files/patch-ag37
1 files changed, 18 insertions, 19 deletions
diff --git a/net/rdist6/files/patch-ag b/net/rdist6/files/patch-ag
index b45e812a6a30..0083dd610f1e 100644
--- a/net/rdist6/files/patch-ag
+++ b/net/rdist6/files/patch-ag
@@ -1,19 +1,18 @@
-*** config/os-freebsd2.h.dist Mon Nov 9 21:59:55 1998
---- config/os-freebsd2.h Fri Dec 31 15:49:02 1999
-***************
-*** 116,121 ****
---- 116,122 ----
- */
- #define HAVE_FCHOWN /* Have fchown() */
- #define HAVE_FCHMOD /* Have fchmod() */
-+ #define HAVE_PATHS_H /* Have paths.h */
- #define HAVE_SELECT /* Have select() */
- #define HAVE_SAVED_IDS /* Have POSIX style saved [ug]id's */
- #define POSIX_SIGNALS /* Have POSIX signals */
-***************
-*** 131,133 ****
---- 132,135 ----
- * that which appears in "include/paths.h".
- */
- #define _PATH_REMSH "/usr/bin/rsh" /**/
-+ #define _PATH_OLDRDIST "/usr/bin/rdist" /* Enable compat */
+--- config/os-freebsd2.h.orig Mon Nov 9 19:59:55 1998
++++ config/os-freebsd2.h Fri Nov 3 02:40:25 2000
+@@ -116,8 +116,10 @@
+ */
+ #define HAVE_FCHOWN /* Have fchown() */
+ #define HAVE_FCHMOD /* Have fchmod() */
++#define HAVE_PATHS_H /* Have paths.h */
+ #define HAVE_SELECT /* Have select() */
+ #define HAVE_SAVED_IDS /* Have POSIX style saved [ug]id's */
++#define HAVE_SETPROCTITLE /* has a native setproctitle() */
+ #define POSIX_SIGNALS /* Have POSIX signals */
+
+ /*
+@@ -131,3 +133,4 @@
+ * that which appears in "include/paths.h".
+ */
+ #define _PATH_REMSH "/usr/bin/rsh" /**/
++#define _PATH_OLDRDIST "/usr/bin/rdist" /* Enable compat */