Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#750645: update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults

92 views
Skip to first unread message

Tobias Kranz

unread,
Sep 26, 2015, 5:00:04 AM9/26/15
to
Hello,

i can confirm this when upgrading from cron 3.0pl1-127 to 3.0pl1-127+deb8u1:

Setting up cron (3.0pl1-127+deb8u1) ...
update-rc.d: warning: start and stop actions are no longer supported;
falling back to defaults

I think this is triggered by the postinst script (in my case package
cron_3.0pl1-127+deb8u1_amd64.deb on line 85) using update-rc.d start:

# Automatically added by dh_installinit
if [ -x "/etc/init.d/cron" ]; then
update-rc.d cron start 89 2 3 4 5 . >/dev/null
invoke-rc.d cron start || exit $?
fi

which is deprecated if i got it correct:

https://lists.debian.org/debian-devel/2013/05/msg01109.html

Christian Kastner

unread,
May 1, 2016, 4:50:03 PM5/1/16
to
Control: tag -1 + confirmed pending

On 2015-09-26 10:47, Tobias Kranz wrote:
> Setting up cron (3.0pl1-127+deb8u1) ...
> update-rc.d: warning: start and stop actions are no longer supported;
> falling back to defaults
>
> I think this is triggered by the postinst script (in my case package
> cron_3.0pl1-127+deb8u1_amd64.deb on line 85) using update-rc.d start:
>
> # Automatically added by dh_installinit
> if [ -x "/etc/init.d/cron" ]; then
> update-rc.d cron start 89 2 3 4 5 . >/dev/null
> invoke-rc.d cron start || exit $?
> fi
>
> which is deprecated if i got it correct:
>
> https://lists.debian.org/debian-devel/2013/05/msg01109.html

Thank you for the report, I have just committed a fix.

Regards,
Christian

signature.asc
0 new messages