aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-06 06:20:19 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-06 06:20:19 +0000
commit855f92eae02e7f2018a3136ca461c098d9ff9747 (patch)
tree34c5d4cf58c51f35285acc5eca658f510a51ad12 /etc
parentf837ca75aac6fc5f64ace3c65a655b4279523748 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 15350058f28ff..2e03dd61b0e69 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.190 1999/08/02 05:42:44 imp Exp $
+# $Id: rc,v 1.191 1999/08/06 06:16:06 peter Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -412,7 +412,7 @@ if [ "X${update_motd}" != X"NO" ]; then
fi
fi
-# Run rc.devfs if present to customify devfs
+# Run rc.devfs if present to customize devfs
[ -f /etc/rc.devfs ] && sh /etc/rc.devfs
# Do traditional (but rather obsolete) rc.local file if it exists. If you