diff options
Diffstat (limited to 'extra/sinit/files/sinit.pre.shutdown')
-rw-r--r-- | extra/sinit/files/sinit.pre.shutdown | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/sinit/files/sinit.pre.shutdown b/extra/sinit/files/sinit.pre.shutdown deleted file mode 100644 index af0d6f4f..00000000 --- a/extra/sinit/files/sinit.pre.shutdown +++ /dev/null @@ -1,10 +0,0 @@ -if [ "$SINIT_SHUTDOWN_HOOKS" = 1 ]; then - case "$1" in - reboot|poweroff) - ;; - *) - echo "Invalid action '$1' for rc.shutdown" 1>&2 - exit 1 - ;; - esac -fi |