2001-06-16 07:16:14 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2002-06-13 22:14:37 +00:00
|
|
|
# $FreeBSD$
|
2001-06-16 07:16:14 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# PROVIDE: LOGIN
|
2015-02-13 20:52:23 +00:00
|
|
|
# REQUIRE: DAEMON
|
2001-06-16 07:16:14 +00:00
|
|
|
|
2002-10-12 13:49:21 +00:00
|
|
|
# This is a dummy dependency to ensure user services such as xdm,
|
|
|
|
# inetd, cron and kerberos are started after everything else, in case
|
2001-06-16 07:16:14 +00:00
|
|
|
# the administrator has increased the system security level and
|
|
|
|
# wants to delay user logins until the system is (almost) fully
|
|
|
|
# operational.
|