diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-08-29 12:24:29 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-08-29 12:24:29 +0200 |
commit | e77c7a1c4920099602ba31f6212e75891588a1f3 (patch) | |
tree | 621650f3de08f8096aed1077d01ff05d6aa5146b | |
parent | 741316130bcc4740e3930c62d71c75d749a8439e (diff) | |
download | colin-keep-e77c7a1c4920099602ba31f6212e75891588a1f3.tar colin-keep-e77c7a1c4920099602ba31f6212e75891588a1f3.tar.gz colin-keep-e77c7a1c4920099602ba31f6212e75891588a1f3.tar.bz2 colin-keep-e77c7a1c4920099602ba31f6212e75891588a1f3.tar.xz colin-keep-e77c7a1c4920099602ba31f6212e75891588a1f3.zip |
fixed script name manahost (new drakhosts)
-rw-r--r-- | extras/desktop/manahost.desktop | 9 | ||||
-rw-r--r-- | extras/polkit/org.mageia.manahost.policy (renamed from extras/polkit/org.mageia.hostmanager.policy) | 6 | ||||
-rwxr-xr-x | scripts/manahost (renamed from scripts/hostmanager) | 0 |
3 files changed, 12 insertions, 3 deletions
diff --git a/extras/desktop/manahost.desktop b/extras/desktop/manahost.desktop new file mode 100644 index 0000000..1ba6dee --- /dev/null +++ b/extras/desktop/manahost.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=manahost +Comment=AdminPanel host manager +Exec=pkexec /usr/bin/manahost +Icon=userdrake +Type=Application +StartupNotify=true +Categories=System;X-MandrivaLinux-CrossDesktop; + diff --git a/extras/polkit/org.mageia.hostmanager.policy b/extras/polkit/org.mageia.manahost.policy index 6e23364..76a8a1c 100644 --- a/extras/polkit/org.mageia.hostmanager.policy +++ b/extras/polkit/org.mageia.manahost.policy @@ -7,15 +7,15 @@ <vendor>Mageia.Org</vendor> <vendor_url>http://www.mageia.org</vendor_url> - <action id="org.mageia.hostmanager.pkexec.run"> + <action id="org.mageia.manahost.pkexec.run"> <description>Allow APanel GUI</description> - <message>Authentication is required to run the program hostmanager (user=$(user), program=$(program), command_line=$(command_line))</message> + <message>Authentication is required to run the program manahost (user=$(user), program=$(program), command_line=$(command_line))</message> <defaults> <allow_any>no</allow_any> <allow_inactive>auth_admin</allow_inactive> <allow_active>auth_admin</allow_active> </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/hostmanager</annotate> + <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/manahost</annotate> <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> </action> </policyconfig> diff --git a/scripts/hostmanager b/scripts/manahost index 3852b17..3852b17 100755 --- a/scripts/hostmanager +++ b/scripts/manahost |