Subversion Repositories sa-exim

Compare Revisions

Ignore whitespace Rev 78 → Rev 79

/trunk/debian/changelog
17,8 → 17,9
which was fetched from sourceforge.net, causing a privacy concern. We
drop the images and make the non-absolute links relative to
http://marc.merlins.org/linux/exim/.
* postinst, postrm: Remove hard-coded path to invoke-rc.d.
 
-- Magnus Holmgren <holmgren@debian.org> Fri, 22 Jul 2016 10:25:53 +0200
-- Magnus Holmgren <holmgren@debian.org> Fri, 22 Jul 2016 10:38:11 +0200
 
sa-exim (4.2.1-14) unstable; urgency=low
 
/trunk/debian/postinst
39,7 → 39,7
rm ${LOCALSCANCONF}.rul
fi
if [ -x /etc/init.d/exim4 ]; then
if [ -x /usr/sbin/invoke-rc.d ]; then
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d exim4 reload || true
else
/etc/init.d/exim4 reload || true
/trunk/debian/postrm
16,7 → 16,7
echo "${DISABLELOCALSCANTEXT}" > ${LOCALSCANCONF}.rul
fi
if [ -x /etc/init.d/exim4 ]; then
if [ -x /usr/sbin/invoke-rc.d ]; then
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d exim4 reload || true
else
/etc/init.d/exim4 reload || true
31,7 → 31,7
rm ${LOCALSCANCONF}.rul
fi
if [ -x /etc/init.d/exim4 ]; then
if [ -x /usr/sbin/invoke-rc.d ]; then
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d exim4 reload || true
else
/etc/init.d/exim4 reload || true