]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.d/LOGIN
Pull in /etc/rc.conf.d/network so that ifconfig_<if> variables can be
[FreeBSD/FreeBSD.git] / etc / rc.d / LOGIN
1 #!/bin/sh
2 #
3 # $NetBSD: LOGIN,v 1.7 2002/03/22 04:33:57 thorpej Exp $
4 # $FreeBSD$
5 #
6
7 # PROVIDE: LOGIN
8 # REQUIRE: DAEMON
9
10 #       This is a dummy dependency to ensure user services such as xdm,
11 #       inetd, cron and kerberos are started after everything else, in case
12 #       the administrator has increased the system security level and
13 #       wants to delay user logins until the system is (almost) fully
14 #       operational.