diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-12 09:06:25 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-12 09:06:25 +0000 |
commit | 84dee8dde88b73b2e13dba2a7e117655103732f0 (patch) | |
tree | af57ee5943fc53988e7e936954a943ccbdff1b07 /security/cfs/files/patch-ab | |
parent | Fix and document insecure temporary file handling in portupgrade. (diff) |
- Merge and split existing patch-a[a-f] files.
- Fix types issues on 64-bits architectures.
PR: ports/75878
Submitted by: Ville-Pertti Keinonen <will@exomi.com>
Approved by: maintainer timeout (3 months)
Notes
Notes:
svn path=/head/; revision=133129
Diffstat (limited to 'security/cfs/files/patch-ab')
-rw-r--r-- | security/cfs/files/patch-ab | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/security/cfs/files/patch-ab b/security/cfs/files/patch-ab deleted file mode 100644 index a5d7ffaf953f..000000000000 --- a/security/cfs/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- 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; - --#if defined(SOLARIS2X) || defined(__NetBSD__) -+#if defined(SOLARIS2X) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) - void nfs_program_2(); - void adm_program_2(); - #include <string.h> -@@ -236,7 +236,7 @@ - setuid(0); - umask(0); - --#if defined(__NetBSD__) || defined(__bsdi__) -+#if defined(__NetBSD__) || defined(__bsdi__) || defined(__FreeBSD__) || defined(__OpenBSD__) - #ifndef DEBUG - /* detach from terminal */ - daemon(0,0); |