Deleted Added
full compact
LOGIN (256281) LOGIN (279497)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: stable/10/etc/rc.d/LOGIN 231549 2012-02-12 07:45:48Z ed $
3# $FreeBSD: stable/10/etc/rc.d/LOGIN 279497 2015-03-01 21:22:34Z ngie $
4#
5
6# PROVIDE: LOGIN
4#
5
6# PROVIDE: LOGIN
7# REQUIRE: DAEMON utx
7# REQUIRE: DAEMON
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.
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.