From 1ab69fed767f91984ae043bac3e510ff6d71a0b6 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 4 Mar 2008 10:21:09 +0000 Subject: [PATCH] Updated header, moved from job_ to gosa_, added tags git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9300 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../gotomasses/events/class_DaemonEvent.inc | 35 ++++++++++--------- .../events/class_DaemonEvent_faireboot.inc | 23 +++++++++++- .../events/class_DaemonEvent_halt.inc | 23 +++++++++++- .../events/class_DaemonEvent_install.inc | 22 +++++++++++- ...ss_DaemonEvent_installation_activation.inc | 23 ++++++++++-- .../events/class_DaemonEvent_localboot.inc | 22 +++++++++++- .../events/class_DaemonEvent_memcheck.inc | 22 +++++++++++- .../events/class_DaemonEvent_notify.inc | 23 +++++++++++- .../events/class_DaemonEvent_reboot.inc | 22 +++++++++++- .../events/class_DaemonEvent_reinstall.inc | 22 +++++++++++- .../class_DaemonEvent_reload_ldap_config.inc | 22 +++++++++++- .../events/class_DaemonEvent_rescan.inc | 22 +++++++++++- .../events/class_DaemonEvent_sysinfo.inc | 22 +++++++++++- .../events/class_DaemonEvent_update.inc | 23 ++++++++++-- .../events/class_DaemonEvent_wakeup.inc | 22 +++++++++++- .../events/class_EventTargetAddList.inc | 20 +++++++++++ 16 files changed, 335 insertions(+), 33 deletions(-) diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent.inc index 93cd7dc97..ae4f7e310 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent.inc @@ -1,22 +1,23 @@ s_Menu_Name = _("Abort installation"); $this->s_Event_Name = _("Abort installation"); $this->s_Schedule_Action = "job_trigger_action_faireboot"; - $this->s_Trigger_Action= "job_trigger_action_faireboot"; + $this->s_Trigger_Action= "gosa_trigger_action_faireboot"; $this->s_Queued_Action= "trigger_action_faireboot"; $this->s_Menu_Image = "images/small_error.png"; $this->s_List_Image = "images/small_error.png"; 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 29b2c3f89..f743f009b 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_halt.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_halt.inc @@ -1,4 +1,25 @@ s_Menu_Name = _("Switch off"); $this->s_Event_Name = _("Switch off"); $this->s_Schedule_Action = "job_trigger_action_halt"; - $this->s_Trigger_Action= "job_trigger_action_halt"; + $this->s_Trigger_Action= "gosa_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_install.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_install.inc index c3335b687..32d5aed11 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_install.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_install.inc @@ -1,4 +1,24 @@ s_Menu_Name = _("Install"); $this->s_Event_Name = _("Install"); $this->s_Schedule_Action = "job_trigger_action_install"; - $this->s_Trigger_Action= "job_trigger_action_install"; + $this->s_Trigger_Action= "gosa_trigger_action_install"; $this->s_Queued_Action= "trigger_action_install"; $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_installation_activation.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_installation_activation.inc index f5aff40a6..20b14e4a4 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_installation_activation.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_installation_activation.inc @@ -1,5 +1,24 @@ s_Menu_Name = _("Installation activation"); $this->s_Event_Name = _("Installation activation"); $this->s_Schedule_Action = "job_set_activated_for_installation"; - $this->s_Trigger_Action = "job_set_activated_for_installation"; + $this->s_Trigger_Action = "gosa_set_activated_for_installation"; $this->s_Queued_Action = "set_activated_for_installation"; $this->s_Menu_Image = "images/true.png"; $this->s_List_Image = "images/true.png"; diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_localboot.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_localboot.inc index e53a5dd52..f3ff263d6 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_localboot.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_localboot.inc @@ -1,4 +1,24 @@ s_Menu_Name = _("Force localboot"); $this->s_Event_Name = _("Force localboot"); $this->s_Schedule_Action = "job_trigger_action_localboot"; - $this->s_Trigger_Action= "job_trigger_action_localboot"; + $this->s_Trigger_Action= "gosa_trigger_action_localboot"; $this->s_Queued_Action= "trigger_action_localboot"; $this->s_Menu_Image = "images/select_workstation.png"; $this->s_List_Image = "images/select_workstation.png"; diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_memcheck.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_memcheck.inc index f29215f99..e2d238c51 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_memcheck.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_memcheck.inc @@ -1,4 +1,24 @@ s_Menu_Name = _("Memory test"); $this->s_Event_Name = _("Memory test"); $this->s_Schedule_Action= "job_trigger_action_memcheck"; - $this->s_Trigger_Action = "job_trigger_action_memcheck"; + $this->s_Trigger_Action = "gosa_trigger_action_memcheck"; $this->s_Queued_Action = "trigger_action_memcheck"; $this->s_Menu_Image = "images/memory.png"; $this->s_List_Image = "images/memory.png"; diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_notify.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_notify.inc index 7ebc7ec45..7486e7ea8 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_notify.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_notify.inc @@ -1,4 +1,25 @@ s_Menu_Name = _("Send message"); $this->s_Event_Name = _("Send message"); $this->s_Schedule_Action = "job_trigger_action_notify"; - $this->s_Trigger_Action= "job_trigger_action_notify"; + $this->s_Trigger_Action= "gosa_trigger_action_notify"; $this->s_Queued_Action= "trigger_action_notify"; $this->s_Menu_Image = "images/mailto.png"; $this->s_List_Image = "images/mailto.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 e2183ee07..e0b55999d 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reboot.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reboot.inc @@ -1,4 +1,24 @@ s_Menu_Name = _("Reboot"); $this->s_Event_Name = _("Reboot"); $this->s_Schedule_Action = "job_trigger_action_reboot"; - $this->s_Trigger_Action= "job_trigger_action_reboot"; + $this->s_Trigger_Action= "gosa_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 59764fb0e..77c71c9ce 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reinstall.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reinstall.inc @@ -1,4 +1,24 @@ s_Menu_Name = _("Reinstall"); $this->s_Event_Name = _("Reinstall"); $this->s_Schedule_Action = "job_trigger_action_reinstall"; - $this->s_Trigger_Action= "job_trigger_action_reinstall"; + $this->s_Trigger_Action= "gosa_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_reload_ldap_config.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reload_ldap_config.inc index 0401207ef..2dcb00f5b 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reload_ldap_config.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reload_ldap_config.inc @@ -1,4 +1,24 @@ s_Menu_Name = _("Reload ldap config"); $this->s_Event_Name = _("Reload ldap config"); $this->s_Schedule_Action= "job_reload_ldap_config"; - $this->s_Trigger_Action = "job_reload_ldap_config"; + $this->s_Trigger_Action = "gosa_reload_ldap_config"; $this->s_Queued_Action = "reload_ldap_config"; $this->s_Menu_Image = "images/edit.png"; $this->s_List_Image = "images/edit.png"; diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_rescan.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_rescan.inc index 09ea9c753..f44647604 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_rescan.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_rescan.inc @@ -1,4 +1,24 @@ s_Menu_Name = _("Rescan hardware"); $this->s_Event_Name = _("Rescan hardware"); $this->s_Schedule_Action= "job_trigger_action_rescan"; - $this->s_Trigger_Action = "job_trigger_action_rescan"; + $this->s_Trigger_Action = "gosa_trigger_action_rescan"; $this->s_Queued_Action = "trigger_action_rescan"; $this->s_Menu_Image = "images/snd_hardware.png"; $this->s_List_Image = "images/snd_hardware.png"; diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_sysinfo.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_sysinfo.inc index 03b9ff6b7..0e9cf111d 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_sysinfo.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_sysinfo.inc @@ -1,4 +1,24 @@ s_Menu_Name = _("System analysis"); $this->s_Event_Name = _("System analysis"); $this->s_Schedule_Action= "job_trigger_action_sysinfo"; - $this->s_Trigger_Action = "job_trigger_action_sysinfo"; + $this->s_Trigger_Action = "gosa_trigger_action_sysinfo"; $this->s_Queued_Action = "trigger_action_sysinfo"; $this->s_Menu_Image = "images/hardware.png"; $this->s_List_Image = "images/hardware.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 9a00ea92b..bace753f6 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_update.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_update.inc @@ -1,5 +1,24 @@ s_Menu_Name = _("Software update"); $this->s_Event_Name = _("software update"); $this->s_Schedule_Action = "job_trigger_action_update"; - $this->s_Trigger_Action= "job_trigger_action_update"; + $this->s_Trigger_Action= "gosa_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 0172010e5..729d945fa 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_wakeup.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_wakeup.inc @@ -1,4 +1,24 @@ s_Menu_Name = _("Wake up"); $this->s_Event_Name = _("Start a system"); $this->s_Schedule_Action= "job_trigger_action_wake"; - $this->s_Trigger_Action = "job_trigger_action_wake"; + $this->s_Trigger_Action = "gosa_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"; diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_EventTargetAddList.inc b/gosa-plugins/goto/addons/gotomasses/events/class_EventTargetAddList.inc index 7fd571002..e3b524381 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_EventTargetAddList.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_EventTargetAddList.inc @@ -1,4 +1,24 @@