freebsd-ports/x11/kdebase4-runtime/files/patch-kdm-kfrontend-config.def
Michael Nottebrock 1ec5e3c20f Fix some more environment nits in the kdm configuration templates, and
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>
2004-11-12 02:45:40 +00:00

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"