pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/cfs Unfortunately, "mountd" REQUIREs "mountal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7463bd4bab4
branches:  trunk
changeset: 478987:f7463bd4bab4
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Aug 03 04:35:42 2004 +0000

description:
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:

 security/cfs/Makefile      |  4 ++--
 security/cfs/files/cfsd.sh |  3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 47bf3ffedd90 -r f7463bd4bab4 security/cfs/Makefile
--- a/security/cfs/Makefile     Tue Aug 03 02:36:42 2004 +0000
+++ b/security/cfs/Makefile     Tue Aug 03 04:35:42 2004 +0000
@@ -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 -r 47bf3ffedd90 -r f7463bd4bab4 security/cfs/files/cfsd.sh
--- a/security/cfs/files/cfsd.sh        Tue Aug 03 02:36:42 2004 +0000
+++ b/security/cfs/files/cfsd.sh        Tue Aug 03 04:35:42 2004 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index