X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=spamassassin-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;h=faf9cf4924cc3d7f49dc5042fe4c9353d9b0a4fb;hp=cc6be230f4cd0586bf42a9192ffa482e88818123;hb=ddf20534be4f63dda63edadad5e96f76530e2969;hpb=229abb70f9d910636c181f41ebbf4f6da5c664b2 diff --git a/debian/postinst b/debian/postinst index cc6be23..faf9cf4 100755 --- a/debian/postinst +++ b/debian/postinst @@ -409,7 +409,7 @@ echo "CN: SpamAssassin updates are now logged at /var/log/sa-update.log" if [ "x$restart" = "xyes" ]; then if [ -x /usr/sbin/invoke-rc.d ]; then pkill -f /usr/sbin/spamd || true - invoke-rc.d --quiet spamassassin restart + invoke-rc.d spamassassin restart else /etc/init.d/spamassassin restart fi