mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
14 lines
441 B
Diff
14 lines
441 B
Diff
--- a/xfsm-shutdown-helper/main.c Thu Nov 5 17:34:17 2009
|
|
+++ b/xfsm-shutdown-helper/main.c Thu Nov 5 17:36:56 2009
|
|
@@ -64,8 +64,8 @@
|
|
#define POWEROFF_CMD "/usr/sbin/shutdown -i 5 -g 0 -y"
|
|
#define REBOOT_CMD "/usr/sbin/shutdown -i 6 -g 0 -y"
|
|
#else
|
|
-#define POWEROFF_CMD "/sbin/shutdown -h now"
|
|
-#define REBOOT_CMD "/sbin/shutdown -r now"
|
|
+#define POWEROFF_CMD "/sbin/poweroff"
|
|
+#define REBOOT_CMD "/sbin/reboot"
|
|
#endif
|
|
|
|
|