pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cfs cfsd needs to be before "mountall" in ord...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d313c8a3657
branches:  trunk
changeset: 478967:0d313c8a3657
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Aug 02 17:09:35 2004 +0000

description:
cfsd needs to be before "mountall" in order to be listed in /etc/fstab.

diffstat:

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

diffs (28 lines):

diff -r 20c349a20fb7 -r 0d313c8a3657 security/cfs/Makefile
--- a/security/cfs/Makefile     Mon Aug 02 17:09:06 2004 +0000
+++ b/security/cfs/Makefile     Mon Aug 02 17:09:35 2004 +0000
@@ -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 -r 20c349a20fb7 -r 0d313c8a3657 security/cfs/files/cfsd.sh
--- a/security/cfs/files/cfsd.sh        Mon Aug 02 17:09:06 2004 +0000
+++ b/security/cfs/files/cfsd.sh        Mon Aug 02 17:09:35 2004 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index