Browse Source

Typo.

ok kili@
OPENBSD_5_7
ajacoutot 10 years ago
parent
commit
753cf82d49
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc.d/rc.subr

+ 2
- 2
src/etc/rc.d/rc.subr View File

@ -1,4 +1,4 @@
# $OpenBSD: rc.subr,v 1.79 2014/08/11 20:16:04 kili Exp $
# $OpenBSD: rc.subr,v 1.80 2014/08/11 20:24:57 ajacoutot Exp $
#
# Copyright (c) 2010, 2011, 2014 Antoine Jacoutot <ajacoutot@openbsd.org>
# Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@ -121,7 +121,7 @@ _rc_parse_conf() {
pf_rules ipsec_rules shlib_dirs pkg_scripts \
nfs_server
[ $# -gt 0 ] || set -- /etc/rc.conf /etc.rc.conf.local
[ $# -gt 0 ] || set -- /etc/rc.conf /etc/rc.conf.local
for _rcfile; do
[[ -f $_rcfile ]] || continue
while IFS=' ' read -r _l; do


Loading…
Cancel
Save