LOGIN revision 1.6
11.1Slukem#!/bin/sh
21.1Slukem#
31.6Slukem# $NetBSD: LOGIN,v 1.6 2001/04/19 16:00:29 lukem Exp $
41.1Slukem#
51.1Slukem
61.1Slukem# PROVIDE: LOGIN
71.6Slukem# REQUIRE: DAEMON
81.5Swiz# REQUIRE: apmd bootparams dhcpd dhcrelay local lpd mopd motd
91.4Slukem# REQUIRE: mrouted ntpd rarpd rbootd route6d routed rtadvd rtsold
101.4Slukem# REQUIRE: rwho screenblank timed wscons xfs yppasswdd
111.1Slukem
121.6Slukem#	This is a dummy dependency to ensure user services such as xdm,
131.3Slukem#	inetd, cron and kerberos are started after everything else, incase
141.3Slukem#	the administrator has increased the system security level and
151.3Slukem#	wants to delay user logins until the system is (almost) fully
161.3Slukem#	operational.
17