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/files/patch-kshutdown_actions.h | |
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/files/patch-kshutdown_actions.h')
-rw-r--r-- | sysutils/kshutdown/files/patch-kshutdown_actions.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/kshutdown/files/patch-kshutdown_actions.h b/sysutils/kshutdown/files/patch-kshutdown_actions.h new file mode 100644 index 000000000000..269d9b2d76b8 --- /dev/null +++ b/sysutils/kshutdown/files/patch-kshutdown_actions.h @@ -0,0 +1,11 @@ +--- actions.h.orig 2009-01-24 18:36:05.000000000 +1300 ++++ kshutdown/actions.h 2009-01-24 18:35:58.000000000 +1300 +@@ -28,7 +28,7 @@ + // TODO: 2.0: logout command for GNOME (gnome-session-save --kill?) + DEFAULT_LOGOUT_COMMAND(""), + DEFAULT_REBOOT_COMMAND("/sbin/reboot"), +- DEFAULT_SHUT_DOWN_COMMAND("/sbin/poweroff"); ++ DEFAULT_SHUT_DOWN_COMMAND("/sbin/halt -p"); + + #define ks_actions Action::getInstance() + |