diff -Nur -x '*.orig' -x '*.rej' smeserver-zabbix-agent-0.1/createlinks mezzanine_patched_smeserver-zabbix-agent-0.1/createlinks --- smeserver-zabbix-agent-0.1/createlinks 2009-02-04 13:35:27.000000000 +0100 +++ mezzanine_patched_smeserver-zabbix-agent-0.1/createlinks 2009-02-15 03:40:37.000000000 +0100 @@ -3,11 +3,12 @@ use esmith::Build::CreateLinks qw(:all); # Templates to expand -templates2events("/etc/zabbix/zabbix_agent.conf", qw(zabbix-update bootstrap-console-save)); -templates2events("/etc/zabbix/zabbix_agentd.conf", qw(zabbix-update bootstrap-console-save)); +templates2events("/etc/zabbix/zabbix_agent.conf", qw(zabbix-agent-update bootstrap-console-save)); +templates2events("/etc/zabbix/zabbix_agentd.conf", qw(zabbix-agent-update bootstrap-console-save)); +templates2events("/etc/sudoers", zabbix-agent-update); # Services to restart -safe_symlink("restart", "root/etc/e-smith/events/zabbix-update/services2adjust/zabbix-agent"); +safe_symlink("restart", "root/etc/e-smith/events/zabbix-agent-update/services2adjust/zabbix-agent"); # Start and stop links service_link_enhanced("zabbix-agent", "S98", "7");