Change log for sysvinit package in Ubuntu

151225 of 244 results
Superseded in intrepid-release
sysvinit (2.86.ds1-59ubuntu7) intrepid; urgency=low

  * Restore mountkernfs.sh at S01, no migration code was included, so this
    is likely simply a typo or mis-merge.

 -- Scott James Remnant <email address hidden>   Wed, 24 Sep 2008 12:02:28 -0700
Superseded in intrepid-release
sysvinit (2.86.ds1-59ubuntu6) intrepid; urgency=low

  [ Dan Munckton ]
  * debian/initscripts/postinst: Keep going if mounting /spu fails
    (LP: #251593, #261490).

 -- Colin Watson <email address hidden>   Wed, 24 Sep 2008 14:50:04 +0100
Superseded in intrepid-release
sysvinit (2.86.ds1-59ubuntu5) intrepid; urgency=low

  * debian/initscripts/lib/init/usplash-fsck-functions.sh, get_fsck_status():
    fsck -C recently started to report a fourth parameter (current device)
    which was not expected by the read shell command, causing abortion of the
    script due to a division by zero error. Now use "read pass cur max tail"
    to allow for arbitrary extra info in the fsck progress lines.
    (LP: #255563)

 -- Martin Pitt <email address hidden>   Wed, 03 Sep 2008 19:12:41 +0200
Superseded in intrepid-release
sysvinit (2.86.ds1-59ubuntu4) intrepid; urgency=low

  * debian/control: updated to mention that sysvinit-utils provides "service",
    added Conflicts/Replaces for other similar packages.
  * debian/control: update lsb-base to depend on 3.2-14 (LP: #259530).
  * debian/patches/00list: added 94_service.dpatch (LP: #259043).
  * debian/patches/94_service.dpatch: patch to add the service shell script to
    src/, and the manpage to man/.
  * src/service: imported and Debianized the Red Hat "service" shell script.
  * man/service.8: imported the Red Hat manpage for "service".

 -- Dustin Kirkland <email address hidden>   Wed, 20 Aug 2008 00:12:47 +0100
Superseded in intrepid-release
sysvinit (2.86.ds1-59ubuntu3) intrepid; urgency=low

  * debian/control: updated to depend on lsb-base (>=3.2.14), which has the
    status_of_proc() function.
  * debian/initscripts/etc/init.d/bootlogd: add the "status" action (LP: #).

 -- Dustin Kirkland <email address hidden>   Tue, 19 Aug 2008 15:28:26 +0100
Superseded in intrepid-release
sysvinit (2.86.ds1-59ubuntu2) intrepid; urgency=low

  * Since our last merge, /etc/init.d/rc.local was marked as a conffile.
    Detect if it's unmodified, and if so, install the new version without
    bothering the user with questions (LP: #246550)

 -- Soren Hansen <email address hidden>   Tue, 22 Jul 2008 15:59:40 +0200
Superseded in intrepid-release
sysvinit (2.86.ds1-59ubuntu1) intrepid; urgency=low

  * Merge with Debian unstable. Remaining Ubuntu 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/control: Add initscripts dependency 'passwd' for groupadd.
      (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.
      (Ubuntu specific policy, Debian does not want to use tmpfs by default)
    - Different boot order:
      + debian/initscripts/postinst: Change the rcS priorities of a bunch of
        init scripts.
      + Disable bootlogd, since it is handled by upstart in Ubuntu.
    - Usplash support:
      + debian/initscripts/etc/init.d/sendsigs: Call usplash_down on stop.
    - 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, Debian #483394)
    - debian/initscripts/etc/init.d/mountkernfs.sh: Drop mounting of usbdevfs
      (/proc/bus/usb), it was deprecated long ago. (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/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.

Superseded in intrepid-release
sysvinit (2.86.ds1-56ubuntu3) intrepid; urgency=low

  * 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. (LP: #237276)

 -- Martin Pitt <email address hidden>   Thu, 05 Jun 2008 08:44:44 +0200
Superseded in intrepid-release
sysvinit (2.86.ds1-56ubuntu2) intrepid; urgency=low

  * debian/control: Use versioned Conflicts: of sysvinit-utils not unconfuse
    apt during upgrades.

 -- Martin Pitt <email address hidden>   Tue, 03 Jun 2008 22:10:02 +0200
Superseded in intrepid-release
sysvinit (2.86.ds1-56ubuntu1) intrepid; urgency=low

  * Merge with Debian unstable (first time since Dapper!). Debian adopted most
    of our changes, sometimes with slight modifications. Adopt to the Debian
    structure as far as possible to minimize the delta. 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/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.
    - Usplash support:
      + debian/initscripts/etc/init.d/sendsigs: Call usplash_down on stop.
        (This should go away and get integrated into the existing splash API.)
    - 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/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.
  * This version from Debian now kills processes using remote file systems in
    a proper way. (LP: #42121)

Superseded in intrepid-release
Obsolete in hardy-release
sysvinit (2.86.ds1-14.1ubuntu45) hardy; urgency=low

  * Fix handling of fatal fsck errors in the usplash integration. (LP: #209416)
    - usplash-fsck-functions.sh: When fsck exits with an error > 1, this
      signals a non-correctable failure, which will trigger sulogin. Quit
      usplash in this case and restore stdin/out/err, so that the following
      sulogin is actually usable.
    - check{root,fs}.sh: Redirect fsck's stdout/err to /dev/console in usplash
      mode, so that the user will see the "RUN fsck MANUALLY" warning.

 -- Martin Pitt <email address hidden>   Wed, 16 Apr 2008 17:34:20 +0200
Superseded in hardy-release
sysvinit (2.86.ds1-14.1ubuntu44) hardy; urgency=low

  * debian/initscripts/etc/init.d/mtab.sh: Revert previous change of cleaning
    /media/.hal-mtab, since hal does not (and cannot easily) remove mount
    point directories on shutdown, but also considers already existing mount
    points as not usable for dynamic mounts (since they potentially conflict
    with fstab). Patching hal properly is too intrusive at this point.
    (LP: #101845, LP: #95368)

 -- Martin Pitt <email address hidden>   Mon, 14 Apr 2008 11:53:21 +0200
Superseded in hardy-release
sysvinit (2.86.ds1-14.1ubuntu43) hardy; urgency=low

  * debian/initscripts/etc/init.d/mtab.sh: Remove /media/.hal-mtab on boot, to
    avoid building up cruft when device name change, etc. (LP: #95368)

 -- Martin Pitt <email address hidden>   Thu, 03 Apr 2008 15:13:51 +0200
Superseded in hardy-release
sysvinit (2.86.ds1-14.1ubuntu42) hardy; urgency=low

  * debian/initscripts/lib/init/usplash-fsck-functions.sh:
    - When pressing ESC, do not kill the logsave command (since this does not
      reliably kill the subprocess), but the fsck.ext[23] processes directly.
      (LP: #203322)
    - When checking multiple partitions in succession, print the name of the
      next device when it comes to its turn. NB that this still does not work
      with checking multiple partitions in parallel, that's an fsck bug.
      (LP: #203323)
    - Use usplash 0.5.17's new FAIL_NO_USPLASH mode to avoid being stuck at
      reading from the usplash FIFO if usplash died during fsck.
    - Also output fsck progress information to the current console. This looks
      quite dodgy ATM, but is better than not printing anything at all if
      usplash died in between.

 -- Martin Pitt <email address hidden>   Wed, 26 Mar 2008 13:35:10 +0100
Superseded in hardy-release
sysvinit (2.86.ds1-14.1ubuntu41) hardy; urgency=low

  * Add support for /var/run/sendsigs.omit.d/ (LP: #181541).
    Thanks to Kel Modderman for the patch.
    Patch based on
    http://lists.alioth.debian.org/pipermail/pkg-sysvinit-commits/2008-January/001080.html

 -- Reinhard Tartler <email address hidden>   Tue, 25 Mar 2008 14:00:54 +0100
Superseded in hardy-release
sysvinit (2.86.ds1-14.1ubuntu40) hardy; urgency=low

  * debian/initscripts/lib/init/usplash-fsck-functions.sh:
    - Do not spin while waiting for fsck to start.
    - Do not clear usplash text ("quiet" may be disabled).
    - Fix status message if fsck was cancelled.
    - Based on Kees Cook's patch, thank you!
    - LP: #200391

 -- Martin Pitt <email address hidden>   Wed, 12 Mar 2008 15:37:33 +0100
Superseded in hardy-release
sysvinit (2.86.ds1-14.1ubuntu39) hardy; urgency=low

  * If ACPI is available, load the ac module before checking the root
    filesystem (LP: #89752).

 -- Stefan Bader <email address hidden>   Tue, 11 Mar 2008 15:01:49 +0000
Superseded in hardy-release
sysvinit (2.86.ds1-14.1ubuntu38) hardy; urgency=low

  * debian/initscripts/etc/network/{if-up.d/mountnfs,init.d/waitnfs.sh}:
    Remove call to /lib/udev/watershed, to avoid pulling udev and all
    its dependencies into the "Priority: Required" set of packages.
  * debian/initscripts/lib/init/mountall-net-fs: implement locking, to
    avoid parallel instances, while ensuring eventual serial execution.
  * debian/control: drop the initscripts dependency on udev.

 -- Adam Conrad <email address hidden>   Thu, 28 Feb 2008 16:30:11 -0700
Superseded in hardy-release
sysvinit (2.86.ds1-14.1ubuntu37) hardy; urgency=low

  * debian/initscripts/etc/init.d/mtab.sh:
    Explicitly add mtab entries for networked file systems; race condition
    exists where mtab can get overwritten *after* networked file systems are
    mounted (LP: #46145, #44836).
  * debian/initscripts/etc/init.d/waitnfs.sh, debian/control:
    Update inline documentation, as waitnfs ONLY waits on /usr and /var mounted
    filesystems.
    Before waiting for net file systems, try mounting them (with watershed)
    just in case the mount has not been attempted elsewhere.
    Added udev as dependency due to use of watershed.
  * debian/initscripts/etc/network/if-up.d/mountnfs:
    Remove the bulk of this script to a common library script
    Call the common library script with watershed for locking purposes
    (LP: #45842, #46516).
  * debian/initscripts/lib/init/mountall-net-fs, debian/rules:
    Common library script for mounting all network file systems (nfs, cifs,
    samba, etc).
    Script can be called in various meaningful locations; should be wrapped
    with watershed to correctly handle race conditions.

 -- Dustin Kirkland <email address hidden>   Tue, 26 Feb 2008 16:10:56 -0600
Superseded in hardy-release
sysvinit (2.86.ds1-14.1ubuntu36) hardy; urgency=low

  * debian/initscripts/etc/init.d/checkroot.sh: Use usplash fsck integration
    as well, but restrict it to ext2 and ext3. Other file systems do not
    provide progress information anyway, nor do they do regular checks of
    clean file systems, and especially reiserfsck does not seem to like
    getting backgrounded. (LP: #38303)

 -- Martin Pitt <email address hidden>   Tue, 19 Feb 2008 11:02:49 +0100
Superseded in hardy-release
sysvinit (2.86.ds1-14.1ubuntu35) hardy; urgency=low

  * Add debian/initscripts/lib/init/usplash-fsck-functions.sh:
    Functions for displaying fsck progress in usplash. This also allows
    cancelling routine ext[23] checks on clean partitions by pressing ESC.
  * debian/initscripts/etc/init.d/checkfs.sh: Use usplash fsck progress
    reporting if usplash is running. See partition-management spec.
  * Note: This feature is not yet enabled for checkroot.fs, since that breaks
    for some reason still to be debugged.
  * debian/control: add Breaks: usplash (<< 0.5.14) to initscripts, since
    above functions need the new features and bug fixes of that usplash
    version.

 -- Martin Pitt <email address hidden>   Wed, 13 Feb 2008 13:42:49 +0100
Superseded in hardy-release
sysvinit (2.86.ds1-14.1ubuntu34) hardy; urgency=low

  * Don't use force for some mountpoints in umountfs (LP: #151579).
    Thanks Agostino Russo.

 -- Evan Dandrea <email address hidden>   Mon, 28 Jan 2008 11:31:13 -0500
Superseded in hardy-release
sysvinit (2.86.ds1-14.1ubuntu33) hardy; urgency=low

  * Don't unmount filesystems that precede root (LP: #151579).  Thanks
    Agostino Russo and Colin Watson.

 -- Evan Dandrea <email address hidden>   Thu, 17 Jan 2008 10:50:41 -0500
Superseded in hardy-release
sysvinit (2.86.ds1-14.1ubuntu32) hardy; urgency=low

  * The initramfs now uses a pulsating throbber rather than part of the
    progress, so don't allocate a portion to that and instead just divide
    the entire bar up.  LP: #162397.

 -- Scott James Remnant <email address hidden>   Tue, 13 Nov 2007 20:54:34 +0000
Superseded in hardy-release
Obsolete in gutsy-release
sysvinit (2.86.ds1-14.1ubuntu31) gutsy; urgency=low

  * Use 'mkdir -p' rather than more awkward test-then-create constructions.
  * Don't use getent/groupadd in mountkernfs (LP: #145460).

 -- Colin Watson <email address hidden>   Thu, 04 Oct 2007 11:42:16 +0100
Superseded in gutsy-release
sysvinit (2.86.ds1-14.1ubuntu30) gutsy; urgency=low

  * Drop saving of udev.log seeing as one of udev's own init scripts
    handle this now.
  * Make missing directories on the root filesystem before unmounting it.
  * Remove confusing mentions of cleaning /var/run and /var/lock.  LP: #77954.

 -- Scott James Remnant <email address hidden>   Wed, 03 Oct 2007 16:34:42 +0100
Superseded in gutsy-release
sysvinit (2.86.ds1-14.1ubuntu29) gutsy; urgency=low

  * Export LANG in /etc/init.d/mountall.sh (thanks, Florent Mertens;
    LP: #132357).

 -- Colin Watson <email address hidden>   Fri, 28 Sep 2007 15:19:53 +0100
Superseded in gutsy-release
sysvinit (2.86.ds1-14.1ubuntu28) gutsy; urgency=low

  * No change upload to trigger hppa build.

 -- LaMont Jones <email address hidden>   Thu, 20 Sep 2007 10:10:34 -0600
Superseded in gutsy-release
sysvinit (2.86.ds1-14.1ubuntu27) gutsy; urgency=low

  * Propagate any files in /dev/.initramfs/varrun/ to /var/run/ after it's
    mounted, so that we can populate /var/run/sendsigs.omit from the
    initramfs.

 -- Colin Watson <email address hidden>   Fri, 10 Aug 2007 16:18:40 +0100
Superseded in gutsy-release
sysvinit (2.86.ds1-14.1ubuntu26) gutsy; urgency=low

  * Merge from Debian:
    - Rework starting of portmap and nfs-common to better fit the new and
      stricter mount.nfs; in particular, statd must be started for almost all
      mounts, so start nfs-common even for non-NFSv4 and non-Kerberos mounts.
      (Closes: #433386)
    - LP: #131497.

 -- Matthias Klose <email address hidden>   Fri, 10 Aug 2007 11:58:23 +0200
Superseded in gutsy-release
sysvinit (2.86.ds1-14.1ubuntu25) gutsy; urgency=low

  * WriteSupportForNTFS: change /etc/init.d/mountall.sh to source
    /etc/default/locale if available

 -- Phillip Lougher <email address hidden>   Wed, 08 Aug 2007 00:00:31 +0100
Superseded in gutsy-release
sysvinit (2.86.ds1-14.1ubuntu24) gutsy; urgency=low

  * Don't try to unmount tmpfses that don't exist, as they were probably
    mounted in the initramfs (LP: #124969).
  * Implement 'killall5 -o omitpid'; avoid killing pids listed in
    /var/run/sendsigs.omit in sendsigs (LP: #87763).

 -- Colin Watson <email address hidden>   Mon, 06 Aug 2007 13:41:04 +0100
Superseded in gutsy-release
sysvinit (2.86.ds1-14.1ubuntu23) gutsy; urgency=low

  * Add linux-gnulp to debian/deps-mount, so we get the correct
    behaviour with regard to initscripts dependencies on lpia.

 -- Adam Conrad <email address hidden>   Tue, 31 Jul 2007 17:31:58 +1000
Superseded in gutsy-release
sysvinit (2.86.ds1-14.1ubuntu22) gutsy; urgency=low

  * Drop /proc/bus/usb again; software should all be ported to check
    /dev/bus/usb first by now.

 -- Scott James Remnant <email address hidden>   Wed, 11 Jul 2007 13:47:24 +0100
Superseded in gutsy-release
sysvinit (2.86.ds1-14.1ubuntu21) gutsy; urgency=low

  * Mount a 1Mby tmpfs on /tmp if /tmp is otherwise less than 1Mby.
    Apropos of https://wiki.ubuntu.com/BootLoginWithFullFilesystem
    as modified by Ubuntu Technical Board.

 -- Ian Jackson <email address hidden>   Wed, 27 Jun 2007 11:45:29 +0100
Superseded in gutsy-release
sysvinit (2.86.ds1-14.1ubuntu20) gutsy; urgency=low

  * change ltsp-client in /etc/init.d/rc to ltsp-client-core, the initscript
    was renamed.

 -- Oliver Grawert <email address hidden>   Wed, 20 Jun 2007 16:06:55 +0200
Superseded in gutsy-release
sysvinit (2.86.ds1-14.1ubuntu19) gutsy; urgency=low

  * initscripts:
    - Create mountpoint for spufs on systems which support it.
    - mountkernfs.sh: Mount spufs on systems which support it.
    - Add dependency on passwd.

 -- Matthias Klose <email address hidden>   Wed, 13 Jun 2007 15:27:10 +0200
Superseded in gutsy-release
Obsolete in feisty-release
sysvinit (2.86.ds1-14.1ubuntu18) feisty; urgency=low

  * Make it safe to include /lib/init/vars.sh from a -e script.  LP: #83741.
  * Don't document the "startpar" concurrency option, since we don't ship
    that binary.  LP: #96851.

 -- Scott James Remnant <email address hidden>   Wed, 28 Mar 2007 16:09:44 +0100
Superseded in feisty-release
sysvinit (2.86.ds1-14.1ubuntu17) feisty; urgency=low

  * Make usplash_down call conditional, to avoid an ugly error message on
    servers (LP: #77962)
  * Update Maintainer field

 -- Matt Zimmerman <email address hidden>   Wed, 21 Mar 2007 08:50:01 -0700
Superseded in feisty-release
Obsolete in edgy-release
sysvinit (2.86.ds1-14.1ubuntu16) edgy; urgency=low

  * Drop mention of file-rc, it doesn't work in Ubuntu.

 -- Scott James Remnant <email address hidden>   Fri,  6 Oct 2006 11:39:28 +0100
Superseded in edgy-release
sysvinit (2.86.ds1-14.1ubuntu15) edgy; urgency=low

  * Clarify sulogin(8) man page to describe default behaviour in Ubuntu
    with the locked root account.  Ubuntu: #58404.
  * Also consider ltsp-client and end-point for the usplash
    progress bar.  Ubuntu: #62036.

 -- Scott James Remnant <email address hidden>   Thu,  5 Oct 2006 10:24:49 +0100
Superseded in edgy-release
sysvinit (2.86.ds1-14.1ubuntu14) edgy; urgency=low

  * mountdevsubfs: add some magic to make /proc/bus/usb "work".  We
    actually mount it elsewhere with restrictive permissions, and just
    symlink the devices file into /dev/bus/usb then bind-mount *that* to
    /proc/bus/usb.  Applications won't know the difference, he he.

 -- Scott James Remnant <email address hidden>   Mon,  2 Oct 2006 17:32:59 +0100
Superseded in edgy-release
sysvinit (2.86.ds1-14.1ubuntu13) edgy; urgency=low

  * Don't reset step to 0 between running Kill and Start scripts
    (this is why the progress bar jumps during splash down)

 -- Scott James Remnant <email address hidden>   Thu, 21 Sep 2006 05:36:08 +0100
Superseded in edgy-release
sysvinit (2.86.ds1-14.1ubuntu12) edgy; urgency=low

  * Set QUIET=yes if "quiet" is found on the kernel command-line.
  * Always output fsck progress to the console.  Ubuntu: #58609.

 -- Scott James Remnant <email address hidden>   Thu, 21 Sep 2006 03:05:51 +0100
Superseded in edgy-release
sysvinit (2.86.ds1-14.1ubuntu11) edgy; urgency=low

  * Move sulogin from sysvinit to sysvutils.  Ubuntu: #60965.

 -- Scott James Remnant <email address hidden>   Wed, 20 Sep 2006 05:35:35 +0100
Superseded in edgy-release
sysvinit (2.86.ds1-14.1ubuntu10) edgy; urgency=low

  * Correct sysvutils Replaces sysvinit from << to <=.  Ubuntu: #60275.

 -- Scott James Remnant <email address hidden>   Wed, 13 Sep 2006 20:51:41 +0100
Superseded in edgy-release
sysvinit (2.86.ds1-14.1ubuntu9) edgy; urgency=low

  * Call usplash_down rather than invoking usplash directly.  This sets the
    appropriate video mode and other nice things

 -- Matt Zimmerman <email address hidden>   Fri,  8 Sep 2006 14:24:30 -0700
Superseded in edgy-release
sysvinit (2.86.ds1-14.1ubuntu8) edgy; urgency=low

  * Make sysv-rc a dependency of the Essential sysvutils package.

 -- Scott James Remnant <email address hidden>   Thu,  7 Sep 2006 02:44:49 +0100
Superseded in edgy-release
sysvinit (2.86.ds1-14.1ubuntu7) edgy; urgency=low

  * And now we make sysvinit no longer Essential, so if anybody feels like
    replacing it with something else, dpkg won't complain.

 -- Scott James Remnant <email address hidden>   Thu, 31 Aug 2006 20:57:22 +0100
Superseded in edgy-release
sysvinit (2.86.ds1-14.1ubuntu6) edgy; urgency=low

  * Oops, add missing replaces for sysvutils on sysvinit.

 -- Scott James Remnant <email address hidden>   Thu, 31 Aug 2006 17:06:17 +0100
Superseded in edgy-release
sysvinit (2.86.ds1-14.1ubuntu5) edgy; urgency=low

  * Split killall5, last, lastb, mesg and pidof out of the sysvinit
    package into a new sysvutils package that sysvinit and initscripts
    depend on.  This allows us to replace init without having to reimplement
    these utilities.

 -- Scott James Remnant <email address hidden>   Thu, 31 Aug 2006 17:01:22 +0100
Superseded in edgy-release
sysvinit (2.86.ds1-14.1ubuntu4) edgy; urgency=low

  * Mount /proc, /sys, /var/run and /var/lock with more restrictive
    options.  Ubuntu: #54530

 -- Scott James Remnant <email address hidden>   Wed, 23 Aug 2006 11:28:23 +0200
Superseded in edgy-release
sysvinit (2.86.ds1-14.1ubuntu3) edgy; urgency=low

  * Suppress warning about files being hidden under a mount point unless
    VERBOSE is enabled

 -- Matt Zimmerman <email address hidden>   Fri,  4 Aug 2006 20:16:20 -0700
Superseded in edgy-release
sysvinit (2.86.ds1-14.1ubuntu2) edgy; urgency=low

  * update-rc.d: add new "multiuser" keyword that performs the same job
    as the existing "defaults" keyword, except that it does not place
    a stop link in either rc0 or rc6.

 -- Scott James Remnant <email address hidden>   Thu, 20 Jul 2006 21:15:30 +0100
Superseded in edgy-release
sysvinit (2.86.ds1-14.1ubuntu1) edgy; urgency=low

  * Merge from debian unstable, remaining changes:
    - /var/run and /var/lock mounted as tmpfs early in the boot process,
      - not cleaned at boot time,
      - not unmounted at shutdown or reboot,
      - mounts of /var  are guarded to protect these mountpoints.
    - /proc/bus/usb not mounted,
    - /dev/pts always mounted and /dev/ptmx created only by udev,
    - mountnfs called from /etc/network/if-up.d instead of init,
    - mtab handled completely from mtab.sh, not speculatively,
    - /dev/.udev.log saved as /var/log/udev if it exists,
    - message change to sendsigs,
    - sendsigs restores usplash,
    - VERBOSE=no byu default,
    - mountvirtfs dropped entirely,
    - /etc/rc.local run at end of boot process,
    - different boot order,
    - usplash progress charted during shutdown and during initramfs,
    - runlevel documentation patch,
    - our own sulogin and splash patches.

Superseded in edgy-release
sysvinit (2.86.ds1-6ubuntu33) edgy; urgency=low

  * Disable mounting of /proc/bus/usb again now we're in a development
    release again.

 -- Scott James Remnant <email address hidden>   Tue, 27 Jun 2006 13:10:02 +0100
Superseded in edgy-release
Obsolete in dapper-release
sysvinit (2.86.ds1-6ubuntu32) dapper; urgency=low

  * Make sure we only call usplash in sendsigs if it's installed.

 -- Adam Conrad <email address hidden>   Tue, 23 May 2006 19:53:51 +1000
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu31) dapper; urgency=low

  * Make sure we print the companion log_action_end_msg for the now
    non-verbose filesystem checking one.  Ubuntu: #44899.
  * Correct mountall to not print messages when not verbose.  Ubuntu: #43172.
  * Correct runlevel manpage to be less misleading.  Ubuntu: #20365.
  * Correct usplash patch to not remove "INIT" from before its own version
    number.  Ubuntu: #41370

 -- Scott James Remnant <email address hidden>   Thu, 18 May 2006 02:13:44 +0100
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu30) dapper; urgency=low

  * Only wait on remote filesystems.

 -- Scott James Remnant <email address hidden>   Tue, 16 May 2006 00:51:17 +0100
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu29) dapper; urgency=low

  * Always send a progress message from checkfs.sh, not only in verbose mode.
    Otherwise, it's very confusing when a long fsck actually does run
  * Make the count for the progress bar more accurate (off by one)

 -- Matt Zimmerman <email address hidden>   Thu, 11 May 2006 17:29:51 -0700
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu28) dapper; urgency=low

  * Upload the right version of the waitnfs.sh script that actually ignores
    comments and noauto devices, etc.  Thanks to Stephen Ryan for spotting
    this.

 -- Scott James Remnant <email address hidden>   Thu, 11 May 2006 01:18:04 +0100
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu27) dapper; urgency=low

  * Move the mountnfs.sh init script to a network if-up.d script, and
    clean up a little now it's not being run in the main boot sequence.
  * Place a simple waitnfs.sh init script in its place that waits for
    /usr to be mounted if necessary.

 -- Scott James Remnant <email address hidden>   Tue,  9 May 2006 16:15:34 +0100
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu26) dapper; urgency=low

  * Restart usplash after sending it the KILL signal.
  * Make the TERM/KILL messages a little less jargony.
  * Make the unmounting remove/virtual filesystems message shorter so it
    fits in usplash.
  * Don't unmount /var/run or /var/lock, fixes a slight ifstate bug.

 -- Scott James Remnant <email address hidden>   Wed, 19 Apr 2006 10:27:19 +0100
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu25) dapper; urgency=low

  * Move /var/run and /var/lock to a path under /dev/shm (a tmpfs) so it
    works on a readonly-root, or shared NFS-root.

 -- Scott James Remnant <email address hidden>   Wed, 12 Apr 2006 07:31:53 +0100
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu24) dapper; urgency=low

  * Mount /proc/bus/usb; applications should NOT use this, they should use
    /dev/bus/usb instead, however some legacy apps still care about it.
    Any bugs filed about incorrect permissions or ownership of these devices
    should instead be bugs filed on the software requiring it to be moved to
    the new paths.
  * Fix long-standing bug where the lrm volatile mount wasn't showing up
    in /etc/mtab.

 -- Scott James Remnant <email address hidden>   Tue, 11 Apr 2006 21:42:04 +0100
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu23) dapper; urgency=low

  * Do not attempt to mount/umount ocfs2 and gfs. Both FS's require special
    treatment and it is now handled properly by their own scripts.

 -- Fabio M. Di Nitto <email address hidden>   Tue, 04 Apr 2006 08:39:05 +0200
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu22) dapper; urgency=low

  Ubuntu: #35917
  * Always use the bind-mount trick when making /var/run and /var/lock
    during an upgrade, as this copes with every corner-case that seb and
    elmo can dream up between them.
  * During boot always bind-copy /var/run and /var/lock then always move
    the binds back after doing the "mount -a".  Thus we cope with /var
    being a symlink to something else that gets mounted.

  * Support /var-on-NFS; why?  No idea.  Someone will try it.
  * Apply patch to correct checkroot.sh after fscking root filesystem.
    Ubuntu: #28067.
  * Correct inconsistent filesystem checking messages.  Ubuntu: #32423.

  * Undo Sivang's evil, evil, evil patching of things in the debian
    directory and just apply the patch, damnit!

 -- Scott James Remnant <email address hidden>   Tue, 21 Mar 2006 21:39:52 +0000
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu21) dapper; urgency=low

  * debian/patches/100_mountall_fix_output.dpatch:
    - Fix the check for verbosity.
    - Fix the output when mounting filesystems to display
      complete lines rather then broken into each word.
    - Thanks to Chris Moore <email address hidden>
    - Malone #28447

 -- Sivan Greenberg <email address hidden>   Sun, 19 Mar 2006 22:01:39 +0200
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu20) dapper; urgency=low

  * Cleanup header in /etc/init.d/rc.local.

 -- Fabio M. Di Nitto <email address hidden>   Fri, 17 Mar 2006 06:20:20 +0100
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu19) dapper; urgency=low

  * Add /etc/rc.local support.

 -- Fabio M. Di Nitto <email address hidden>   Thu, 16 Mar 2006 08:38:02 +0100
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu18) dapper; urgency=low

  * Send -negative PROGRESS to usplash on shutdown, so that the bar can be
    drawn Left-to-Right but in reverse-video.

 -- Paul Sladen <email address hidden>   Thu, 09 Mar 2006 17:19:05 +0000
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu17) dapper; urgency=low

  * Make the creation of /var/run and /var/lock under a /var mount more
    robust by bind-mounting / instead of moving /var

 -- Scott James Remnant <email address hidden>   Thu,  2 Mar 2006 15:52:56 +0100
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu16) dapper; urgency=low

  * Move mountnfs to 45, as /usr might be on NFS.

 -- Scott James Remnant <email address hidden>   Thu, 23 Feb 2006 15:24:15 +0000
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu15) dapper; urgency=low

  * Only mount the /var/run and /var/lock tmpfs on an upgrade, not a fresh
    install.

 -- Scott James Remnant <email address hidden>   Thu, 23 Feb 2006 15:20:07 +0000
Superseded in dapper-release
sysvinit (2.86.ds1-6ubuntu14) dapper; urgency=low

  * Revert the last two bits of the last upload ... I was on crack.

 -- Scott James Remnant <email address hidden>   Thu, 23 Feb 2006 13:50:56 +0000
151225 of 244 results