NetBSD/etc/rc.d/LOGIN

17 lines
567 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
# $NetBSD: LOGIN,v 1.6 2001/04/19 16:00:29 lukem Exp $
2000-03-10 14:53:23 +03:00
#
# PROVIDE: LOGIN
# REQUIRE: DAEMON
# 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
# This is a dummy dependency to ensure user services such as xdm,
2000-07-21 03:36:56 +04:00
# 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.