tags 837501 + patch
thanks
Patch attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git a/debian/postinst b/debian/postinst
index 9c6a032..8a24cdf 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -124,7 +124,8 @@ do_configure()
fi
db_stop || true
- [ "$restart_exim" != 'no' ] && invoke-rc.d exim4 restart
+ invoke-rc.d --query exim4 restart && ret=0 || ret=$?
+ [ "$restart_exim" != 'no' ] && [ "$ret" = "104" ] && invoke-rc.d exim4
restart
### Create working directories
for dir in "$datadir" "$rundir"