2000-03-10 14:53:23 +03:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2000-08-22 03:36:50 +04:00
|
|
|
# $NetBSD: LOGIN,v 1.4 2000/08/21 23:36:50 lukem Exp $
|
2000-03-10 14:53:23 +03:00
|
|
|
#
|
|
|
|
|
2000-03-13 07:03:52 +03:00
|
|
|
# PROVIDE: LOGIN
|
2000-08-22 03:36:50 +04:00
|
|
|
# REQUIRE: apmd bootparams dhcpd dhcrelay gated local lpd mopd motd
|
|
|
|
# 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.
|