From 0fecdbf26d366514d47f3eb201163ed57a685c81 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 2 Aug 2004 17:09:35 +0000 Subject: cfsd needs to be before "mountall" in order to be listed in /etc/fstab. --- security/cfs/Makefile | 4 ++-- security/cfs/files/cfsd.sh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'security') 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. -- cgit v1.2.3