summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-06 06:20:19 +0000
committerpeter <peter@FreeBSD.org>1999-08-06 06:20:19 +0000
commit512d01cbd69ad65a3e1eaad853921bfadb43db33 (patch)
treed6dad34469e9909727ad70aae11058a9ca9cb89b /etc/rc
parent753bd4730c6b2aa5e6f0b777d13e5f07823ebcbc (diff)
downloadFreeBSD-src-512d01cbd69ad65a3e1eaad853921bfadb43db33.zip
FreeBSD-src-512d01cbd69ad65a3e1eaad853921bfadb43db33.tar.gz
I don't think `customify' is a real word.
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 1535005..2e03dd6 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
OpenPOWER on IntegriCloud