diff -Nur -x '*.orig' -x '*.rej' smeserver-ocsinventory-0.1/createlinks mezzanine_patched_smeserver-ocsinventory-0.1/createlinks --- smeserver-ocsinventory-0.1/createlinks 2008-12-09 05:21:35.000000000 +0100 +++ mezzanine_patched_smeserver-ocsinventory-0.1/createlinks 2008-12-09 05:21:08.000000000 +0100 @@ -4,9 +4,10 @@ my $event = 'ocs-update'; -templates2events("/etc/httpd/conf/httpd.conf", qw(ocs-update post-upgrade)); +templates2events("/etc/httpd/conf/httpd.conf", qw(ocs-update)); templates2events("/etc/my.cnf", $event); -templates2events("/etc/ocsinventory/ocsinventory-reports/dbconfig.inc.php", qw(ocs-update post-upgrade)); +templates2events("/etc/ocsinventory/ocsinventory-reports/dbconfig.inc.php", qw(ocs-update bootstrap-console-save)); +templates2events("/etc/e-smith/sql/init/80ocs_mysql.sql", $event); event_link("ocs-conf", $event, "10"); safe_symlink("start", "root/etc/e-smith/events/$event/services2adjust/mysql.init"); @@ -18,4 +19,3 @@ panel_link("ocs", 'manager'); -