Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d Revert previous as it introduces "Circular dependen...



details:   https://anonhg.NetBSD.org/src/rev/1f688616fe4a
branches:  trunk
changeset: 768534:1f688616fe4a
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Aug 18 16:46:14 2011 +0000

description:
Revert previous as it introduces "Circular dependency on provision
`mountcritremote'".

route6d is "BEFORE: NETWORKING" and was made to "REQUIRE: mountcritremote",
but mountcritremote "REQUIRE: NETWORKING".

diffstat:

 etc/rc.d/route6d |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 74501c30e8aa -r 1f688616fe4a etc/rc.d/route6d
--- a/etc/rc.d/route6d  Thu Aug 18 15:36:51 2011 +0000
+++ b/etc/rc.d/route6d  Thu Aug 18 16:46:14 2011 +0000
@@ -1,10 +1,10 @@
 #!/bin/sh
 #
-# $NetBSD: route6d,v 1.8 2011/08/17 16:39:29 gdt Exp $
+# $NetBSD: route6d,v 1.9 2011/08/18 16:46:14 uwe Exp $
 #
 
 # PROVIDE: route6d
-# REQUIRE: network mountcritlocal mountcritremote
+# REQUIRE: network mountcritlocal
 # BEFORE:  NETWORKING
 
 $_rc_subr_loaded . /etc/rc.subr



Home | Main Index | Thread Index | Old Index