From: cajus Date: Wed, 23 Aug 2006 06:42:31 +0000 (+0000) Subject: Added localboot for reboot X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c32e4b7ae9a7dd7fa86155f70ae75594a9dcdebc;p=gosa.git Added localboot for reboot git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4504 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc index 75c6f9626..6f0828838 100644 --- a/plugins/admin/systems/class_workstationGeneric.inc +++ b/plugins/admin/systems/class_workstationGeneric.inc @@ -50,7 +50,7 @@ class workgeneric extends plugin "ghGfxAdapter", "ghSoundAdapter", "gotoLastUser", "l","FAIscript"); var $objectclasses= array("top", "gotoWorkstation", "GOhard","FAIobject"); - var $mapActions = array("reboot" => "", + var $mapActions = array("reboot" => "localboot", "instant_update" => "softupdate", "update" => "sceduledupdate", "reinstall" => "install",