NetBSD/etc/rc.d/LOGIN

16 lines
547 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
# $NetBSD: LOGIN,v 1.5 2001/04/06 09:38:54 wiz Exp $
2000-03-10 14:53:23 +03:00
#
# PROVIDE: LOGIN
# REQUIRE: apmd bootparams dhcpd dhcrelay local lpd mopd motd
2000-08-22 03:36:50 +04:00
# REQUIRE: mrouted ntpd rarpd rbootd route6d routed rtadvd rtsold
# REQUIRE: rwho screenblank timed wscons xfs yppasswdd
2000-03-10 14:53:23 +03:00
2000-07-21 03:36:56 +04:00
# This is a dummy dependancy to ensure user services such as xdm,
# inetd, cron and kerberos are started after everything else, incase
# the administrator has increased the system security level and
# wants to delay user logins until the system is (almost) fully
# operational.