LOGIN revision 1.1
11.1Slukem#!/bin/sh
21.1Slukem#
31.1Slukem# $NetBSD: LOGIN,v 1.1 2000/03/13 04:03:53 lukem Exp $
41.1Slukem#
51.1Slukem
61.1Slukem# PROVIDE: LOGIN
71.1Slukem# REQUIRE: gated routed mrouted timed xntpd 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.1Slukem#	This is a dummy to ensure that xdm, inetd, cron and kerberos are
131.1Slukem#	started after everything else, incase the user has increased the
141.1Slukem#	system security level, and because we want to delay user logins
151.1Slukem#	until the system is (almost) fully operational.
16