diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2012-10-01 19:05:57 +0000 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2012-10-01 19:05:57 +0000 |
commit | 0d67ae4954f6107bd3164818411978ac8d0abc24 (patch) | |
tree | aac600248ae48c9e582cdfd317e50d7190df5dab /kde4-profiles/netbook/share | |
parent | 1944916f8343cbfb1d030242befe48c30ada21a8 (diff) | |
download | config-0d67ae4954f6107bd3164818411978ac8d0abc24.tar config-0d67ae4954f6107bd3164818411978ac8d0abc24.tar.gz config-0d67ae4954f6107bd3164818411978ac8d0abc24.tar.bz2 config-0d67ae4954f6107bd3164818411978ac8d0abc24.tar.xz config-0d67ae4954f6107bd3164818411978ac8d0abc24.zip |
Use better path for poweroff
Diffstat (limited to 'kde4-profiles/netbook/share')
-rw-r--r-- | kde4-profiles/netbook/share/config/kdm/kdmrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde4-profiles/netbook/share/config/kdm/kdmrc b/kde4-profiles/netbook/share/config/kdm/kdmrc index c180590..523a8d7 100644 --- a/kde4-profiles/netbook/share/config/kdm/kdmrc +++ b/kde4-profiles/netbook/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=/bin/poweroff +HaltCmd=/usr/bin/poweroff # The command (subject to word splitting) to run to reboot the system. # Default is "/sbin/reboot" RebootCmd=/usr/bin/reboot |