diff -up smeserver-cacti-0.8.8b/createlinks.patch6 smeserver-cacti-0.8.8b/createlinks --- smeserver-cacti-0.8.8b/createlinks.patch6 2013-10-21 16:16:35.000000000 -0400 +++ smeserver-cacti-0.8.8b/createlinks 2013-10-21 16:21:27.000000000 -0400 @@ -4,9 +4,10 @@ use esmith::Build::CreateLinks qw(:all); for my $event (qw( post-upgrade - )) + bootstrap-console-save + )) { - templates2events("/etc/cacti/db.conf", $event); + templates2events("/etc/cacti/db.php", $event); } for my $event (qw( @@ -14,7 +15,7 @@ for my $event (qw( )) { templates2events("/etc/httpd/conf/httpd.conf", $event); - templates2events("/etc/cacti/db.conf", $event); + templates2events("/etc/cacti/db.php", $event); safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); }