From 705702d2eccd6055987e76d3f88db3eea3e41115 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 3 Aug 2004 04:35:42 +0000 Subject: Unfortunately, "mountd" REQUIREs "mountall", causing a circular dependency here. So it's not possible to mount cfs from "mountall" -- it will have to be mounted by hand later in startup, e.g. rc.local. --- security/cfs/Makefile | 4 ++-- security/cfs/files/cfsd.sh | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'security/cfs') diff --git a/security/cfs/Makefile b/security/cfs/Makefile index f749d654eb8..5e349a87630 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2004/08/02 17:09:35 tv Exp $ +# $NetBSD: Makefile,v 1.19 2004/08/03 04:35:42 tv Exp $ DISTNAME= cfs-1.4.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.crypto.com/software/ diff --git a/security/cfs/files/cfsd.sh b/security/cfs/files/cfsd.sh index d8c4c323c17..1ccc0512d49 100644 --- a/security/cfs/files/cfsd.sh +++ b/security/cfs/files/cfsd.sh @@ -1,10 +1,9 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: cfsd.sh,v 1.5 2004/08/02 17:09:35 tv Exp $ +# $NetBSD: cfsd.sh,v 1.6 2004/08/03 04:35:42 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