1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/cfs/files/patch-ab
Brian Feldman 865ed821c5 Update to cfs version 1.4.0 beta 2.
Submitted by:	Ollivier Robert <roberto@FreeBSD.org>
2000-05-23 01:02:39 +00:00

21 lines
580 B
Plaintext

--- 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);