Module Name: src
Committed By: gutteridge
Date: Wed Mar 2 01:55:19 UTC 2022
Modified Files:
src/etc/rc.d: LOGIN
Log Message:
LOGIN: fix typo in description
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/etc/rc.d/LOGIN
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/rc.d/LOGIN
diff -u src/etc/rc.d/LOGIN:1.7 src/etc/rc.d/LOGIN:1.8
--- src/etc/rc.d/LOGIN:1.7 Fri Mar 22 04:33:57 2002
+++ src/etc/rc.d/LOGIN Wed Mar 2 01:55:18 2022
@@ -1,13 +1,13 @@
#!/bin/sh
#
-# $NetBSD: LOGIN,v 1.7 2002/03/22 04:33:57 thorpej Exp $
+# $NetBSD: LOGIN,v 1.8 2022/03/02 01:55:18 gutteridge Exp $
#
# PROVIDE: LOGIN
# REQUIRE: DAEMON
# This is a dummy dependency to ensure user services such as xdm,
-# inetd, cron and kerberos are started after everything else, incase
+# inetd, cron and kerberos are started after everything else, in case
# the administrator has increased the system security level and
# wants to delay user logins until the system is (almost) fully
# operational.