]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/initscripts/sysconfig/rc.local
core76: Sort exclude file alphabetically.
[people/teissler/ipfire-2.x.git] / src / initscripts / sysconfig / rc.local
index 90347d79ab5eef264934460142235af1a24112df..83ea8e70398dc653b6acab3ec76d7a843e8bd796 100644 (file)
@@ -20,8 +20,3 @@
 ###############################################################################
 # Used for private calls after boot                                           #
 ###############################################################################
-
-# power button shutdown
-if grep -q '^button' /proc/modules ; then
-    head -1 /proc/acpi/event | grep -q 'button/power PWRF' && init 0 &
-fi