[Bug 524341] Re: [FFE] Add amavisd-new-postfix package
Steve Langasek
steve.langasek at canonical.com
Mon Mar 1 21:14:15 GMT 2010
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: Invalid => Confirmed
--
[FFE] Add amavisd-new-postfix package
https://bugs.launchpad.net/bugs/524341
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.
More information about the Ubuntu-server-bugs
mailing list