openbsd-ports/x11/xfce4/xfce4-session/patches/patch-xfsm-shutdown-helper_main_c

13 lines
568 B
Plaintext
Raw Normal View History

$OpenBSD: patch-xfsm-shutdown-helper_main_c,v 1.2 2007/05/08 14:14:03 steven Exp $
--- xfsm-shutdown-helper/main.c.orig Sun Apr 1 14:19:19 2007
+++ xfsm-shutdown-helper/main.c Sun Apr 1 14:19:34 2007
@@ -58,7 +58,7 @@
#endif
#if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
-#define POWEROFF_CMD "/sbin/shutdown -p now"
+#define POWEROFF_CMD "/sbin/shutdown -p -h now"
#define REBOOT_CMD "/sbin/shutdown -r now"
#elif defined(sun) || defined(__sun)
#define POWEROFF_CMD "/usr/sbin/shutdown -i 5 -g 0 -y"