LOGIN revision 1.5
11.1Slukem#!/bin/sh 21.1Slukem# 31.5Swiz# $NetBSD: LOGIN,v 1.5 2001/04/06 09:38:54 wiz Exp $ 41.1Slukem# 51.1Slukem 61.1Slukem# PROVIDE: LOGIN 71.5Swiz# REQUIRE: apmd bootparams dhcpd dhcrelay 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