summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20120809/334d1008/attachment-0001.obj
blob: 13787e6ca2501116ec78f28bae559def7809db3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -p -up ./src/systemctl/systemctl.c.tv ./src/systemctl/systemctl.c
--- ./src/systemctl/systemctl.c.tv	2012-07-19 22:10:31.977316645 +0000
+++ ./src/systemctl/systemctl.c	2012-08-09 18:28:00.885444830 +0000
@@ -3599,7 +3599,7 @@ static int daemon_reload(DBusConnection
                         streq(args[0], "cancel")        ? "ClearJobs" :
                         streq(args[0], "daemon-reexec") ? "Reexecute" :
                         streq(args[0], "reset-failed")  ? "ResetFailed" :
-                        streq(args[0], "halt")          ? "Halt" :
+                        streq(args[0], "halt")          ? "PowerOff" :
                         streq(args[0], "poweroff")      ? "PowerOff" :
                         streq(args[0], "reboot")        ? "Reboot" :
                         streq(args[0], "kexec")         ? "KExec" :