LOGIN revision 1.3
11.1Slukem#!/bin/sh
21.1Slukem#
31.3Slukem# $NetBSD: LOGIN,v 1.3 2000/07/20 23:36:56 lukem Exp $
41.1Slukem#
51.1Slukem
61.1Slukem# PROVIDE: LOGIN
71.2Saugustss# REQUIRE: gated routed mrouted timed ntpd dhcpd dhcrelay rwho lpd bootparams
81.1Slukem# REQUIRE: xfs rarpd rbootd mopd apmd screenblank motd local
91.1Slukem# REQUIRE: route6d rtadvd rtsold wscons yppasswdd
101.1Slukem
111.1Slukem
121.3Slukem#	This is a dummy dependancy 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