Deleted Added
full compact
LOGIN (98184) LOGIN (104985)
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 98184 2002-06-13 22:14:37Z gordon $
4# $FreeBSD: head/etc/rc.d/LOGIN 104985 2002-10-12 13:49:21Z schweikh $
5#
6
7# PROVIDE: LOGIN
8# REQUIRE: DAEMON
9# KEYWORD: FreeBSD NetBSD
10
5#
6
7# PROVIDE: LOGIN
8# REQUIRE: DAEMON
9# KEYWORD: FreeBSD NetBSD
10
11# This is a dummy dependancy to ensure user services such as xdm,
12# inetd, cron and kerberos are started after everything else, incase
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.
13# the administrator has increased the system security level and
14# wants to delay user logins until the system is (almost) fully
15# operational.