aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/rc.shutdown b/rc.shutdown
index fa5365d..ca4edc9 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -13,6 +13,10 @@ echo " "
printhl "Initiating Shutdown..."
echo " "
+if [ -x /etc/rc.local.shutdown ]; then
+ /etc/rc.local.shutdown
+fi
+
if [ "$PREVLEVEL" = "3" -o "$PREVLEVEL" = "5" ]; then
# Shutdown daemons
let i=${#DAEMONS[@]}