17 lines
556 B
Bash
Executable File
17 lines
556 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $NetBSD: LOGIN,v 1.3 2000/07/20 23:36:56 lukem Exp $
|
|
#
|
|
|
|
# PROVIDE: LOGIN
|
|
# REQUIRE: gated routed mrouted timed ntpd dhcpd dhcrelay rwho lpd bootparams
|
|
# REQUIRE: xfs rarpd rbootd mopd apmd screenblank motd local
|
|
# REQUIRE: route6d rtadvd rtsold wscons yppasswdd
|
|
|
|
|
|
# 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.
|