diff -up smeserver-spamassassin-2.2.0/createlinks.bootstrap-console-save-removal smeserver-spamassassin-2.2.0/createlinks --- smeserver-spamassassin-2.2.0/createlinks.bootstrap-console-save-removal 2011-12-23 22:38:34.000000000 +0100 +++ smeserver-spamassassin-2.2.0/createlinks 2011-12-23 22:39:22.000000000 +0100 @@ -14,10 +14,7 @@ use File::Path; templates2events( "/etc/mail/spamassassin/local.cf", qw( bootstrap-console-save email-update ) ); -foreach $event ( qw( bootstrap-console-save email-update ) ) -{ - safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/spamd"); -} +safe_symlink("restart", "root/etc/e-smith/events/email-update/services2adjust/spamd"); safe_symlink("daemontools", "root/etc/rc.d/init.d/spamd"); service_link_enhanced("spamassassin", "S90", "7");