@ -0,0 +1,4 @@
#!/bin/sh
exec 2>&1
exec D_bindir/spamd
@ -23,5 +23,6 @@
# SpamAssassin doesn't use autoconf anymore
runconf=0
hook_add premake 3 "perl Makefile.PL CONFDIR=/etc/spamassassin ENABLE_SSL=yes"
sysconfdir=/etc/spamassassin
hook_add premake 3 "perl Makefile.PL CONFDIR=$sysconfdir ENABLE_SSL=yes"
hook_add postinstall 3 "install_init spamd $confdir/spamassassin.init"