summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f6c2670)
raw | patch | inline | side by side (parent: f6c2670)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Jan 2007 06:36:14 +0000 (06:36 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Jan 2007 06:36:14 +0000 (06:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5584 594d385d-05f5-0310-b6e9-bd551577e9d8
index 4b2e746954c385b7dbadc3909b26837b25aff416..61e5c21764bd5baec5bdf639a313ceaa931bbb8f 100644 (file)
var $mapActions = array("reboot" => "localboot",
"instant_update" => "softupdate",
- "update" => "sceduledupdate",
+ "update" => "scheduledupdate",
"reinstall" => "install",
"rescan" => "",
"memcheck" => "memcheck",
diff --git a/plugins/admin/systems/class_servGeneric.inc b/plugins/admin/systems/class_servGeneric.inc
index 9039ef07700d2b91da296d60dcdd217ab5cae58b..2982bac665808136a17db08357cc93f75fcb60ff 100644 (file)
var $mapActions = array("reboot" => "",
"instant_update" => "softupdate",
- "update" => "sceduledupdate",
+ "update" => "scheduledupdate",
"reinstall" => "install",
"rescan" => "",
"memcheck" => "memcheck",
diff --git a/plugins/admin/systems/class_terminalGeneric.inc b/plugins/admin/systems/class_terminalGeneric.inc
index d2bc6690a78cfa1e1b1ee58961b86cc64c3df384..205415f09d0ef7232f518fb2b70bf593b8b4f8fb 100644 (file)
var $mapActions = array("reboot" => "",
"instant_update" => "softupdate",
- "update" => "sceduledupdate",
+ "update" => "scheduledupdate",
"reinstall" => "install",
"rescan" => "",
"memcheck" => "memcheck",
diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc
index 64ba6e3b0f0861dd9974a2b97e78ff7b86e69f9e..4523f5b790af7a9465f1c7f883be3e978b54e1f8 100644 (file)
var $mapActions = array("reboot" => "localboot",
"instant_update" => "softupdate",
- "update" => "sceduledupdate",
+ "update" => "scheduledupdate",
"reinstall" => "install",
"rescan" => "",
"memcheck" => "memcheck",