Deleted Added
full compact
LOGIN (104985) LOGIN (124616)
1#!/bin/sh
2#
3# $NetBSD: LOGIN,v 1.7 2002/03/22 04:33:57 thorpej Exp $
1#!/bin/sh
2#
3# $NetBSD: LOGIN,v 1.7 2002/03/22 04:33:57 thorpej Exp $
4# $FreeBSD: head/etc/rc.d/LOGIN 104985 2002-10-12 13:49:21Z schweikh $
4# $FreeBSD: head/etc/rc.d/LOGIN 124616 2004-01-17 10:16:38Z mtm $
5#
6
7# PROVIDE: LOGIN
8# REQUIRE: DAEMON
5#
6
7# PROVIDE: LOGIN
8# REQUIRE: DAEMON
9# KEYWORD: FreeBSD NetBSD
9# KEYWORD: FreeBSD
10
11# This is a dummy dependency to ensure user services such as xdm,
12# inetd, cron and kerberos are started after everything else, in case
13# the administrator has increased the system security level and
14# wants to delay user logins until the system is (almost) fully
15# operational.
10
11# This is a dummy dependency to ensure user services such as xdm,
12# inetd, cron and kerberos are started after everything else, in case
13# the administrator has increased the system security level and
14# wants to delay user logins until the system is (almost) fully
15# operational.