[BACK]Return to LOGIN CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc / rc.d

Annotation of src/etc/rc.d/LOGIN, Revision 1.7

1.1       lukem       1: #!/bin/sh
                      2: #
1.7     ! thorpej     3: # $NetBSD: LOGIN,v 1.6 2001/04/19 16:00:29 lukem Exp $
1.1       lukem       4: #
                      5:
                      6: # PROVIDE: LOGIN
1.6       lukem       7: # REQUIRE: DAEMON
1.1       lukem       8:
1.6       lukem       9: #      This is a dummy dependency to ensure user services such as xdm,
1.3       lukem      10: #      inetd, cron and kerberos are started after everything else, incase
                     11: #      the administrator has increased the system security level and
                     12: #      wants to delay user logins until the system is (almost) fully
                     13: #      operational.

CVSweb <webmaster@jp.NetBSD.org>