17 lines
567 B
Bash
Executable File
17 lines
567 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $NetBSD: LOGIN,v 1.6 2001/04/19 16:00:29 lukem Exp $
|
|
#
|
|
|
|
# PROVIDE: LOGIN
|
|
# REQUIRE: DAEMON
|
|
# REQUIRE: apmd bootparams dhcpd dhcrelay local lpd mopd motd
|
|
# REQUIRE: mrouted ntpd rarpd rbootd route6d routed rtadvd rtsold
|
|
# REQUIRE: rwho screenblank timed wscons xfs yppasswdd
|
|
|
|
# This is a dummy dependency 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.
|