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