LOGIN revision 1.4
11.1Slukem#!/bin/sh
21.1Slukem#
31.4Slukem# $NetBSD: LOGIN,v 1.4 2000/08/21 23:36:50 lukem Exp $
41.1Slukem#
51.1Slukem
61.1Slukem# PROVIDE: LOGIN
71.4Slukem# REQUIRE: apmd bootparams dhcpd dhcrelay gated local lpd mopd motd
81.4Slukem# REQUIRE: mrouted ntpd rarpd rbootd route6d routed rtadvd rtsold
91.4Slukem# REQUIRE: rwho screenblank timed wscons xfs yppasswdd
101.1Slukem
111.3Slukem#	This is a dummy dependancy to ensure user services such as xdm,
121.3Slukem#	inetd, cron and kerberos are started after everything else, incase
131.3Slukem#	the administrator has increased the system security level and
141.3Slukem#	wants to delay user logins until the system is (almost) fully
151.3Slukem#	operational.
16