Module Name:    src
Committed By:   uwe
Date:           Thu Aug 18 16:46:14 UTC 2011

Modified Files:
        src/etc/rc.d: route6d

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/etc/rc.d/route6d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/rc.d/route6d
diff -u src/etc/rc.d/route6d:1.8 src/etc/rc.d/route6d:1.9
--- src/etc/rc.d/route6d:1.8	Wed Aug 17 16:39:29 2011
+++ src/etc/rc.d/route6d	Thu Aug 18 16:46:14 2011
@@ -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

Reply via email to