FFe granted, please upload ASAP.
+ if [ -x "/etc/init.d/postfix" ]; then
+ if [ -x /usr/sbin/invoke-rc.d ]; then
+ invoke-rc.d postfix restart
+ else
+ /etc/init.d/postfix restart
+ fi
+ fi
+ if [ -x "/etc/init.d/amavis" ]; then
+ if [ -x /usr/sbin/invoke-rc.d ]; then
+ invoke-rc.d amavis restart
+ else
+ /etc/init.d/amavis restart
+ fi
+ fi
Note that this check for invoke-rc.d is redundant, as invoke-rc.d is
never absent from the system (upstart Depends on sysv-rc), and
maintainer scripts are not supposed to call init scripts directly.
** Changed in: amavisd-new (Ubuntu)
Status: New => Invalid
--
[FFE] Add amavisd-new-postfix package
https://bugs.launchpad.net/bugs/524341
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs