LOGIN revision 1.2
11.1Slukem#!/bin/sh 21.1Slukem# 31.2Saugustss# $NetBSD: LOGIN,v 1.2 2000/05/02 16:31:11 augustss 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.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