summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2004-10-07 13:55:26 +0000
committermtm <mtm@FreeBSD.org>2004-10-07 13:55:26 +0000
commit39d3f406ce8264b6b5a65bffdc96aa7a04975459 (patch)
tree778cc660ba9a1c0f593103fef3829ebbf587298d /etc/rc.shutdown
parent3b8ee1c51209b3fa49c0bfb26aba3d04f6f4cd35 (diff)
downloadFreeBSD-src-39d3f406ce8264b6b5a65bffdc96aa7a04975459.zip
FreeBSD-src-39d3f406ce8264b6b5a65bffdc96aa7a04975459.tar.gz
Remove the requirement for the FreeBSD keyword as it no longer
makes any sense. Discussed with: dougb, brooks MFC after: 3 days
Diffstat (limited to 'etc/rc.shutdown')
-rw-r--r--etc/rc.shutdown4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index fa00feb..2f5a753 100644
--- a/etc/rc.shutdown
+++ b/etc/rc.shutdown
@@ -79,10 +79,8 @@ fi
# Determine the shutdown order of the /etc/rc.d scripts,
# and perform the operation
-# 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/* 2>/dev/null\``
+files=`rcorder -k shutdown /etc/rc.d/* 2>/dev/null`
for _rc_elem in `reverse_list $files`; do
debug "run_rc_script $_rc_elem faststop"
OpenPOWER on IntegriCloud