1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-zabbix-agent-0.1/createlinks mezzanine_patched_smeserver-zabbix-agent-0.1/createlinks |
2 |
--- smeserver-zabbix-agent-0.1/createlinks 2009-03-02 12:46:59.000000000 +0100 |
3 |
+++ mezzanine_patched_smeserver-zabbix-agent-0.1/createlinks 2009-03-02 12:46:39.000000000 +0100 |
4 |
@@ -6,9 +6,11 @@ |
5 |
templates2events("/etc/zabbix/zabbix_agent.conf", qw(zabbix-agent-update bootstrap-console-save)); |
6 |
templates2events("/etc/zabbix/zabbix_agentd.conf", qw(zabbix-agent-update bootstrap-console-save)); |
7 |
templates2events("/etc/sudoers", "zabbix-agent-update"); |
8 |
+templates2events("/etc/rc.d/init.d/masq", "zabbix-agent-update"); |
9 |
|
10 |
# Services to restart |
11 |
safe_symlink("restart", "root/etc/e-smith/events/zabbix-agent-update/services2adjust/zabbix-agent"); |
12 |
+safe_symlink("adjust", "root/etc/e-smith/events/zabbix-agent-update/services2adjust/masq"); |
13 |
|
14 |
# Start and stop links |
15 |
service_link_enhanced("zabbix-agent", "S98", "7"); |