freebsd-ports/sysutils/kshutdown/files/patch-kshutdown_systemconfig.cpp
Markus Brueffer e7abdb9974 Update to version 1.0.4
PR:		ports/130929
Submitted by:	Shane Bell <decept0@gmail.com>
2009-03-01 17:59:58 +00:00

11 lines
399 B
C++

--- systemconfig.cpp.orig 2009-01-24 18:36:05.000000000 +1300
+++ kshutdown/systemconfig.cpp 2009-01-24 18:34:34.000000000 +1300
@@ -90,7 +90,7 @@
_shutdownAllowItem = add(Info, i18n("Tip: Click here if you have problem with the \"/sbin/shutdown\" command."));
- checkFile("/sbin/poweroff");
+ checkFile("/sbin/halt");
checkFile("/sbin/reboot");
checkFile("/sbin/shutdown");
checkKDM();