diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-06 00:06:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-06 00:06:01 +0000 |
commit | 869dc543b1f19acf87fa8a4f7d7d4e871332bc21 (patch) | |
tree | be773fb46d7b426d5148dbf775e2c3c67cbdca9d /etc/rc | |
parent | 7d979126edf784750e98b7aaeb8cdb01f1eee266 (diff) |
typo
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |