blob: 5d1b849cc1d75874c7a7976d64ff4dd95cd38318 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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 @@
# 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"
+# define HALT_CMD "/sbin/shutdown -p now"
# define REBOOT_CMD "/sbin/shutdown -r now"
#elif defined(__SVR4)
# define HALT_CMD "/usr/sbin/halt"
|