mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Quiet warnings about non-existent scripts. My own fault for not testing my
own patches as well as I should.
This commit is contained in:
parent
9654cb6531
commit
8e05457085
1 changed files with 1 additions and 1 deletions
2
etc/rc
2
etc/rc
|
|
@ -84,7 +84,7 @@ case ${rc_ng} in
|
|||
fi
|
||||
|
||||
os=`eval ${CMD_OSTYPE}`
|
||||
files=`rcorder -k ${os} -s nostart /etc/rc.d/*`
|
||||
files=`rcorder -k ${os} -s nostart /etc/rc.d/* 2>/dev/null`
|
||||
|
||||
for _rc_elem in ${files}; do
|
||||
run_rc_script ${_rc_elem} ${_boot}
|
||||
|
|
|
|||
Loading…
Reference in a new issue