blob: 7f95980e11ecdc21f54af5601ddd40990edc880b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh
#
#
# PROVIDE: LOGIN
# REQUIRE: DAEMON
# This is a dummy dependency to ensure user services such as xdm,
# inetd, cron and kerberos are started after everything else, in case
# the administrator has increased the system security level and
# wants to delay user logins until the system is (almost) fully
# operational.
|