diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-05-23 01:02:39 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-05-23 01:02:39 +0000 |
commit | 865ed821c56c209d6570dd8efb0f435bb3345c7f (patch) | |
tree | caa7a3c65a73ed9ff77e528e19437d1b80043346 /security/cfs/files/patch-ab | |
parent | Add back lynx-current. (diff) |
Update to cfs version 1.4.0 beta 2.
Submitted by: Ollivier Robert <roberto@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=28695
Diffstat (limited to 'security/cfs/files/patch-ab')
-rw-r--r-- | security/cfs/files/patch-ab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/cfs/files/patch-ab b/security/cfs/files/patch-ab index 3bdd4e1ec5b0..a5d7ffaf953f 100644 --- a/security/cfs/files/patch-ab +++ b/security/cfs/files/patch-ab @@ -1,6 +1,6 @@ ---- cfs.c.orig Wed Mar 20 09:57:56 1996 -+++ cfs.c Mon Oct 13 21:30:22 1997 -@@ -42,7 +42,7 @@ +--- cfs.c.orig Fri Dec 19 01:30:50 1997 ++++ cfs.c Mon May 22 18:30:01 2000 +@@ -43,7 +43,7 @@ struct in_addr validhost; @@ -9,12 +9,12 @@ void nfs_program_2(); void adm_program_2(); #include <string.h> -@@ -233,7 +233,7 @@ +@@ -236,7 +236,7 @@ setuid(0); umask(0); --#if defined(__NetBSD__) -+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) +-#if defined(__NetBSD__) || defined(__bsdi__) ++#if defined(__NetBSD__) || defined(__bsdi__) || defined(__FreeBSD__) || defined(__OpenBSD__) #ifndef DEBUG /* detach from terminal */ daemon(0,0); |