Quiet warnings on shutdown.
This commit is contained in:
parent
848d0f0fb4
commit
8fb250553b
@ -82,7 +82,7 @@ case ${rc_ng} in
|
||||
# XXX - rcorder(8) with multiple -k switches works as a logical OR,
|
||||
# so, we can't do this: rcorder -k shutdown -k FreeBSD.
|
||||
#
|
||||
files=`eval grep -l \'^# KEYWORD:.*FreeBSD\' \`rcorder -k shutdown /etc/rc.d/*\``
|
||||
files=`eval grep -l \'^# KEYWORD:.*FreeBSD\' \`rcorder -k shutdown /etc/rc.d/* 2>/dev/null\``
|
||||
|
||||
for _rc_elem in `reverse_list $files`; do
|
||||
debug "run_rc_script $_rc_elem stop"
|
||||
|
Loading…
x
Reference in New Issue
Block a user