Author: benny
Date: 2006-11-12 12:57:10 +0000 (Sun, 12 Nov 2006)
New Revision: 23842

Modified:
   xfce4-session/trunk/ChangeLog
   xfce4-session/trunk/xfsm-shutdown-helper/main.c
Log:
2006-11-12      Benedikt Meurer <[EMAIL PROTECTED]>

        * xfsm-shutdown-helper/main.c: Apply patch from Francis Gudin
          <[EMAIL PROTECTED]> to fix poweroff on DragonFly BSD. Bug #2567.




Modified: xfce4-session/trunk/ChangeLog
===================================================================
--- xfce4-session/trunk/ChangeLog       2006-11-12 11:27:38 UTC (rev 23841)
+++ xfce4-session/trunk/ChangeLog       2006-11-12 12:57:10 UTC (rev 23842)
@@ -1,3 +1,8 @@
+2006-11-12     Benedikt Meurer <[EMAIL PROTECTED]>
+
+       * xfsm-shutdown-helper/main.c: Apply patch from Francis Gudin
+         <[EMAIL PROTECTED]> to fix poweroff on DragonFly BSD. Bug #2567.
+
 2006-11-04     Benedikt Meurer <[EMAIL PROTECTED]>
 
        * configure.in.in: Post-release version bump.

Modified: xfce4-session/trunk/xfsm-shutdown-helper/main.c
===================================================================
--- xfce4-session/trunk/xfsm-shutdown-helper/main.c     2006-11-12 11:27:38 UTC 
(rev 23841)
+++ xfce4-session/trunk/xfsm-shutdown-helper/main.c     2006-11-12 12:57:10 UTC 
(rev 23842)
@@ -57,7 +57,7 @@
 #undef REBOOT_CMD
 #endif
 
-#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
+#if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || 
defined(__OpenBSD__)
 #define POWEROFF_CMD  "/sbin/shutdown -p now"
 #define REBOOT_CMD    "/sbin/shutdown -r now"
 #elif defined(sun) || defined(__sun)

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to