Code

Update events.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 27 Feb 2008 13:51:43 +0000 (13:51 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 27 Feb 2008 13:51:43 +0000 (13:51 +0000)
-use job_ instead of gosa_

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9174 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_halt.inc
gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reboot.inc
gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reinstall.inc
gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_update.inc
gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_wakeup.inc

index 9e0b37ce0fa575224cd76f784b0cd37d8690e5e2..bca846f6c0f557783e92e7a0cbc32a641506da64 100644 (file)
@@ -7,7 +7,7 @@ class DaemonEvent_halt extends DaemonEvent
     $this->s_Menu_Name  = _("Shutdown");
     $this->s_Event_Name = _("Shutdown");
     $this->s_Schedule_Action = "job_trigger_action_halt";
-    $this->s_Trigger_Action= "gosa_trigger_action_halt";
+    $this->s_Trigger_Action= "job_trigger_action_halt";
     $this->s_Queued_Action= "trigger_action_halt";
     $this->s_Menu_Image = "images/status_stopped.png";
     $this->s_List_Image = "images/status_stopped.png";
index b1fffc0f24e2353ea39a54f0bd742c51412827a1..2d022358510f8286f7cb341156aa284a0927d047 100644 (file)
@@ -8,7 +8,7 @@ class DaemonEvent_reboot extends DaemonEvent
     $this->s_Menu_Name  = _("Reboot"); 
     $this->s_Event_Name = _("Reboot a system"); 
     $this->s_Schedule_Action = "job_trigger_action_reboot";
-    $this->s_Trigger_Action= "gosa_trigger_action_reboot";
+    $this->s_Trigger_Action= "job_trigger_action_reboot";
     $this->s_Queued_Action= "trigger_action_reboot";
     $this->s_Menu_Image = "images/list_reload.png";
     $this->s_List_Image = "images/list_reload.png";
index bc36a452cd13e0c2c96284f64048c9a2e1b0471d..33e405ad902209e5216fec1856f559b456bcf9c9 100644 (file)
@@ -11,7 +11,7 @@ class DaemonEvent_reinstall extends DaemonEvent
     $this->s_Menu_Name  = _("Reinstall");
     $this->s_Event_Name = _("Reinstall");
     $this->s_Schedule_Action = "job_trigger_action_reinstall";
-    $this->s_Trigger_Action= "gosa_trigger_action_reinstall";
+    $this->s_Trigger_Action= "job_trigger_action_reinstall";
     $this->s_Queued_Action= "trigger_action_reinstall";
     $this->s_Menu_Image = "images/fai_small.png";
     $this->s_List_Image = "images/fai_small.png";
index e60a8e84082b5a66f8644b3fd064976d96f86130..0ef11d0432539dc05a11cce84ec51ac44878337a 100644 (file)
@@ -9,7 +9,7 @@ class DaemonEvent_update extends DaemonEvent
     $this->s_Menu_Name  = _("Software update");
     $this->s_Event_Name = _("software update");
     $this->s_Schedule_Action = "job_trigger_action_update";
-    $this->s_Trigger_Action= "gosa_trigger_action_update";
+    $this->s_Trigger_Action= "job_trigger_action_update";
     $this->s_Queued_Action= "trigger_action_update";
     $this->s_Menu_Image = "images/time.png";
     $this->s_List_Image = "images/time.png";
index 9eaabdc3539c1b516e64631105a3ca55a5aad49d..22b82ca685a18a00fd7d5f818bf0c79ff4d62711 100644 (file)
@@ -8,7 +8,7 @@ class DaemonEvent_wakeup extends DaemonEvent
     $this->s_Menu_Name  = _("Wake up"); 
     $this->s_Event_Name = _("Start a system"); 
     $this->s_Schedule_Action= "job_trigger_action_wake";
-    $this->s_Trigger_Action = "gosa_trigger_action_wake";
+    $this->s_Trigger_Action = "job_trigger_action_wake";
     $this->s_Queued_Action  = "trigger_action_wake";
     $this->s_Menu_Image = "images/status_running.png";
     $this->s_List_Image = "images/status_running.png";