Hi,
On 6 September 2015 at 13:39, Debian Bug Tracking System
<[email protected]> wrote:
>
> * Move init script from runlevel S to runlevel 2. (Closes: #796632)
Note that this will not change current installations to the new
runlevel. You will need to add an `update-rc.d natlog remove` when
upgrading from versions earlier than this before the #DEBHELPER#
placeholder, so that the new settings take place.
For example add in the configure block:
if dpkg --compare-versions "$2" "1.02.00-3" ; then
update-rc.d natlog remove
fi
--
Saludos,
Felipe Sateler