Your message dated Fri, 19 May 2006 17:16:54 +0300
with message-id <[EMAIL PROTECTED]>
and subject line #367743: firebird2-classic-server: must use invoke-rc.d
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: firebird2-classic-server
Version: 1.5.3.4870-4
As of Debian Policy Manual version 3.7.2, the use of invoke-rc.d to
run init.d scripts has been made mandatory. Earlier, its use was
strongly recommended.
In most cases the fix should be simple, replace this:
/etc/init.d/package <action>
with this:
if which invoke-rc.d >/dev/null 2>&1; then
invoke-rc.d package <action>
else
/etc/init.d/package <action>
fi
On May 13 and 14, I checked all packages in Debian sid, and found
that your package needs to be changed because of this policy change.
This bug is part of a mass-filing to get all such bugs fixed.
(See discussion starting at [1].)
[1] http://lists.debian.org/debian-devel/2006/05/msg00577.html
If my checking was wrong, I apologize.
If I can help in getting the bug fixed, please tell me.
--- End Message ---
--- Begin Message ---
Version: 1.5.3.4870-5
The fix for this bug was prepared before bug-filing, but upload was
after bug-filing. So I close it by hand.
--
dam
signature.asc
Description: OpenPGP digital signature
--- End Message ---