summaryrefslogtreecommitdiff
path: root/x11/kdebase4-workspace/files/patch-kdm-config.def
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-09 16:52:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-09 16:52:28 +0000
commit568f8e877fb50618d4813b943d712e3bc08fd147 (patch)
tree16eef3a555a802ca06d05606c7f2a75ccbc6a431 /x11/kdebase4-workspace/files/patch-kdm-config.def
parent- Force commit (diff)
The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at http://www.kde.org/announcements/4.1/. Some note: * Prefix KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4. KDE4 and KDE3 can co-exist * Sound For sound to work, it is necessary to have dbus and hal enabled in your system. Please see the respective documentation on how to enable these. For more Informations see the HEADS UP at ports@ and kde-freebsd@ or our wiki page http://wiki.freebsd.org/KDE4/Install. Have fun!
Diffstat (limited to 'x11/kdebase4-workspace/files/patch-kdm-config.def')
-rw-r--r--x11/kdebase4-workspace/files/patch-kdm-config.def13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/kdebase4-workspace/files/patch-kdm-config.def b/x11/kdebase4-workspace/files/patch-kdm-config.def
deleted file mode 100644
index 1bd357d0cd72..000000000000
--- a/x11/kdebase4-workspace/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"