From: hickert Date: Tue, 17 Jun 2008 10:06:24 +0000 (+0000) Subject: Readded mapActions. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e5ca245e06b6f7b163f1a7a0e3a81f8a8f94903d;p=gosa.git Readded mapActions. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11348 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_servGeneric.inc b/gosa-plugins/systems/admin/systems/class_servGeneric.inc index b09ce6fea..8c7583814 100644 --- a/gosa-plugins/systems/admin/systems/class_servGeneric.inc +++ b/gosa-plugins/systems/admin/systems/class_servGeneric.inc @@ -55,6 +55,17 @@ class servgeneric extends plugin var $kerberos_key_service = NULL; + var $mapActions = array("reboot" => "", + "instant_update" => "softupdate", + "localboot" => "localboot", + "update" => "sceduledupdate", + "reinstall" => "install", + "rescan" => "", + "wake" => "", + "memcheck" => "memcheck", + "sysinfo" => "sysinfo"); + + function servgeneric (&$config, $dn= NULL, $parent= NULL) { /* Check if FAI is activated */