From f9865afd0d4115a9c3fc4e4f3a9a0baffd30cdf4 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 27 Feb 2008 13:51:43 +0000 Subject: [PATCH] Update events. -use job_ instead of gosa_ git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9174 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/addons/gotomasses/events/class_DaemonEvent_halt.inc | 2 +- .../goto/addons/gotomasses/events/class_DaemonEvent_reboot.inc | 2 +- .../addons/gotomasses/events/class_DaemonEvent_reinstall.inc | 2 +- .../goto/addons/gotomasses/events/class_DaemonEvent_update.inc | 2 +- .../goto/addons/gotomasses/events/class_DaemonEvent_wakeup.inc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_halt.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_halt.inc index 9e0b37ce0..bca846f6c 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_halt.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_halt.inc @@ -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"; diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reboot.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reboot.inc index b1fffc0f2..2d0223585 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reboot.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reboot.inc @@ -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"; diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reinstall.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reinstall.inc index bc36a452c..33e405ad9 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reinstall.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reinstall.inc @@ -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"; diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_update.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_update.inc index e60a8e840..0ef11d043 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_update.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_update.inc @@ -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"; diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_wakeup.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_wakeup.inc index 9eaabdc35..22b82ca68 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_wakeup.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_wakeup.inc @@ -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"; -- 2.30.2