head	1.5;
access;
symbols
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.3
	RELEASE_2_2_7:1.3
	RELEASE_2_2_6:1.3
	RELEASE_2_2_5:1.3
	jdp_1_0:1.1.1.1
	JDP:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2005.04.12.09.06.25;	author flz;	state dead;
branches;
next	1.4;

1.4
date	2000.05.23.01.02.39;	author green;	state Exp;
branches;
next	1.3;

1.3
date	97.10.14.04.37.04;	author jdp;	state Exp;
branches;
next	1.2;

1.2
date	97.09.12.00.11.00;	author imp;	state Exp;
branches;
next	1.1;

1.1
date	97.07.30.22.10.23;	author jdp;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.07.30.22.10.23;	author jdp;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- 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)
@
text
@--- 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);
@


1.4
log
@Update to cfs version 1.4.0 beta 2.

Submitted by:	Ollivier Robert <roberto@@FreeBSD.org>
@
text
@@


1.3
log
@Fix cfsd so that it detaches from the controlling terminal.

PR:		closes ports/4757
Submitted by:	saken@@rmta.ml.org (Scott A. Kenney)
@
text
@d1 3
a3 3
--- cfs.c.orig	Wed Mar 20 09:57:56 1996
+++ cfs.c	Mon Oct 13 21:30:22 1997
@@@@ -42,7 +42,7 @@@@
d12 1
a12 1
@@@@ -233,7 +233,7 @@@@
d16 2
a17 2
-#if defined(__NetBSD__)
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
@


1.2
log
@Add OpenBSD to the list of systems.
Reviewed by:	jdp@@polstra.com
Submitted by:	Theo de Raadt <deraadt@@cvs.openbsd.org>
@
text
@d2 1
a2 1
+++ cfs.c	Wed Jul 30 12:06:01 1997
d12 9
@


1.1
log
@Initial revision
@
text
@d8 1
a8 1
+#if defined(SOLARIS2X) || defined(__NetBSD__) || defined(__FreeBSD__)
@


1.1.1.1
log
@New port of CFS, the Cryptographic File System.
@
text
@@
