]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/rc.d/LOGIN
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / etc / rc.d / LOGIN
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: LOGIN
7 # REQUIRE: DAEMON utx
8
9 #       This is a dummy dependency to ensure user services such as xdm,
10 #       inetd, cron and kerberos are started after everything else, in case
11 #       the administrator has increased the system security level and
12 #       wants to delay user logins until the system is (almost) fully
13 #       operational.