summaryrefslogtreecommitdiff
path: root/x11/kdebase4-runtime/files/patch-kdm-config.def
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /x11/kdebase4-runtime/files/patch-kdm-config.def
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'x11/kdebase4-runtime/files/patch-kdm-config.def')
-rw-r--r--x11/kdebase4-runtime/files/patch-kdm-config.def13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/kdebase4-runtime/files/patch-kdm-config.def b/x11/kdebase4-runtime/files/patch-kdm-config.def
deleted file mode 100644
index 1bd357d0cd72..000000000000
--- a/x11/kdebase4-runtime/files/patch-kdm-config.def
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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)
--# 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)
- # define HALT_CMD "/usr/sbin/halt"