Make /etc/rc.d/ttys run after /etc/rc.d/bootconf.sh,

because bootconf could conceivably change /etc/ttys.
This commit is contained in:
apb 2012-11-10 15:08:36 +00:00
parent f950d3cf71
commit e36b9f4a97
1 changed files with 2 additions and 2 deletions

View File

@ -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