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:
Gordon Tetlow 2002-09-11 01:00:57 +00:00
parent 9654cb6531
commit 8e05457085

2
etc/rc
View file

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