Change log for sysvinit package in Ubuntu

76150 of 244 results
Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
sysvinit (2.88dsf-41ubuntu4) trusty; urgency=low

  [ James Hunt ]
  * debian/src/sysv-rc/sbin/invoke-rc.d: Call 'initctl reload-configuration'
    to work reliably on systems with broken inotify.
 -- Steve Langasek <email address hidden>   Thu, 28 Nov 2013 21:34:03 -0600
Superseded in trusty-release
Obsolete in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
sysvinit (2.88dsf-41ubuntu3) saucy; urgency=low

  * Exit the ondemand script silently if we are on a system that has
    the Android LXC container upstart job installed, assuming Android
    will deal with CPU frequency scaling itself, so we don't have to.
  * Remove old N7 device-specific tweaks for the interactive governor.
 -- Adam Conrad <email address hidden>   Tue, 04 Jun 2013 08:53:47 -0600
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
sysvinit (2.88dsf-41ubuntu2) saucy; urgency=low

  * debian/src/sysv-rc/sbin/invoke-rc.d: tweak behavior of invoke-rc.d when
    a package has an upstart job without a corresponding init script, and
    we're running on a non-upstart system, *but* policy-rc.d says to not
    take the action.  In this case, we want to exit zero instead of
    non-zero, as this is an important use case when setting up Ubuntu in a
    chroot.
 -- Steve Langasek <email address hidden>   Tue, 28 May 2013 12:23:43 -0700
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
sysvinit (2.88dsf-41ubuntu1) saucy; urgency=low

  * Merge from Debian unstable:
    - fixes typo in /lib/init/vars.sh.  LP: #1146047.
  * Remaining changes:
    - Remove various initscripts (and an ifupdown hook) that have been
      replaced by upstart jobs shipped in other packages.
    - debian/sysvinit-utils.links: Compat symlink from /usr/bin/service to
      /usr/sbin/service
    - If /var/run/init.upgraded exists, call telinit u before unmounting
      the root filesystem.
    - Support Cell processor:
      + debian/initscripts.postinst: Create spu system group and /spu mount
        point if we are running on a Cell processor.
      + debian/control: Add initscripts dependency 'passwd' for groupadd.
    - debian/patches/91_sulogin_lockedpw.dpatch: Disable "root account is
      locked" warning, since this is the default in Ubuntu. Document this in
      sulogin.8.
    - debian/patches/92_sulogin_support_static_sh.patch: add support for
      /bin/static-sh as fallback if the regular shell fails to execute
    - debian/control: Drop Essential: yes from packages since we use Upstart.
    - debian/control: Do not build the sysvinit binary package any more. It
      conflicts with upstart, which is required, so it is uninstallable.
    - remove debian/postinst: this is supposed to go into the sysvinit
      package in Debian, but we don't ship that.
    - debian/control: sysvinit-utils recommends the upstart that provides
      the reload action
    - Mark all binary packages as Multi-Arch: foreign to allow for upstart
      to be installable with multi-arch (needed for armhf containers on x86)
    - Add a versioned depends to initscripts of mountall (>= 2.28), since
      everything else depends on initscripts for /run and the boot-time
      implementation is in mountall for us.
    - Drop /etc/default/tmpfs, and drop mention of it from
      debian/src/initscripts/man/rcS.5.
    - Added debian/src/initscripts/etc/init.d/ondemand: Sleep for 60 seconds,
      then set CPU Frequency Scaling governor to "ondemand" (or to
      "interactive" on systems that support it).
    - Remove mention of RAMLOCK, RAMSHM, and RAMTMP from the rcS(5) manual
      page.
    - When /dev/shm and /run/shm are both directories (not mounts), make
      /dev/shm a symlink to /run/shm.
    - d/service/service: Use 'stop/start' instead of passing restart
      directly through to upstart.
    - d/service/service.8: Document handling of upstart jobs.
    - Fix documentation for other things handled by mountall instead of
      initscripts: tmpfs, /sys (mountall lets you specify options in
      /etc/fstab), and ASYNCMOUNTNFS.
    - debian/src/initscripts/etc/init.d/sendsigs:
      + sendsigs: OMITPIDS needs to be reinitalized for every loop iteration
        before concatenating pids of upstart jobs to it.
      + only omit jobs that are in the 'start' goal or that are in state
        'stop/killed'. Those that are destined for 'stop' are waited on and
        killed like all other processes.
      + make report_unkillable use apport instead of echoing to console; but
        disable this reporting by default.
      + wait up to 300 extra seconds for upstart jobs that have been killed.
    - debian/src/sysv-rc/sbin/invoke-rc.d: replace RUNLEVEL with
      RUNLEVELHELPER.
  * Changes included in Debian:
    - debian/initscripts/etc/init.d/umountnfs.sh: emit upstart event
      unmounted-remote-filesystems
    - debian/src/initscripts/etc/init.d/sendsigs: handle the possibility of
      upstart jobs being started after the script starts running.
  * Dropped changes:
    - /lib/init/rw symlink to /run no longer needed, everything should now
      be using /run directly.
    - debian/src/initscripts/etc/init.d/umountroot: /run migration was
      completed before 12.04 LTS, this delta can now be dropped.
      LP: #1097321.
    - debian/initscripts.postinst: drop bypassing of motd.tail handling,
      which is no longer used in Debian.
    - Disable bootlogd by default: this is now a separate package not
      installed by default, no delta needed.
    - clean up /run/motd on upgrades: pre-LTS cleanup that is no longer
      needed.
    - Removing RAM* settings from /etc/default/rcS: these are no longer
      present in the Debian version of the file either.
    - Skip /var/run, /var/lock when unmounting filesystems: no longer needed,
      these will always be mounted under /run now which is already handled.
    - Upgrade handling for insserv-broken shutdown sequences: this was
      pre-LTS cleanup.
  * Fix initial generation of /run/motd.dynamic to conform to update-motd
    usage in pam_motd.
  * Drop new /etc/init.d/motd script, which is redundant with update-motd.
  * Relax Breaks: on old upstart to not trigger on the precise version, which
    doesn't have the incompatibility.
  * Adjust Breaks from initscripts on ifupdown; Ubuntu has had ifquery for a
    long time.
  * Revert migration of UTC setting from /etc/default/rcS to /etc/adjtime,
    dropping the corresponding Breaks: on util-linux.
  * Drop Breaks on console-setup, not needed because Ubuntu never had
    console-setup 1.73.
  * Drop Breaks on live-build, which *supports* /lib/init/rw as a mountpoint
    but does not use it.
  * Ignore change to make /etc/mtab a symlink (mostly happens automatically
    because we aren't using the initscripts rcS scripts).  This should be
    done only once /run/mount/utab works correctly (bug #702935).
  * Drop debian/initscripts.NEWS, which documents only Debian-specific
    changes that don't apply in Ubuntu.
  * Drop bind-mount handling on upgrade of initscripts.  The upstream
    refactoring means these functions have moved to a shell library that we
    don't otherwise care about shipping, and this is only relevant for
    pre-12.04 upgrades but the postinst doesn't include a version guard; so
    just delete this redundant code.
  * Fix wrong auto-upgrading of /etc/default/rcS to a conffile.  We should
    not store a copy of the old one if we know it's not user-modified, and
    we should *not* generate this in the preinst, but instead trust dpkg to
    install it.
  * Revert forced migration to dependency-based booting; this can only be
    done once all upstart-job-using packages in Ubuntu have been rebuilt
    with a newer debhelper that retains init scripts, otherwise insserv
    has insufficient information and will mangle the shutdown order.
  * Don't duplicate the /etc/default/rcS conffile with a template in the
    preinst; unmodified files should just be removed, and created
    automatically by dpkg.
  * Properly clean up bootlogd conffiles on upgrade using dpkg-maintscript,
    instead of leaving them orphaned on the filesystem when the bootlogd
    package is not installed.
  * On upgrade, recognize Ubuntu-specific md5sums of unmodified
    /etc/default/rcS files.

Superseded in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
sysvinit (2.88dsf-13.10ubuntu15) raring; urgency=low

  * add some default settings for the interactive governor to the ondemand
    initscript.
 -- Oliver Grawert <email address hidden>   Wed, 30 Jan 2013 13:16:38 +0100
Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
sysvinit (2.88dsf-13.10ubuntu14) raring; urgency=low

  * Twiddle /etc/init.d/ondemand to prefer the "interactive" governor
    over the ondemand one, which improves responsiveness on devices
    that have a kernel that support this feature (such as the nexus7).
  * Also, exit more gracefully if we have no governors available to us.
 -- Adam Conrad <email address hidden>   Fri, 07 Dec 2012 04:48:13 -0700
Superseded in raring-release
Obsolete in quantal-release
sysvinit (2.88dsf-13.10ubuntu13) quantal; urgency=low

  * Add version guard to previous postinst change.
 -- Stephane Graber <email address hidden>   Fri, 20 Jul 2012 22:26:51 -0400
Published in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
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
Superseded in quantal-release
sysvinit (2.88dsf-13.10ubuntu12) quantal; 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
Superseded in quantal-release
Published in precise-release
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
Superseded in precise-release
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
Superseded in precise-release
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
Obsolete in lucid-updates
Deleted in lucid-proposed (Reason: moved to -updates)
sysvinit (2.87dsf-4ubuntu17.5) lucid-proposed; urgency=low

  * debian/initscripts/etc/init.d/umountnfs.sh: emit a new event,
    unmounted-remote-filesystems, to allow stopping portmap
    and others. (LP: #711425)
 -- Clint Byrum <email address hidden>   Fri, 20 Jan 2012 01:15:42 -0800
Obsolete in oneiric-updates
Deleted in oneiric-proposed (Reason: moved to -updates)
sysvinit (2.88dsf-13.10ubuntu4.1) oneiric-proposed; 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:08:10 -0800
Superseded in precise-release
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
Superseded in precise-release
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
Superseded in precise-release
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
Superseded in precise-release
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
Obsolete in natty-updates
Deleted in natty-proposed (Reason: moved to -updates)
sysvinit (2.87dsf-4ubuntu23.1) natty-proposed; urgency=low

  * debian/initscripts/etc/init.d/sendsigs: Only omit jobs that
    are in the 'start' goal. Those that are destined for 'stop' are
    waited on and killed like all other processes. (LP: #616287) Thanks
    to Launchpad user "codewarrior".
 -- Bill Cahill <email address hidden>   Tue, 13 Sep 2011 22:41:05 -0700
Superseded in precise-release
Obsolete in oneiric-release
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
Superseded in oneiric-release
sysvinit (2.88dsf-13.10ubuntu3) oneiric; urgency=low

  * remove debian/postinst: this is supposed to go into the sysvinit package
    in debian, but we don't ship that, meaning it lands in sysvinit-utils
    instead by mistake!
 -- Steve Langasek <email address hidden>   Wed, 13 Jul 2011 17:10:59 -0700
Superseded in oneiric-release
sysvinit (2.88dsf-13.10ubuntu2) oneiric; urgency=low

  * debian/src/initscripts/etc/init.d/umountroot: handle the migration of
    /var/run and /var/lock from directories to symlinks at shutdown, since
    we can't guarantee this gets done early enough at startup.
 -- Steve Langasek <email address hidden>   Wed, 13 Jul 2011 16:26:00 -0700
Superseded in oneiric-release
sysvinit (2.88dsf-13.10ubuntu1) oneiric; urgency=low

  * Merge from Debian unstable (LP: #807974), remaining changes:
    - Support Cell processor:
      + debian/initscripts.postinst: Create spu system group and /spu mount
        point if we are running on a Cell processor.
      + debian/control: Add initscripts dependency 'passwd' for groupadd.
      (Forwarded to Debian #483399)
    - Disable bootlogd by default.
    - debian/patches/91_sulogin_lockedpw.dpatch: Disable "root account is
      locked" warning, since this is the default in Ubuntu. Document this in
      sulogin.8.
    - debian/control: Drop Essential: yes from packages since we use Upstart.
    - debian/control: Do not build the sysvinit binary package any more. It
      conflicts with upstart, which is required, so it is uninstallable.
    - debian/src/initscripts/etc/init.d/ondemand: Sleep for 60 seconds, then
      set CPU Frequency Scaling governor to "ondemand".   LP: #341573.
    - debian/rules: Compat symlink from /usr/bin/service to
      /usr/sbin/service
    - debian/control: sysvinit-utils recommends the upstart that provides
      the reload action
    - Remove various initscripts (and an ifupdown hook) that have been
      replaced by upstart jobs shipped in other packages.
    - debian/sysv-rc.postinst: Don't use insserv by default
    - debian/src/initscripts/man/rcS.5: drop mention of /etc/default/tmpfs,
      which doesn't do anything on Ubuntu.
    - Remove RAMLOCK, RAMSHM, and RAMTMP settings from default rcS script to
      avoid confusion, remove from /etc/default/rcS on upgrade too; and remove
      mention of all of these plus RAMRUN from the manual pages.
    - Always skip these when unmounting filesystems.
    - Fix documentation for other things handled by mountall instead of
      initscripts: tmpfs, /sys (mountall lets you specify options in
      /etc/fstab), and ASYNCMOUNTNFS.
    - If /var/run/init.upgraded exists, call telinit u before unmounting
      the root filesystem.
    - 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
    - debian/initscripts.postinst:
      + do not create motd.tail from motd on systems using update-motd.
      + clean up incorrectly created motd.tail from upgrade to Maverick.
    - debian/src/initscripts/etc/init.d/sendsigs:
      + sendsigs: OMITPIDS needs to be reinitalized for every loop iteration
        before concatenating pids of upstart jobs to it.
      + handle the possibility of upstart jobs being started after the
        script starts running, to avoid unnecessary 10 second delays on
        shutdown.
      + only omit jobs that are in the 'start' goal. Those that are destined
        for 'stop' are waited on and killed like all other processes.
      + make report_unkillable use apport instead of echoing to console; but
        disable this reporting by default.
    - debian/patches/92_sulogin_support_static_sh.patch: add support for
      /bin/static-sh as fallback if the regular shell fails to execute
    - debian/initscripts/etc/init.d/umountnfs.sh: emit upstart event
      unmounted-remote-filesystems, to allow stopping portmap
    - debian/src/sysv-rc/sbin/invoke-rc.d: replace RUNLEVEL with
      RUNLEVELHELPER.
    - debian/src/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.
  * Changes included in Debian:
    - Conflict/Replace sysvconfig
    - Depend on lsb-base (>= 3.2-14) for status_of_proc() function.
    - debian/service/service: use upstart for service management, if an
      upstart configuration exists,
    - debian/src/initscripts/etc/init.d/umountfs: do not use the -f option
      when unmounting WEAK_MTPTS
    - debian/src/initscripts/etc/init.d/sendsigs: Omit any process being
      controlled by Upstart.
    - Fix FTBFS with changed libcrypt multiarch library location.
  * Changes included upstream:
    - debian/patches/100_fix_ftbfs_enoioctlcmd.patch: cherry pick upstream
      fix for missing ENOIOCTLCMD to fix a FTBFS
    - debian/patches/98_killall5_dynamic_omitpid.patch: Allocate
      pidof/killall5 omitpid buffers dynamically.
  * Dropped changes:
    - sysvutils transitional package: this transition is done pre-lucid, so
      drop the delta.
    - debian/src/initscripts/lib/init/usplash-fsck-functions.sh:  usplash is
      obsolete, code dropped in Debian and Ubuntu.
    - Handle /var/run/sendsigs.omit.d explicitly: this is replaced by
      /run/sendsigs.omit.d upstream.
    - waitnfs.sh -> mountnfs.sh renaming: transition finished pre-lucid.
    - bootlogs.sh -> bootlogs: transition finished pre-lucid.
  * Drop /etc/default/tmpfs; Ubuntu uses mountall instead, so this is
    confusing cruft.
  * Make /lib/init/rw a symlink to /run now.
  * Add a versioned depends to initscripts of mountall (>= 2.28), since
    everything else depends on initscripts for /run and the boot-time
    implementation is in mountall for us.
  * clean up /run/motd if we find this present in the chroot case; this was
    created by the premature base-files upload and should be overwritten.

Superseded in lucid-updates
Deleted in lucid-proposed (Reason: moved to -updates)
sysvinit (2.87dsf-4ubuntu17.4) lucid-proposed; urgency=low

  * debian/initscripts.postinst
    Do not tail /etc/motd to /etc/motd.tail if the former is a symlink.
    This prevents double motd banners on login.  Also, take from the
    Oneiric version of the file, a stanza to remove /etc/motd.tail if it
    appears to be a double banner.  If this does not get automatically
    cleaned up for you and you're still seeing the double banner, just
    remove /etc/motd.tail manually.  It won't come back.  (LP: #659738)
 -- Barry Warsaw <email address hidden>   Wed, 08 Jun 2011 14:56:58 -0400
Superseded in oneiric-release
sysvinit (2.87dsf-4ubuntu25) oneiric; urgency=low

  * debian/initscripts/etc/init.d/sendsigs: Only omit jobs that
    are in the 'start' goal. Those that are destined for 'stop' are
    waited on and killed like all other processes. (LP: #616287) Thanks
    to Launchpad user "codewarrior".
 -- Clint Byrum <email address hidden>   Tue, 07 Jun 2011 14:06:07 -0700
Superseded in lucid-updates
Deleted in lucid-proposed (Reason: moved to -updates)
sysvinit (2.87dsf-4ubuntu17.3) lucid-proposed; urgency=low

  * debian/sysv-rc/sbin/invoke-rc.d: replace RUNLEVEL with RUNLEVELHELPER.
    Using RUNLEVEL causes spurious failures when invoke-rc.d is invoked
    with RUNLEVEL already defined in the environment (as it is e.g. during
    bootup) since invoke-rc.d's RUNLEVEL will become an exported variable
    at that point and cause /sbin/runlevel to return bad data. (LP: #619246)
 -- James Troup <email address hidden>   Tue, 24 May 2011 11:41:45 +0000
Superseded in oneiric-release
sysvinit (2.87dsf-4ubuntu24) oneiric; urgency=low

  * debian/sysv-rc/sbin/invoke-rc.d: replace RUNLEVEL with RUNLEVELHELPER.
    Using RUNLEVEL causes spurious failures when invoke-rc.d is invoked
    with RUNLEVEL already defined in the environment (as it is e.g. during
    bootup) since invoke-rc.d's RUNLEVEL will become an exported variable
    at that point and cause /sbin/runlevel to return bad data. (LP: #619246)
 -- James Troup <email address hidden>   Tue, 24 May 2011 11:41:45 +0000
Obsolete in maverick-updates
Deleted in maverick-proposed (Reason: moved to -updates)
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
Superseded in lucid-proposed
sysvinit (2.87dsf-4ubuntu17.2) lucid-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:33:34 +0300
Superseded in maverick-updates
Superseded in maverick-proposed
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
Superseded in lucid-updates
Superseded in lucid-proposed
sysvinit (2.87dsf-4ubuntu17.1) lucid-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 15:33:50 +0000
Superseded in oneiric-release
Obsolete in natty-release
sysvinit (2.87dsf-4ubuntu23) natty; urgency=low

  * Fix FTBFS with changed libcrypt multiarch library location.
 -- Matthias Klose <email address hidden>   Mon, 28 Mar 2011 21:50:35 +0100
Superseded in natty-release
sysvinit (2.87dsf-4ubuntu22) natty; 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>   Mon, 28 Mar 2011 13:11:49 +0300
Superseded in natty-release
sysvinit (2.87dsf-4ubuntu21) natty; urgency=low

  * debian/initscripts/etc/init.d/umountnfs.sh: emit a new event,
    unmounted-remote-filesystems, to allow stopping portmap
    and others. (LP: #711425)
 -- Clint Byrum <email address hidden>   Fri, 04 Mar 2011 12:18:15 +0000
Superseded in natty-release
sysvinit (2.87dsf-4ubuntu20) natty; urgency=low

  [ Michael Vogt ]
  * debian/patches/100_fix_ftbfs_enoioctlcmd.patch:
    - cherry pick upstream fix for missing ENOIOCTLCMD, this
      fixes a FTBFS

  [ James Hunt ]
  * 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.
 -- Michael Vogt <email address hidden>   Fri, 04 Mar 2011 10:38:34 +0100
Superseded in maverick-updates
Superseded in natty-release
Deleted in maverick-proposed (Reason: moved to -updates)
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
Superseded in natty-release
Obsolete in maverick-release
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
Superseded in maverick-release
Obsolete in lucid-release
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
Superseded in lucid-release
sysvinit (2.87dsf-4ubuntu16) lucid; urgency=low

  * debian/initscripts/etc/init.d/sendsigs: Comment out the
    report_unkillable() call. We collected enough data for now from beta-1
    installations.
 -- Martin Pitt <email address hidden>   Mon, 22 Mar 2010 11:39:24 +0100
Superseded in lucid-release
sysvinit (2.87dsf-4ubuntu15) lucid; urgency=low

  * debian/initscripts/etc/init.d/sendsigs: If we detect processes which don't
    want to die on SIGTERM (and thus cause the 10 second timeout until they
    get killed), call /usr/share/apport/unkillable_shutdown (if existing), so
    that we get reports about those.
 -- Martin Pitt <email address hidden>   Wed, 10 Mar 2010 14:43:49 +0100
Superseded in lucid-release
sysvinit (2.87dsf-4ubuntu14) lucid; urgency=low

  * debian/patches/92_sulogin_support_static_sh.patch:
    - add support for /bin/static-sh as fallback if the regular
      shell fails to execute (LP: #505887)
 -- Michael Vogt <email address hidden>   Mon, 18 Jan 2010 09:40:46 +0100
Superseded in lucid-release
sysvinit (2.87dsf-4ubuntu13) lucid; urgency=low

  * debian/initscripts/etc/init.d/sendsigs:
    - Omit any process being controlled by Upstart.
 -- Scott James Remnant <email address hidden>   Mon, 30 Nov 2009 23:36:47 +0000
Obsolete in karmic-updates
Superseded in lucid-release
Deleted in karmic-proposed (Reason: moved to -updates)
sysvinit (2.87dsf-4ubuntu12) karmic-proposed; urgency=low

  * debian/initscripts/etc/init.d/umountfs: do not use the -f option when
    unmounting WEAK_MTPTS, in the case of bind mounts in particular, that
    results in the underlying device being unmounted, LP: #468589
 -- Agostino Russo <email address hidden>   Tue, 03 Nov 2009 23:04:53 +0000
Superseded in lucid-release
Obsolete in karmic-release
sysvinit (2.87dsf-4ubuntu11) karmic; urgency=low

  * debian/control:
    - Change the upstart dependency to a recommend in sysinit-utils
      because its not a hard dependency. This will fix a dependency
      cycle that causes kubuntu upgrades to fail (LP: รค452090)

 -- Michael Vogt <email address hidden>   Mon, 19 Oct 2009 15:12:44 +0200
Superseded in karmic-release
sysvinit (2.87dsf-4ubuntu10) karmic; urgency=low

  * If /var/run/init.upgraded exists, call telinit u before unmounting
    the root filesystem.

  * Remove RAMRUN and RAMLOCK settings from default rcS script to avoid
    confusion, remove from /etc/default/rcS on upgrade too.
  * Always skip these when unmounting filesystems.
  * Remove from the manual pages.

  * Remove unsupported ASYNCMOUNTNFS documentation from the manual page.

  * Remove documentation about tmpfs, since mountall handles these.
  * Remove documentation about /sys in fstab, since mountall actually lets
    you specify options there.

 -- Scott James Remnant <email address hidden>   Wed, 14 Oct 2009 05:20:19 +0100
Superseded in karmic-release
sysvinit (2.87dsf-4ubuntu8) karmic; urgency=low

  * debian/control: Do not build the sysvinit binary package any more. It
    conflicts with upstart, which is required, so it is uninstallable.

 -- Martin Pitt <email address hidden>   Thu, 01 Oct 2009 16:32:06 +0200
Superseded in karmic-release
sysvinit (2.87dsf-4ubuntu7) karmic; urgency=low

  * debian/rules: add a versioned dependency on the upstart that provides
    the reload action
  * debian/service/service: handle reload and force-reload actions as
    upstart commands, LP: #433544

 -- Dustin Kirkland <email address hidden>   Tue, 22 Sep 2009 14:25:37 -0700
Superseded in karmic-release
sysvinit (2.87dsf-4ubuntu6) karmic; urgency=low

  * Remove conffiles that are no longer included in this package.
    LP: #430355.

 -- Scott James Remnant <email address hidden>   Mon, 21 Sep 2009 16:29:34 -0700
Superseded in karmic-release
sysvinit (2.87dsf-4ubuntu5) karmic; urgency=low

  * Restore change made by Martin Pitt in intrepid, but lost recently (LP:
    #431789):
    - Let sysvinit-utils only replace the old sysvutils, do not conflict to
      it. This is a less clean way to do the transition than with a proper
      Conflicts/Replaces, but the latter induces a Pre-Depends/Conflicts
      loop which is unresolvable.

 -- Colin Watson <email address hidden>   Sat, 19 Sep 2009 21:33:08 +0100
Superseded in karmic-release
sysvinit (2.87dsf-4ubuntu4) karmic; urgency=low

  * debian/service/service: use upstart for service management, if an
    upstart configuration exists, LP: #427277

 -- Dustin Kirkland <email address hidden>   Thu, 17 Sep 2009 10:21:05 -0500
Superseded in karmic-release
sysvinit (2.87dsf-4ubuntu3) karmic; urgency=low

  FFE LP: #427356.

  * Various initscripts have been replaced by Upstart jobs shipped in
    other packages, the following have been removed:
    - hostname.sh
    - mountkernfs.sh
    - mountdevsubfs.sh
    - checkroot.sh
    - mtab.sh
    - checkfs.sh
    - mountall.sh
    - mountall-bootclean.sh
    - mountoverflowtmp
    - mountnfs.sh
    - mountnfs-bootclean.sh
    - bootmisc.sh
    - bootlogs
    - rmnlogin

 -- Scott James Remnant <email address hidden>   Tue, 15 Sep 2009 02:45:59 +0100
Superseded in karmic-release
sysvinit (2.87dsf-4ubuntu2) karmic; urgency=low

  * Use legacy boot ordering on fresh installs too.  Ooops.

 -- Scott James Remnant <email address hidden>   Tue, 15 Sep 2009 02:44:35 +0100
Superseded in karmic-release
sysvinit (2.87dsf-4ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes:
    - Support Cell processor:
      + debian/initscripts/postinst: Create spu system group and /spu mount
        point if we are running on a Cell processor.
      + debian/initscripts/etc/init.d/mountkernfs.sh: Mount spufs if Cell
        processor is detected.
      + debian/initscripts/lib/init/mount-functions.sh: Modprobe spufs
        if not available.
      + debian/control: Add initscripts dependency 'passwd' for groupadd.
      (Forwarded to Debian #483399)
    - Use tmpfs mounts for /var/lock and /var/run:
      + debian/initscripts/share/default.rcS: Enable RAMRUN and RAMLOCK by
        default.
      + debian/initscripts.postinst: Enable RAMRUN and RAMLOCK in
        /etc/default/rcS on upgrades. This needs to be kept until the next
        LTS.
      + debian/initscripts/etc/init.d/mountkernfs.sh: Propagate files from the
        initramfs to our new /var/run, so that we can populate
        /var/run/sendsigs.omit from initramfs.
    - Boot ordering differences:
      + mountkernfs.sh: 02 -> 01
      + mountdevsubfs.sh: 04 -> 11
      + bootlogd: disabled by default
      + checkroot.sh: 10 -> 20
      + mtab.sh: 12 -> 22
    - debian/patches/91_sulogin_lockedpw.dpatch: Disable "root account is
      locked" warning, since this is the default in Ubuntu. Document this in
      sulogin.8.
    - debian/control: Drop Essential: yes from packages since we use Upstart.
    - debian/control: Conflict/Replace sysvconfig which has also previously
      provided service(8).
    - debian/control, debian/rules: Previous name for sysvinit-utils was
      'sysvutils' in Ubuntu, so Conflict/Replace/Provide it. Also create a
      dummy sysvutils package, since Hardy has reverse versioned dependencies
      to it. This needs to be kept until after the next LTS.
    - debian/control: Depend on lsb-base (>= 3.2-14) for status_of_proc()
      function.
    - debian/initscripts/etc/init.d/checkfs.sh: Don't depend on hwclockfirst
      which Ubuntu does not have.
    - debian/initscripts/etc/init.d/mountkernfs.sh: Always mount devpts, and
      do not touch /dev/ptmx (which is already managed by udev).
    - debian/initscripts/etc/init.d/mountkernfs.sh: mount fusectl if it is
      available
    - debian/initscripts/etc/init.d/mountkernfs.sh: mount securityfs if it is
      available. This allows for easier AppArmor confinement of applications
      early in the boot process. LP: #399954
    - debian/initscripts/etc/init.d/mountkernfs.sh: mount debugfs if it is
      available.
    - debian/initscripts/etc/init.d/ondemand: Sleep for 60 seconds, then
      set CPU Frequency Scaling governor to "ondemand".   LP: #341573.
    - debian/initscripts/etc/init.d/umountfs: Don't unmount filesystems
      that precede root or use force for some mountpoints.
    - debian/initscripts/etc/network/if-up.d/mountnfs: Rename ifstate
      file to /var/run/network/ifstate
    - ./debian/initscripts/lib/init/usplash-fsck-functions.sh: Use blkid,
      vol_id is gone.
    - debian/initscripts.{pre,postinst}: waitnfs.sh -> mountnfs.sh renaming
      transition. This needs to be kept until after the next LTS.

  LP: #32455, #94120, #160197, #382097 (amongst others).

  * debian/sysv-rc/sbin/update-rc.d: Dropped support for "multiuser"
    command-line option.
  * debian/rules: Compat symlink from /usr/bin/service to /usr/sbin/service
  * debian/initscripts.postinst: Transition from bootlogs.sh to bootlogs

  * debian/sysv-rc.postinst: Don't try and use insserv by default, though
    everything's in place for you to try if you like.  It can be activated
    with:
        USEINSSERV=yes dpkg-reconfigure sysv-rc

Superseded in karmic-release
sysvinit (2.86.ds1-61ubuntu16) karmic; urgency=low

  * ./debian/initscripts/lib/init/usplash-fsck-functions.sh: Use blkid, vol_id
    is gone.

 -- Martin Pitt <email address hidden>   Fri, 07 Aug 2009 11:22:21 +0100
Superseded in karmic-release
sysvinit (2.86.ds1-61ubuntu15) karmic; urgency=low

  * debian/initscripts/etc/init.d/mountkernfs.sh: mount debugfs if it is
    available.

 -- Scott James Remnant <email address hidden>   Mon, 20 Jul 2009 13:18:35 +0100
Superseded in karmic-release
sysvinit (2.86.ds1-61ubuntu14) karmic; urgency=low

  * debian/initscripts/etc/init.d/mountkernfs.sh: mount securityfs if it is
    available. This allows for easier AppArmor confinement of applications
    started early in the boot process. LP: #399954

 -- Jamie Strandboge <email address hidden>   Thu, 16 Jul 2009 12:52:49 -0500
Superseded in karmic-release
sysvinit (2.86.ds1-61ubuntu13) karmic; urgency=low

  * debian/initscripts/lib/init/bootclean.sh: announce execution
    via log_begin_msg so time-consuming clean-ups have an obvious
    source, and so that VERBOSE=yes log_action_begin_msg calls have
    context (debian bug 534609).

 -- Kees Cook <email address hidden>   Thu, 25 Jun 2009 11:08:20 -0700
Superseded in karmic-release
sysvinit (2.86.ds1-61ubuntu12) karmic; urgency=low

  * debian/patches/94_service.dpatch: call the init script directly, without
    using invoke-rc.d, LP: #390706

 -- Dustin Kirkland <email address hidden>   Mon, 22 Jun 2009 10:48:09 -0500
Superseded in karmic-release
Obsolete in jaunty-release
sysvinit (2.86.ds1-61ubuntu11) jaunty; urgency=low

  * debian/initscripts/lib/init/mount-functions.sh: Correct syntax of
    modprobe quiet when the spufs module gets loaded. LP: #348717

 -- Arnaud Jeansen <email address hidden>   Wed, 25 Mar 2009 23:49:06 +0100
Superseded in jaunty-release
Superseded in jaunty-release
sysvinit (2.86.ds1-61ubuntu10) jaunty; urgency=low

  * debian/initscripts/etc/init.d/ondemand: Put it into the background
    harder so it doesn't get killed when the rest of the rc scripts go
    away.

 -- Scott James Remnant <email address hidden>   Thu, 19 Mar 2009 15:31:37 +0000
Superseded in jaunty-release
sysvinit (2.86.ds1-61ubuntu9) jaunty; urgency=low

  * debian/initscripts/etc/init.d/ondemand: Sleep for 60 seconds, then
    set CPU Frequency Scaling governor to "ondemand".   LP: #341573.

 -- Scott James Remnant <email address hidden>   Wed, 18 Mar 2009 11:27:23 +0000
Superseded in jaunty-release
sysvinit (2.86.ds1-61ubuntu8) jaunty; urgency=low

  * debian/initscripts/etc/init.d/mountkernfs.sh: Mount the fusectl
    filesystem on boot, now it's a built-in

 -- Scott James Remnant <email address hidden>   Thu, 05 Mar 2009 17:33:40 +0000
Superseded in jaunty-release
sysvinit (2.86.ds1-61ubuntu7) jaunty; urgency=low

  * Add versioned Conflicts/Replaces against chkconfig (LP: #336100)

 -- Daniel T Chen <email address hidden>   Tue, 03 Mar 2009 23:08:28 -0500
Superseded in jaunty-release
sysvinit (2.86.ds1-61ubuntu6) jaunty; urgency=low

  * debian/rules: install service.8 manpage to man8 rather than
    man1, LP: #275697
  * debian/patches/94_service.dpatch: make the --status-all command
    useful by filtering unimplemented 'status' actions to stderr, and
    standardize the output to something more readable, LP: #289671

 -- Dustin Kirkland <email address hidden>   Sat, 28 Feb 2009 13:17:18 -0600
Superseded in jaunty-release
sysvinit (2.86.ds1-61ubuntu5) jaunty; urgency=low

  * debian/initscripts:
    - etc/init.d/bootlogs.sh: separate out things from bootmisc.sh that
      aren't urgent to do before gdm.
    - etc/init.d/bootmisc.sh: remove from here, also remove /dev/pts
      handling since we use udev.
    - conffiles: Add new script
    - postinst: install new init script

 -- Scott James Remnant <email address hidden>   Fri, 20 Feb 2009 14:38:17 +0000
Superseded in jaunty-release
sysvinit (2.86.ds1-61ubuntu3) jaunty; urgency=low

  * debian/initscripts/lib/init/usplash-fsck-functions.sh,
    debian/initscripts/etc/init.d/checkroot.sh: Support ext4, too.

 -- Martin Pitt <email address hidden>   Wed, 11 Feb 2009 14:11:25 +0100
Superseded in jaunty-release
sysvinit (2.86.ds1-61ubuntu2) jaunty; urgency=low

  * Avoid script warnings when update-rc.d invoked without final dot
    (LP: #312764)
  * Satisfy lintian debian-watch-file-should-mangle-version

 -- Patrick Kuijvenhoven <email address hidden>   Fri, 16 Jan 2009 17:02:21 +0100
Obsolete in hardy-updates
Deleted in hardy-proposed (Reason: moved to -updates)
sysvinit (2.86.ds1-14.1ubuntu45.1) hardy-proposed; urgency=low

  * Remove initscripts/etc/network/if-up.d/mountnfs.orig. (LP: #314772)

 -- Timo Aaltonen <email address hidden>   Wed, 07 Jan 2009 18:49:25 +0200
Superseded in jaunty-release
sysvinit (2.86.ds1-61ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes:
    - Support Cell processor:
      + debian/initscripts/postinst: Create spu system group and /spu mount
        point if we are running on a Cell processor.
      + debian/initscripts/etc/init.d/mountkernfs.sh: Mount spufs if Cell
        processor is detected.
      + debian/initscripts/lib/init/mount-functions.sh: Modprobe spufs
        if not available.
      + debian/control: Add initscripts dependency 'passwd' for groupadd.
      (Forwarded to Debian #483399)
    - Use tmpfs mounts for /var/lock and /var/run:
      + debian/initscripts/share/default.rcS: Enable RAMRUN and RAMLOCK by
        default.
      + debian/initscripts/postinst: Enable RAMRUN and RAMLOCK in
        /etc/default/rcS on upgrades. This needs to be kept until the next
        LTS.
      + debian/initscripts/etc/init.d/mountkernfs.sh: Propagate files from the
        initramfs to our new /var/run, so that we can populate
        /var/run/sendsigs.omit from initramfs.
    - Different boot order: (to be checked if still required):
      + debian/initscripts/postinst: Change the rcS priorities of a bunch of
        init scripts.
      + Disable bootlogd, since it is handled by upstart in Ubuntu.
      + But make it support the "status" action.
    - Usplash fsck integration:
      + debian/initscripts/lib/init/usplash-fsck-functions.sh: Functions for
        reporting fsck progress in usplash.
      + debian/initscripts/etc/init.d/check{root,fs}.sh: Include
        usplash-fsck-functions.sh and use it if usplash is running.
    - debian/initscripts/etc/init.d/sendsigs: Always mount devpts, and do not
      touch /dev/ptmx (which is already managed by udev).
    - debian/initscripts/etc/init.d/checkroot.sh: If ACPI is available, load
      the ac module before checking the root filesystem, so that fsck can
      skip the check when running on battery. (LP #89752, forwarded to
      Debian #483394)
    - debian/initscripts/etc/init.d/mountkernfs.sh: Drop mounting of usbdevfs
      (/proc/bus/usb), it was deprecated long ago. (Forwarded to Debian #483392)
    - debian/patches/91_sulogin_lockedpw.dpatch: Disable "root account is
      locked" warning, since this is the default in Ubuntu. Document this in
      sulogin.8.
    - debian/patches/94_service.dpatch: add "service" shell script and manpage
    - debian/initscripts/etc/init.d/mountall.sh: Set $LANG from
      /etc/default/locale, so that ntfs-3g and friends can get correct file
      name encodings. (LP #132357, forwarded to Debian #483396)
    - debian/initscripts/etc/init.d/umountroot: mkdir a few essential
      directories (/proc, /sys, /var/{run,lock}), right before mounting root
      r/o. It is a convenient (and one of the very few possible) place to
      ensure that the next boot will succeed. (Forwarded to Debian #483393)
    - debian/initscripts/preinst: Fix typo in eliminate_conffile() which broke
      the entire function. (Forwarded to Debian #483391)
    - debian/control: Do not make sysvinit essential, so that we can replace
      it with upstart.
    - debian/sysv-rc/sbin/update-rc.d: Support 'multiuser' argument for
      backwards compatibility. This is deprecated now, since Debian adopted a
      different strategy, and for getting in sync with Debian the runlevels
      should be specified manually.
    - debian/control: Previous name for sysvinit-utils was 'sysvutils' in
      Ubuntu, so Conflict/Replace/Provide it. Also create a dummy sysvutils
      package, since Hardy has reverse versioned dependencies to it. This
      needs to be kept until after the next LTS.
    - debian/initscripts/{pre,postinst}: waitnfs.sh -> mountnfs.sh renaming
      transition. This needs to be kept until after the next LTS.
    - debian/initscripts/preinst: Install new version of /etc/init.d/rc.local
      if unmodified.
    - debian/initscripts/etc/init.d/umountfs: Don't unmount filesystems
      that precede root or use force for some mountpoints.
    - debian/sysv-rc/etc/init.d/rc: fix computing of runlevel by allowing
      A-Z in init script names.

Superseded in jaunty-release
Obsolete in intrepid-release
sysvinit (2.86.ds1-59ubuntu13) intrepid; urgency=low

  * Fix computing of runlevel in debian/sysv-rc/etc/init.d/rc by allowing A-Z
    in init scripts names; the 30NetworkManager script was launched twice,
    once as level 30N and once as part of the globbing of runlevel 30;
    LP: #283200.

 -- Loic Minier <email address hidden>   Tue, 14 Oct 2008 14:33:25 +0200
Superseded in intrepid-release
sysvinit (2.86.ds1-59ubuntu12) intrepid; urgency=low

  * debian/initscripts/etc/init.d/check{root,fs}.sh: Disable indeterminate
    progress bar pulsing. Usually it is fast enough, and if there is a real
    fsck going on, we already have textual feedback (which is less confusing
    than the progress bar jumping back and forth). Thanks to "Coucouf" for the
    patch. (LP: #264767)
  * debian/initscripts/lib/init/usplash-fsck-functions.sh: Do not allow
    cancelling fsck if state is "clean with errors".

 -- Martin Pitt <email address hidden>   Mon, 13 Oct 2008 11:24:41 +0200
Superseded in intrepid-release
sysvinit (2.86.ds1-59ubuntu11) intrepid; urgency=low

  * sendsigs: Don't call usplash_down anymore.  This was a holdover from when
    usplash was being killed by this script.  Now, usplash_down should be
    already running by this point, and if it isn't, there's no point in
    starting it (LP: #277058)

 -- Matt Zimmerman <email address hidden>   Thu, 02 Oct 2008 11:31:01 +0100
Superseded in intrepid-release
sysvinit (2.86.ds1-59ubuntu10) intrepid; urgency=low

  [ Dan Munckton ]
  * Try to modprobe spufs if it isn't already available (LP: #274854).
  * Update mountkernfs.sh to use five-parameter version of domount when
    mounting spufs (LP: #274858).

 -- Colin Watson <email address hidden>   Tue, 07 Oct 2008 12:13:08 +0100
Superseded in intrepid-release
sysvinit (2.86.ds1-59ubuntu9) intrepid; urgency=low

  * Restore lost changes from hardy, needed by Wubi (thanks, Agostino Russo
    and Evan Dandrea; LP: #151579):
    - Don't unmount filesystems that precede root.
    - Don't use force for some mountpoints in umountfs.

 -- Colin Watson <email address hidden>   Thu, 02 Oct 2008 11:25:20 +0100
Superseded in intrepid-release
sysvinit (2.86.ds1-59ubuntu8) intrepid; urgency=low

  * if-up.d/mountnfs:
    Replace /etc/network/run with /var/run/network (mentioned in
    LP #223759).
  * Prepend 'XS-Debian-' to Vcs headers.

 -- Soren Hansen <email address hidden>   Thu, 25 Sep 2008 14:24:33 +0200
76150 of 244 results