Deleted Added
full compact
LOGIN (78345) LOGIN (98184)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $NetBSD: LOGIN,v 1.3 2000/07/20 23:36:56 lukem Exp $
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#
5
6# PROVIDE: LOGIN
5#
6
7# PROVIDE: LOGIN
7# REQUIRE: apmd bootparams dhcpd dhcrelay gated local lpd mopd motd
8# REQUIRE: mrouted ntpd rarpd rbootd route6d routed rtadvd rtsold
9# REQUIRE: rwho screenblank timed wscons xfs yppasswdd
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
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 dependancy to ensure user services such as xdm,
12# inetd, cron and kerberos are started after everything else, incase
13# the administrator has increased the system security level and
14# wants to delay user logins until the system is (almost) fully
15# operational.