Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/rc.d s/dependancy/dependency/. explicitly require DAEMON



details:   https://anonhg.NetBSD.org/src/rev/8be47940db92
branches:  trunk
changeset: 508768:8be47940db92
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Apr 19 16:00:29 2001 +0000

description:
s/dependancy/dependency/. explicitly require DAEMON

diffstat:

 etc/rc.d/LOGIN |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 481e93c5c7ff -r 8be47940db92 etc/rc.d/LOGIN
--- a/etc/rc.d/LOGIN    Thu Apr 19 15:56:32 2001 +0000
+++ b/etc/rc.d/LOGIN    Thu Apr 19 16:00:29 2001 +0000
@@ -1,14 +1,15 @@
 #!/bin/sh
 #
-# $NetBSD: LOGIN,v 1.5 2001/04/06 09:38:54 wiz Exp $
+# $NetBSD: LOGIN,v 1.6 2001/04/19 16:00:29 lukem Exp $
 #
 
 # PROVIDE: LOGIN
+# REQUIRE: DAEMON
 # REQUIRE: apmd bootparams dhcpd dhcrelay local lpd mopd motd
 # REQUIRE: mrouted ntpd rarpd rbootd route6d routed rtadvd rtsold
 # REQUIRE: rwho screenblank timed wscons xfs yppasswdd
 
-#      This is a dummy dependancy to ensure user services such as xdm,
+#      This is a dummy dependency to ensure user services such as xdm,
 #      inetd, cron and kerberos are started after everything else, incase
 #      the administrator has increased the system security level and
 #      wants to delay user logins until the system is (almost) fully



Home | Main Index | Thread Index | Old Index