Module Name: src
Committed By: gdt
Date: Wed Aug 17 16:39:30 UTC 2011
Modified Files:
src/etc/rc.d: route6d
Log Message:
Make route6d REQUIRE: mountcritremote.
route6d is in /usr/sbin, and thus on systems with separate / and /usr,
/etc/rc.d/route6d can be run before /usr is mounted, resulting in
route6d mysteriously failing to start.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/etc/rc.d/route6d:1.8
--- src/etc/rc.d/route6d:1.7 Sat Apr 21 15:20:07 2007
+++ src/etc/rc.d/route6d Wed Aug 17 16:39:29 2011
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $NetBSD: route6d,v 1.7 2007/04/21 15:20:07 tron Exp $
+# $NetBSD: route6d,v 1.8 2011/08/17 16:39:29 gdt Exp $
#
# PROVIDE: route6d
-# REQUIRE: network mountcritlocal
+# REQUIRE: network mountcritlocal mountcritremote
# BEFORE: NETWORKING
$_rc_subr_loaded . /etc/rc.subr