Sat Nov 10 15:08:36 2012 UTC ()
Make /etc/rc.d/ttys run after /etc/rc.d/bootconf.sh,
because bootconf could conceivably change /etc/ttys.


(apb)
diff -r1.6 -r1.7 src/etc/rc.d/ttys

cvs diff -r1.6 -r1.7 src/etc/rc.d/ttys (expand / switch to unified diff)

--- src/etc/rc.d/ttys 2004/11/10 05:04:51 1.6
+++ src/etc/rc.d/ttys 2012/11/10 15:08:36 1.7
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1#!/bin/sh 1#!/bin/sh
2# 2#
3# $NetBSD: ttys,v 1.6 2004/11/10 05:04:51 christos Exp $ 3# $NetBSD: ttys,v 1.7 2012/11/10 15:08:36 apb Exp $
4# 4#
5 5
6# PROVIDE: tty 6# PROVIDE: tty
7# REQUIRE: root 7# REQUIRE: root bootconf
8 8
9$_rc_subr_loaded . /etc/rc.subr 9$_rc_subr_loaded . /etc/rc.subr
10 10
11name="ttyflags" 11name="ttyflags"
12start_cmd="ttyflags_start" 12start_cmd="ttyflags_start"
13stop_cmd=":" 13stop_cmd=":"
14 14
15ttyflags_start() 15ttyflags_start()
16{ 16{
17 # set flags on ttys. 17 # set flags on ttys.
18 # (do early, in case they use tty for SLIP in network) 18 # (do early, in case they use tty for SLIP in network)
19 # 19 #
20 echo "Setting tty flags." 20 echo "Setting tty flags."