diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2009-03-01 17:59:58 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2009-03-01 17:59:58 +0000 |
commit | e7abdb9974ca9f7a5907322f10e1bbe7be24047c (patch) | |
tree | 3247133fa73103f00d6155442aa1c5bced0264c0 /sysutils/kshutdown-kde4/files/patch-kshutdown_systemconfig.cpp | |
parent | Perl module to interract to a wordpress blog's xmlrpc.php file. (diff) |
Update to version 1.0.4
PR: ports/130929
Submitted by: Shane Bell <decept0@gmail.com>
Notes
Notes:
svn path=/head/; revision=229286
Diffstat (limited to 'sysutils/kshutdown-kde4/files/patch-kshutdown_systemconfig.cpp')
-rw-r--r-- | sysutils/kshutdown-kde4/files/patch-kshutdown_systemconfig.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/kshutdown-kde4/files/patch-kshutdown_systemconfig.cpp b/sysutils/kshutdown-kde4/files/patch-kshutdown_systemconfig.cpp new file mode 100644 index 000000000000..5650cfb1e54a --- /dev/null +++ b/sysutils/kshutdown-kde4/files/patch-kshutdown_systemconfig.cpp @@ -0,0 +1,11 @@ +--- 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(); |