diff options
author | tv <tv@pkgsrc.org> | 2004-08-03 04:35:42 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-08-03 04:35:42 +0000 |
commit | a3a100fc655cfcf6dd2e3f2c9e4e1c307410c2c0 (patch) | |
tree | 6aa4da4933fc62e1ef2348a37751fa3c3b5c1e86 /security/cfs | |
parent | 30c3c136d0e90b3711f83dc3f8298ba46490cbc6 (diff) | |
download | pkgsrc-a3a100fc655cfcf6dd2e3f2c9e4e1c307410c2c0.tar.gz |
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.
Diffstat (limited to 'security/cfs')
-rw-r--r-- | security/cfs/Makefile | 4 | ||||
-rw-r--r-- | security/cfs/files/cfsd.sh | 3 |
2 files changed, 3 insertions, 4 deletions
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. |