summaryrefslogtreecommitdiff
blob: de8704efa8310d797ee31c437ba04f127efc4464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -ur a/kdm/config.def b/kdm/config.def
--- a/kdm/config.def	2005-10-10 16:04:31 +0100
+++ b/kdm/config.def	2007-08-20 10:42:48 +0100
@@ -36,7 +36,7 @@
 # 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(BSD_INIT)
+# define HALT_CMD	"/sbin/shutdown -p now"
 # define REBOOT_CMD	"/sbin/shutdown -r now"
 #elif defined(__SVR4)
 # define HALT_CMD	"/usr/sbin/halt"