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 /etc/rc.d/ttys run after /etc/rc.d/bootconf.sh,



details:   https://anonhg.NetBSD.org/src/rev/52039b0cddf1
branches:  trunk
changeset: 782634:52039b0cddf1
user:      apb <apb%NetBSD.org@localhost>
date:      Sat Nov 10 15:08:36 2012 +0000

description:
Make /etc/rc.d/ttys run after /etc/rc.d/bootconf.sh,
because bootconf could conceivably change /etc/ttys.

diffstat:

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

diffs (16 lines):

diff -r 287d42bbb9f5 -r 52039b0cddf1 etc/rc.d/ttys
--- a/etc/rc.d/ttys     Sat Nov 10 11:01:52 2012 +0000
+++ b/etc/rc.d/ttys     Sat Nov 10 15:08:36 2012 +0000
@@ -1,10 +1,10 @@
 #!/bin/sh
 #
-# $NetBSD: ttys,v 1.6 2004/11/10 05:04:51 christos Exp $
+# $NetBSD: ttys,v 1.7 2012/11/10 15:08:36 apb Exp $
 #
 
 # PROVIDE: tty
-# REQUIRE: root
+# REQUIRE: root bootconf
 
 $_rc_subr_loaded . /etc/rc.subr
 



Home | Main Index | Thread Index | Old Index