Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d Make it start before "SERVERS" and remove redundant...



details:   https://anonhg.NetBSD.org/src/rev/535333c4c5a5
branches:  trunk
changeset: 544199:535333c4c5a5
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Mar 14 09:18:50 2003 +0000

description:
Make it start before "SERVERS" and remove redundant dependency on
"network". This brings it in line with the altqd script, which has
very similar requirements.

diffstat:

 etc/rc.d/ifwatchd |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 18e18e6ea47d -r 535333c4c5a5 etc/rc.d/ifwatchd
--- a/etc/rc.d/ifwatchd Fri Mar 14 08:35:05 2003 +0000
+++ b/etc/rc.d/ifwatchd Fri Mar 14 09:18:50 2003 +0000
@@ -1,10 +1,11 @@
 #!/bin/sh
 #
-# $NetBSD: ifwatchd,v 1.1 2001/12/10 16:53:07 martin Exp $
+# $NetBSD: ifwatchd,v 1.2 2003/03/14 09:18:50 martin Exp $
 #
 
 # PROVIDE: ifwatchd
-# REQUIRE: mountcritremote network
+# REQUIRE: mountcritremote
+# BEFORE: SERVERS
 
 . /etc/rc.subr
 



Home | Main Index | Thread Index | Old Index