summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2012-09-13 11:38:22 +0000
committerNicolas Lécureuil <neoclust@mageia.org>2012-09-13 11:38:22 +0000
commit1944916f8343cbfb1d030242befe48c30ada21a8 (patch)
treeee62b8f18b99f6b12e56e4e8390913fd20d20ec6
parent7a118c64c996e79ab1269db0c7ce789759885cdd (diff)
downloadconfig-1944916f8343cbfb1d030242befe48c30ada21a8.tar
config-1944916f8343cbfb1d030242befe48c30ada21a8.tar.gz
config-1944916f8343cbfb1d030242befe48c30ada21a8.tar.bz2
config-1944916f8343cbfb1d030242befe48c30ada21a8.tar.xz
config-1944916f8343cbfb1d030242befe48c30ada21a8.zip
Fix poweroff path
-rw-r--r--kde4-profiles/Default/share/config/kdm/kdmrc2
-rw-r--r--kde4-profiles/common/share/config/kdm/kdmrc2
-rw-r--r--kde4-profiles/netbook/share/config/kdm/kdmrc2
-rw-r--r--kde4-profiles/vanilla/share/config/kdm/kdmrc2
4 files changed, 4 insertions, 4 deletions
diff --git a/kde4-profiles/Default/share/config/kdm/kdmrc b/kde4-profiles/Default/share/config/kdm/kdmrc
index 4a768de..c180590 100644
--- a/kde4-profiles/Default/share/config/kdm/kdmrc
+++ b/kde4-profiles/Default/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
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
diff --git a/kde4-profiles/netbook/share/config/kdm/kdmrc b/kde4-profiles/netbook/share/config/kdm/kdmrc
index 4a768de..c180590 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=/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
diff --git a/kde4-profiles/vanilla/share/config/kdm/kdmrc b/kde4-profiles/vanilla/share/config/kdm/kdmrc
index 43db019..0008267 100644
--- a/kde4-profiles/vanilla/share/config/kdm/kdmrc
+++ b/kde4-profiles/vanilla/share/config/kdm/kdmrc
@@ -8,7 +8,7 @@ StaticServers=:0
[Shutdown]
BootManager=Grub
-HaltCmd=/sbin/poweroff
+HaltCmd=/bin/poweroff
RebootCmd=/usr/bin/reboot
[X-*-Core]