[Merge] lp:~ubuntu-core-dev/ubuntu/utopic/sysvinit/unreviewed into lp:ubuntu/sysvinit

Steve Langasek steve.langasek at canonical.com
Mon May 26 08:15:41 UTC 2014


On Mon, May 26, 2014 at 08:09:43AM -0000, Martin Pitt wrote:

> So we should investigate the S → K change for 0/6, otherwise this looks
> good.

This is the expected behavior.  All scripts in /etc/rc[06].d were already
called with 'stop' as the argument, regardless of the link name.  See this
section of /etc/init.d/rc:

# Is there an rc directory for this new runlevel?
if [ -d /etc/rc$runlevel.d ]
then
        case "$runlevel" in
                0|6)
                        ACTION=stop
                        ;;
                S)
                        ACTION=start
                        ;;
                *)
                        ACTION=start
                        ;;
        esac

[...]

So this is not a behavior change.

-- 
https://code.launchpad.net/~ubuntu-core-dev/ubuntu/utopic/sysvinit/unreviewed/+merge/219999
Your team Ubuntu Core Development Team is subscribed to branch lp:~ubuntu-core-dev/ubuntu/utopic/sysvinit/unreviewed.



More information about the Ubuntu-reviews mailing list