--- 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"