Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Component/s: Installation (Tarball/Install minimal)
-
Labels:None
-
Originating Party:Developer
Description
The maintainer script calls scripts in init.d directly (well, indirectly,
but without using invoke-rc.d):
postinst -> airtime-install -> airtime-initialize.sh -> /etc.init.d/monit
See:
9.3.3 Interfacing with the initscript system
on the page:
http://www.debian.org/doc/debian-policy/ch-opersys.html
but without using invoke-rc.d):
postinst -> airtime-install -> airtime-initialize.sh -> /etc.init.d/monit
See:
9.3.3 Interfacing with the initscript system
on the page:
http://www.debian.org/doc/debian-policy/ch-opersys.html
It appears we only need to do this change in the Debian package according to the Debian Policy Manual. In that case, there are no upstream changes to be made.