aports/community/xfce4-session/busybox-shutdown.patch
Natanael Copa 27d1e19471 main/{xfce*} => community/
Move everything xfce to community
2018-04-23 19:44:46 +00:00

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