Change logs for sysvinit source package in Precise

  • sysvinit (2.88dsf-13.10ubuntu11.1) precise-proposed; urgency=low
    
      * Cherry-pick fix from git to better handle chroot in postinst and change
        the check to allow for the case where /dev isn't a mountpoint but /dev/shm
        is one. (LP: #974584)
      * Add logic to detect broken environments (mostly LXC) where both /dev/shm
        and /run/shm exist as directories (and aren't bind-mounts).
        In such case, move the content of /dev/shm to /run/shm and make /dev/shm
        a symlink to /run/shm.
     -- Stephane Graber <email address hidden>   Fri, 20 Jul 2012 16:55:04 -0400
  • sysvinit (2.88dsf-13.10ubuntu11) precise; urgency=low
    
      * Only try to move links in /etc/rc{0,6}.d that match "S0*".  LP: #941867.
     -- Steve Langasek <email address hidden>   Fri, 13 Apr 2012 22:46:53 -0700
  • sysvinit (2.88dsf-13.10ubuntu10) precise; urgency=low
    
      * On upgrade, detect and correct broken shutdown sequence caused by
        3rd-party packages running insserv. (LP: #858122)
     -- Evan Broder <email address hidden>   Wed, 15 Feb 2012 18:38:19 -0800
  • sysvinit (2.88dsf-13.10ubuntu9) precise; urgency=low
    
      * Mark all binary packages as Multi-Arch: foreign to allow for upstart to
        be installable with multi-arch (needed for armhf containers on x86)
     -- Stephane Graber <email address hidden>   Thu, 02 Feb 2012 13:10:48 -0500
  • sysvinit (2.88dsf-13.10ubuntu8) precise; urgency=low
    
      * d/src/initscripts/etc/init.d/sendsigs: wait up to 300 extra
        seconds for upstart jobs that have been killed. They will be sent
        SIGKILL by upstart when their 'kill timeout' has been reached, so
        we should trust the job's author to give the service a reasonable
        amount of time to shut down. (LP: #688541)
      * also omit pids of stop/killed upstart jobs since we know they've
        been killed already.
      * d/src/initscripts/etc/init.d/umountroot: Check for init.upgraded
        file in /var/run before clearing out /var/run. (LP: #886439)
     -- Clint Byrum <email address hidden>   Mon, 12 Dec 2011 16:16:37 -0800
  • sysvinit (2.88dsf-13.10ubuntu7) precise; urgency=low
    
      * Revert previous upload. /etc/bash_completion.d/service is already shipped
        in "bash-completion", causing a file conflict.
     -- Martin Pitt <email address hidden>   Mon, 12 Dec 2011 07:22:18 +0100
  • sysvinit (2.88dsf-13.10ubuntu6) precise; urgency=low
    
      * debian/bash_completion.d/service:
        - add a long overdue bash completion script for the service command
     -- Dustin Kirkland <email address hidden>   Sun, 11 Dec 2011 21:18:46 -0600
  • sysvinit (2.88dsf-13.10ubuntu5) precise; urgency=low
    
      * d/service/service: Updated to use 'stop/start' instead of passing
        restart directly through to upstart. (LP: #440179)
      * d/service/service.8: Updated man page to reflect handling of upstart
        jobs.
     -- Clint Byrum <email address hidden>   Tue, 15 Nov 2011 12:33:01 -0800
  • sysvinit (2.88dsf-13.10ubuntu4) oneiric; urgency=low
    
      * debian/src/initscripts/etc/init.d/umountroot: don't forget to migrate
        /dev/shm to /run/shm on shutdown also, without which ecryptfs fails to
        start up correctly.  Thanks to Martin Pitt for the report.
     -- Steve Langasek <email address hidden>   Wed, 13 Jul 2011 22:02:25 -0700