summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-06 00:06:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-06 00:06:01 +0000
commit869dc543b1f19acf87fa8a4f7d7d4e871332bc21 (patch)
treebe773fb46d7b426d5148dbf775e2c3c67cbdca9d /etc/rc
parent7d979126edf784750e98b7aaeb8cdb01f1eee266 (diff)
typo
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 3d4d7f81908..46452006c65 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.61 1998/02/05 09:54:36 deraadt Exp $
+# $OpenBSD: rc,v 1.62 1998/02/06 00:06:00 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -227,6 +227,7 @@ echo clearing /tmp
! -name quota.group -exec rm -rf -- {} \; -type d -prune)
if [ -f /etc/sysctl.conf ]; then
+(
# delete comments and blank lines
set -- `sed -e 's/#.*$//' /etc/sysctl.conf | grep -v '^$'`
while [ $# -ge 1 ] ; do