diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2012-09-13 11:38:22 +0000 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2012-09-13 11:38:22 +0000 |
commit | 1944916f8343cbfb1d030242befe48c30ada21a8 (patch) | |
tree | ee62b8f18b99f6b12e56e4e8390913fd20d20ec6 /kde4-profiles/common | |
parent | 7a118c64c996e79ab1269db0c7ce789759885cdd (diff) | |
download | config-1944916f8343cbfb1d030242befe48c30ada21a8.tar config-1944916f8343cbfb1d030242befe48c30ada21a8.tar.gz config-1944916f8343cbfb1d030242befe48c30ada21a8.tar.bz2 config-1944916f8343cbfb1d030242befe48c30ada21a8.tar.xz config-1944916f8343cbfb1d030242befe48c30ada21a8.zip |
Fix poweroff path
Diffstat (limited to 'kde4-profiles/common')
-rw-r--r-- | kde4-profiles/common/share/config/kdm/kdmrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde4-profiles/common/share/config/kdm/kdmrc b/kde4-profiles/common/share/config/kdm/kdmrc index e59a970..5dff715 100644 --- a/kde4-profiles/common/share/config/kdm/kdmrc +++ b/kde4-profiles/common/share/config/kdm/kdmrc @@ -140,7 +140,7 @@ Willing=/usr/share/X11/xdm/Xwilling [Shutdown] # The command (subject to word splitting) to run to halt the system. # Default is "/sbin/poweroff" -HaltCmd=/sbin/poweroff +HaltCmd=/bin/poweroff # The command (subject to word splitting) to run to reboot the system. # Default is "/sbin/reboot" RebootCmd=/usr/bin/reboot |