summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2002-09-19 20:14:50 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2002-09-19 20:14:50 +0000
commit2c7db4fbc2bdec5c59d244660aa17ff8082a7f54 (patch)
tree84388186802142738c7e0650a9c2db22ee0ce4de
parent118ee2b4d5aa76d1c37323566154c5c9d43514f1 (diff)
Notes
-rw-r--r--etc/rc.shutdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index 0f4bd3db2c1d..d153b9060e8d 100644
--- a/etc/rc.shutdown
+++ b/etc/rc.shutdown
@@ -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"