blob: 1bd357d0cd722b234a4250119bf676add467c3da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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"
|