Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d s/dependancy/dependency/. require NETWORK and SERVE...



details:   https://anonhg.NetBSD.org/src/rev/3496920fd59a
branches:  trunk
changeset: 508769:3496920fd59a
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Apr 19 16:18:27 2001 +0000

description:
s/dependancy/dependency/. require NETWORK and SERVERS instead of network

diffstat:

 etc/rc.d/DAEMON |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8be47940db92 -r 3496920fd59a etc/rc.d/DAEMON
--- a/etc/rc.d/DAEMON   Thu Apr 19 16:00:29 2001 +0000
+++ b/etc/rc.d/DAEMON   Thu Apr 19 16:18:27 2001 +0000
@@ -1,12 +1,13 @@
 #!/bin/sh
 #
-# $NetBSD: DAEMON,v 1.5 2000/09/19 13:04:38 lukem Exp $
+# $NetBSD: DAEMON,v 1.6 2001/04/19 16:18:27 lukem Exp $
 #
 
 # PROVIDE: DAEMON
+# REQUIRE: NETWORK SERVERS
 # REQUIRE: accounting aftermountlkm amd cleartmp dmesg ipmon
-# REQUIRE: ipnat ipsec ldconfig named network nonlocalswap nfslocking
+# REQUIRE: ipnat ipsec ldconfig named nonlocalswap nfslocking
 # REQUIRE: pwcheck quota savecore securelevel sysctl sysdb virecover ypbind
 
-#      This is a dummy dependancy, to ensure that general purpose daemons
+#      This is a dummy dependency, to ensure that general purpose daemons
 #      are run _after_ the above are.



Home | Main Index | Thread Index | Old Index