Module Name:    src
Committed By:   apb
Date:           Sat Nov 10 15:08:36 UTC 2012

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/etc/rc.d/ttys

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/ttys
diff -u src/etc/rc.d/ttys:1.6 src/etc/rc.d/ttys:1.7
--- src/etc/rc.d/ttys:1.6	Wed Nov 10 05:04:51 2004
+++ src/etc/rc.d/ttys	Sat Nov 10 15:08:36 2012
@@ -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
 

Reply via email to