Change logs for sysvinit source package in Utopic

  • sysvinit (2.88dsf-41ubuntu18) utopic; urgency=medium
    
      Some cleanups and cherry-picks from current sysvinit, as uploading the full
      merge has been stalled for review for a long time.
    
      * Drop Cell support/SPU mountpoint handling, this platform hasn't been
        supported for some time.
      * Revert to most of Debian's initscripts Breaks: (except console-setup,
        ifupdown, and initramfs-tools) to avoid diff noise, they are harmless
        now.
      * Drop compat symlink from /usr/bin/service to /usr/sbin/service. According
        to codesearch, nothing is using the former any more.
      * Update to current syvinit update-rc.d. This handles "defaults" calls
        correctly wrt. LSB header information, drops the confusing warnings
        (LP: #1334596), and handles init.d scripts for systemd correctly.
     -- Martin Pitt <email address hidden>   Tue, 26 Aug 2014 07:22:55 +0200
  • sysvinit (2.88dsf-41ubuntu17) utopic; urgency=medium
    
      * Drop initscript dependencies to upstart and mountall. Debian's SysV init
        boot scripts are back, and both upstart and systemd now provide jobs/units
        which "shadow" the SysV init.d scripts. This allows installing
        systemd-sysv instead of upstart. (LP: #1351306)
     -- Martin Pitt <email address hidden>   Thu, 07 Aug 2014 10:39:25 +0200
  • sysvinit (2.88dsf-41ubuntu16) utopic; urgency=medium
    
      * Move sourcing of lsb/init-functions above the sourcing of helpers which we
        don't ship in Ubuntu, to avoid some harmless, but confusing noise during
        boot.
     -- Martin Pitt <email address hidden>   Fri, 30 May 2014 11:44:23 +0200
  • sysvinit (2.88dsf-41ubuntu15) utopic; urgency=medium
    
      * Disable startpar. It wreaks havoc with "task" upstart jobs as init.d
        scripts depending on them rely on them to be "running".
     -- Martin Pitt <email address hidden>   Thu, 29 May 2014 10:15:57 +0200
  • sysvinit (2.88dsf-41ubuntu14) utopic; urgency=medium
    
      * Revert the dependency changes from the previous upload to avoid loops.
     -- Adam Conrad <email address hidden>   Tue, 27 May 2014 08:45:53 -0600
  • sysvinit (2.88dsf-41ubuntu13) utopic; urgency=medium
    
      * Revert previous upload, which caused regression due to UPSTARTDIR
        variable removal that was still in-use.
      * Reintroduce 11 rcS initd scripts:
        - all of them source /lib/lsb/init-functions and thus do nothing under
        upstart, and symlinked to /dev/null under systemd.
        - adjust initscripts conffiles, postinst and postrm to setup symlinks
        and clean up appropriately.
      * Enable insserv (LP: #1312836):
         - adjust path variable in postinst to find insserv under
        /usr/lib/insserv due to 200_hide_insserv_on_ubuntu.patch in insserv on
        ubuntu.
        - adjust legacy_boot check to examine both rc0.d and rc6.d and the
        stamp file.
        - perform conversion and remove flag file
        - cherrypick patch for update-rc.d to lookup insserv in
        /usr/lib/insserv and /sbin.
        - drop touching legacy boot ordering stamp in sysv-rc preinst.
     -- Dimitri John Ledkov <email address hidden>   Tue, 27 May 2014 13:52:14 +0200
  • sysvinit (2.88dsf-41ubuntu12) utopic; urgency=medium
    
      * Revert the invoke-rc.d check for "does this upstart job exist" from
        calling "initctl status" back to checking for the file existence. The
        former fails in a chroot if it installs a package/job which is not present
        on the host: then "initctl status" will check the hosts's job (which
        doesn't exist, and thus fails) instead of the one in the chroot.
     -- Martin Pitt <email address hidden>   Fri, 16 May 2014 10:27:06 +0200
  • sysvinit (2.88dsf-41ubuntu11) utopic; urgency=medium
    
      * Cherrypick fixes from Debian git repository:
      * service & invoke-rc.d: in upstart interfacing code, check that the job
        is actually known to upstart. This is because during upgrades, pid 1
        might still be an older upstart which may not yet support syntax of
        the newly unpacked jobs, thus sysv-init script should be continued to
        be used instead. (Closes: #745503)
      * service & invoke-rc.d: unset UPSTART_SESSION environment variable to
        make sure all upstart initctl commands are executed against system
        init and not the session one. (Closes: #745505)
      * service: in upstart interfacing code, map "force-reload" to restart as
        per Debian policy 9.3.2, since there is no way to know for-sure if a
        reload is supported.
     -- Dimitri John Ledkov <email address hidden>   Thu, 15 May 2014 12:37:54 +0100
  • sysvinit (2.88dsf-41ubuntu10) utopic; urgency=medium
    
      * invoke-rc.d: Don't fail on masked services. (LP: #1312975)
     -- Martin Pitt <email address hidden>   Mon, 12 May 2014 11:20:50 +0200
  • sysvinit (2.88dsf-41ubuntu9) utopic; urgency=medium
    
      * invoke-rc.d: Fix actions to run under systemd if there is no init.d
        script.
     -- Martin Pitt <email address hidden>   Mon, 12 May 2014 10:04:32 +0200
  • sysvinit (2.88dsf-41ubuntu8) utopic; urgency=medium
    
      * Backport systemd support for service and invoke-rc.d from current Debian
        version, to fix package install/upgrade failures when running with
        systemd.
     -- Martin Pitt <email address hidden>   Mon, 12 May 2014 08:55:08 +0200
  • sysvinit (2.88dsf-41ubuntu7) utopic; urgency=low
    
      [ Colin King]
    
      * default cpufreq governor to powersave for intel-pstate driver
        -LP: #1314653
     -- Tim Gardner <email address hidden>   Wed, 30 Apr 2014 08:59:51 -0600
  • sysvinit (2.88dsf-41ubuntu6) trusty; urgency=medium
    
      * debian/sysvinit-utils.startpar-bridge.upstart: Silence " *
        Starting/Stopping startpar bridge..." messages from boot.log, by
        commenting out description stanza.
     -- Dimitri John Ledkov <email address hidden>   Thu, 13 Mar 2014 01:37:30 +0000