aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-07-24 16:33:47 +0200
committerTom Gundersen <teg@jklm.no>2011-07-24 16:33:47 +0200
commit97f84c28e969920cac8700fe6d12c51aca32d257 (patch)
tree383377466f3db01c001ac4eea361fadc825e2f4b
parente6c21e612838581c53c7742eb6071697f2d9e5a3 (diff)
parenta4a47cfb5b97ddbf771959f1744c81167bc6b6f7 (diff)
downloadinitscripts-97f84c28e969920cac8700fe6d12c51aca32d257.tar.xz
Merge remote-tracking branch 'kujub/master'
-rwxr-xr-xrc.shutdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.shutdown b/rc.shutdown
index ed87eec..ebfc22c 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -6,8 +6,6 @@
. /etc/rc.conf
. /etc/rc.d/functions
-run_hook shutdown_start
-
# avoid staircase effect
stty onlcr
@@ -15,6 +13,8 @@ echo " "
printhl "Initiating Shutdown..."
echo " "
+run_hook shutdown_start
+
[[ -x /etc/rc.local.shutdown ]] && /etc/rc.local.shutdown
stop_all_daemons