default to shutdown -p now for halting instead of shutdown -h now. No PORTREVISION bump since manual regeneration of kdm configuration would be required anyway. PR: 73844 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
11 lines
437 B
Modula-2
11 lines
437 B
Modula-2
--- kdm/kfrontend/config.def.orig Thu Nov 11 20:47:50 2004
|
|
+++ kdm/kfrontend/config.def Thu Nov 11 20:51:18 2004
|
|
@@ -10,7 +10,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"
|