Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d move altqd slightly later in the boot sequence; as ...



details:   https://anonhg.NetBSD.org/src/rev/f7a1a925eba4
branches:  trunk
changeset: 544073:f7a1a925eba4
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Mar 10 18:17:06 2003 +0000

description:
move altqd slightly later in the boot sequence; as it's in /usr/sbin,
it needs to depend upon mountcritremote, not run before NETWORKING ...

diffstat:

 etc/rc.d/altqd |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 3a21b69a701f -r f7a1a925eba4 etc/rc.d/altqd
--- a/etc/rc.d/altqd    Mon Mar 10 17:58:21 2003 +0000
+++ b/etc/rc.d/altqd    Mon Mar 10 18:17:06 2003 +0000
@@ -1,11 +1,11 @@
 #!/bin/sh
 #
-# $NetBSD: altqd,v 1.2 2002/03/22 04:33:58 thorpej Exp $
+# $NetBSD: altqd,v 1.3 2003/03/10 18:17:06 lukem Exp $
 #
 
 # PROVIDE: altqd
-# REQUIRE: network mountcritlocal dhclient
-# BEFORE:  NETWORKING
+# REQUIRE: mountcritremote
+# BEFORE:  SERVERS
 # KEYWORD: shutdown
 
 . /etc/rc.subr



Home | Main Index | Thread Index | Old Index