summaryrefslogtreecommitdiff
path: root/x11/kdebase4-workspace/files/patch-kdm-config.def
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-07-04 10:25:00 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-07-04 10:25:00 +0000
commit961141fb14b688f13c92a4be6bbc4ba0ab9cf51b (patch)
tree8d33a723594dd3d8d48dfd3dcd1ded76eb0a52c0 /x11/kdebase4-workspace/files/patch-kdm-config.def
parentUpgrade to 1.2.23 to fix a security issue. (diff)
Update to KDE 3.5.7 / KOffice 1.6.3
Notes
Notes: svn path=/head/; revision=194883
Diffstat (limited to 'x11/kdebase4-workspace/files/patch-kdm-config.def')
-rw-r--r--x11/kdebase4-workspace/files/patch-kdm-config.def10
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/kdebase4-workspace/files/patch-kdm-config.def b/x11/kdebase4-workspace/files/patch-kdm-config.def
index 5d1b849cc1d7..1bd357d0cd72 100644
--- a/x11/kdebase4-workspace/files/patch-kdm-config.def
+++ b/x11/kdebase4-workspace/files/patch-kdm-config.def
@@ -1,10 +1,12 @@
---- kdm/config.def.orig Wed Jun 14 17:51:42 2006
-+++ kdm/config.def Wed Jun 14 17:51:57 2006
-@@ -36,7 +36,7 @@
+--- kdm/config.def.orig Mon Oct 10 17:04:31 2005
++++ kdm/config.def Fri May 25 12:08:24 2007
+@@ -35,8 +35,8 @@
+ #ifdef _AIX
# define HALT_CMD "/usr/sbin/shutdown -h now"
# define REBOOT_CMD "/usr/sbin/shutdown -r now"
- #elif defined(BSD)
+-#elif defined(BSD)
-# define HALT_CMD "/sbin/shutdown -h now"
++#elif defined(__FreeBSD__)
+# define HALT_CMD "/sbin/shutdown -p now"
# define REBOOT_CMD "/sbin/shutdown -r now"
#elif defined(__SVR4)