Browse Source

typo

OPENBSD_2_3
deraadt 26 years ago
parent
commit
224ae4d094
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/rc

+ 2
- 1
src/etc/rc View File

@ -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


Loading…
Cancel
Save