aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/LOGIN
blob: a9e0c6ba741d722b79933f9cc98ab6afa977b6e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# $FreeBSD: src/etc/rc.d/LOGIN,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
#

# 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.