diff options
author | tv <tv@pkgsrc.org> | 2004-08-02 17:09:35 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-08-02 17:09:35 +0000 |
commit | 0fecdbf26d366514d47f3eb201163ed57a685c81 (patch) | |
tree | 3231649265fdcffcf95097a8cb601c8e6ac6063a /security | |
parent | 75561db9a76e1113ec7b2be230b5d1337dfec5ff (diff) | |
download | pkgsrc-0fecdbf26d366514d47f3eb201163ed57a685c81.tar.gz |
cfsd needs to be before "mountall" in order to be listed in /etc/fstab.
Diffstat (limited to 'security')
-rw-r--r-- | security/cfs/Makefile | 4 | ||||
-rw-r--r-- | security/cfs/files/cfsd.sh | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index 01a549f6e38..f749d654eb8 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2004/07/25 04:47:15 grant Exp $ +# $NetBSD: Makefile,v 1.18 2004/08/02 17:09:35 tv Exp $ DISTNAME= cfs-1.4.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.crypto.com/software/ diff --git a/security/cfs/files/cfsd.sh b/security/cfs/files/cfsd.sh index 30179d7100d..d8c4c323c17 100644 --- a/security/cfs/files/cfsd.sh +++ b/security/cfs/files/cfsd.sh @@ -1,9 +1,10 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: cfsd.sh,v 1.4 2003/07/31 10:05:53 jmmv Exp $ +# $NetBSD: cfsd.sh,v 1.5 2004/08/02 17:09:35 tv Exp $ # # PROVIDE: cfsd # REQUIRE: mountd +# BEFORE: mountall # # To start cfsd at startup, copy this script to /etc/rc.d and set # cfs=YES in /etc/rc.conf. |