History log of /netbsd-src/etc/rc.d/ttys (Results 1 – 7 of 7)
Revision Date Author Comments
# e36b9f4a 10-Nov-2012 apb <apb@NetBSD.org>

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


# 573e338f 10-Nov-2004 christos <christos@NetBSD.org>

Don't try to chmod ptys if we have none.


# 7d2e1537 13-Aug-2004 mycroft <mycroft@NetBSD.org>

Add an _rc_subr_loaded variable, set to ":" by rc.subr. Scripts can use this
for a speedup by doing:
$_rc_subr_loaded . /etc/rc.subr


# 62498fc1 12-Feb-2002 lukem <lukem@NetBSD.org>

reset perms of ptyX[0-9a-zA-Z] instead of just ptyX[0-9a-f]


# 3909ce45 25-Apr-2001 lukem <lukem@NetBSD.org>

setup tty[p-uw-zP-T]? (kern.maxpty default = 256) instead of just tty[p-s]?.
on platforms which don't reserve ttyv? for console on ttyv0, set up ttyv?


# 5c1b0ec2 13-May-2000 lukem <lukem@NetBSD.org>

Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.
This allows us or a user to change the configuration file method in
one place - rc.subr - without having to edit all of the rc.d/

Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.
This allows us or a user to change the configuration file method in
one place - rc.subr - without having to edit all of the rc.d/* files.

show more ...


# c53094a7 10-Mar-2000 lukem <lukem@NetBSD.org>

rc.d scripts derived from /etc/rc