Change logs for sysvinit source package in Maverick

  • sysvinit (2.87dsf-4ubuntu19.2) maverick-proposed; urgency=low
    
      [ Dan Muresan ]
      * sendsigs: OMITPIDS needs to be reinitalized for every loop iteration
        before concatanating pids of upstart jobs to it. Otherwise it overflows
        and throws an error. (LP: #665185)
     -- Surbhi Palande <email address hidden>   Tue, 05 Apr 2011 12:35:31 +0300
  • sysvinit (2.87dsf-4ubuntu19.1) maverick-proposed; urgency=low
    
      * debian/initscripts/etc/init.d/umountroot: Improve handling of
        respawn of init: we now wait for inits map file to change. If this doesn't
        happen within 5 seconds, we unmount forcibly. (LP: #672177)
     -- James Hunt <email address hidden>   Fri, 28 Jan 2011 11:45:35 +0000
  • sysvinit (2.87dsf-4ubuntu19) maverick-proposed; urgency=low
    
      * debian/initscripts.postinst (LP: #659738):
        - do not create motd.tail from motd on systems using update-motd.
        - clean up incorrectly created motd.tail from upgrade to Maverick.
     -- Kees Cook <email address hidden>   Thu, 28 Oct 2010 20:30:54 -0700
  • sysvinit (2.87dsf-4ubuntu18) maverick; urgency=low
    
      * Allocate pidof/killall5 omitpid buffers dynamically.  16 is too small
        for killall5 now that all Upstart jobs are omitted.
      * Create /lib/init/rw as a symlink to /var/run on new installations, and
        fix it up in /etc/init.d/umountroot on upgrade, as it's difficult to do
        this at any other time; this saves us chasing around all the individual
        packages that use one or the other for sendsigs.omit.d (LP: #541512).
      * Handle /var/run/sendsigs.omit.d explicitly, just in case.
     -- Colin Watson <email address hidden>   Fri, 24 Sep 2010 10:48:28 +0100
  • sysvinit (2.87dsf-4ubuntu17) lucid; urgency=low
    
      * debian/initscripts/etc/init.d/sendsigs: additional upstart jobs may be
        /started/ on shutdown after this script has first been invoked; so don't
        assume the list of known jobs is constant, instead requery initctl before
        each killall5 -CONT to properly exclude any new jobs upstart knows about
        so that we aren't waiting an extra 10 seconds for no reason.
        LP: #537262.
     -- Steve Langasek <email address hidden>   Tue, 30 Mar 2010 00:08:33 -0700