sysvinit (2.88dsf-59.3ubuntu1) xenial; urgency=low

  * Dropped various changes for invoke.rc which has moved to
    init-system-helpers.
  * Merge with Debian unstable. Remaining Ubuntu changes:
    - Remove some initscripts (bootlogs, motd, rmnologin) and
      /etc/network/if-up.d/mountnfs as they have been replaced by upstart jobs
      shipped in other packages.
    - debian/control: Drop Essential: yes from sysvinit-utils since we use
      Upstart.
    - debian/control: Do not build the sysvinit and sysvinit-core binary
      packages. We don't want to support sysvinit as such.
    - Mark sysvinit-utils as Multi-Arch: foreign to allow for upstart
      to be installable with multi-arch (needed for armhf containers on x86)
    - Drop /etc/default/tmpfs, and drop mention of it from
      debian/src/initscripts/man/rcS.5.
    - Include /lib/lsb/init-functions in various init.d scripts, or move it
      further to the top, so that they get skipped as there are equivalent
      upstart jobs.
    - Drop /lib/init/{tmpfs.sh,mount-functions.sh} and their usage in init.d
      scripts; we do not need those scripts due to the previous change.
    - Add 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.
    - Fix documentation for other things handled by mountall/systemd 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.
    - Revert migration of UTC setting from /etc/default/rcS to /etc/adjtime.
    - init.d/rc: Disable startpar. It wreaks havoc with "task" upstart jobs as
      init.d scripts depending on them rely on them to be "running". Drop
      startpar dependencies.
    - debian/initscripts.postinst: Create /dev/shm directory with 1777
      permissions, so that chroots stay compatible to what you'd find on a real
      system. (LP: #1399772)
    - init.d/umountroot: If /var/run/init.upgraded exists, call telinit u
      before unmounting the root filesystem, to avoid an upgraded upstart
      holding open files on the root fs. (systemd isn't affected by this, so
      this can be dropped once we stop supporting upstart)

    Upgrade fixes, drop after 16.04:
    - debian/sysvinit-utils.maintscript: Clean up obsolete
      /etc/init/startpar-bridge.conf conffile on upgrades. (LP: #1390726)
    - debian/initscripts.postinst: In chroots without any bind mounts one
      often ends up with a /dev/shm → /run/shm → /dev/shm circular symlink.
      Break this and re-create /run/shm/ as a proper directory (note that the
      canonical location is in /dev, but
      https://wiki.debian.org/ReleaseGoals/RunDirectory is still the official
      policy). (LP: #1389891)
    - debian/sysv-rc.postinst: Bump version comparison for removing
      /etc/init.d/.legacy-bootordering to the Ubuntu version that enabled
      insserv.

Date: Mon, 25 Jan 2016 17:10:10 +0000
Changed-By: Andy Whitcroft <a...@ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/sysvinit/2.88dsf-59.3ubuntu1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 25 Jan 2016 17:10:10 +0000
Source: sysvinit
Binary: sysvinit-utils sysv-rc initscripts bootlogd
Architecture: source
Version: 2.88dsf-59.3ubuntu1
Distribution: xenial
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Andy Whitcroft <a...@ubuntu.com>
Description:
 bootlogd   - daemon to log boot messages
 initscripts - scripts for initializing and shutting down the system
 sysv-rc    - System-V-like runlevel change mechanism
 sysvinit-utils - System-V-like utilities
Launchpad-Bugs-Fixed: 1389891 1390726 1399772
Changes:
 sysvinit (2.88dsf-59.3ubuntu1) xenial; urgency=low
 .
   * Dropped various changes for invoke.rc which has moved to
     init-system-helpers.
   * Merge with Debian unstable. Remaining Ubuntu changes:
     - Remove some initscripts (bootlogs, motd, rmnologin) and
       /etc/network/if-up.d/mountnfs as they have been replaced by upstart jobs
       shipped in other packages.
     - debian/control: Drop Essential: yes from sysvinit-utils since we use
       Upstart.
     - debian/control: Do not build the sysvinit and sysvinit-core binary
       packages. We don't want to support sysvinit as such.
     - Mark sysvinit-utils as Multi-Arch: foreign to allow for upstart
       to be installable with multi-arch (needed for armhf containers on x86)
     - Drop /etc/default/tmpfs, and drop mention of it from
       debian/src/initscripts/man/rcS.5.
     - Include /lib/lsb/init-functions in various init.d scripts, or move it
       further to the top, so that they get skipped as there are equivalent
       upstart jobs.
     - Drop /lib/init/{tmpfs.sh,mount-functions.sh} and their usage in init.d
       scripts; we do not need those scripts due to the previous change.
     - Add 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.
     - Fix documentation for other things handled by mountall/systemd 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.
     - Revert migration of UTC setting from /etc/default/rcS to /etc/adjtime.
     - init.d/rc: Disable startpar. It wreaks havoc with "task" upstart jobs as
       init.d scripts depending on them rely on them to be "running". Drop
       startpar dependencies.
     - debian/initscripts.postinst: Create /dev/shm directory with 1777
       permissions, so that chroots stay compatible to what you'd find on a real
       system. (LP: #1399772)
     - init.d/umountroot: If /var/run/init.upgraded exists, call telinit u
       before unmounting the root filesystem, to avoid an upgraded upstart
       holding open files on the root fs. (systemd isn't affected by this, so
       this can be dropped once we stop supporting upstart)
 .
     Upgrade fixes, drop after 16.04:
     - debian/sysvinit-utils.maintscript: Clean up obsolete
       /etc/init/startpar-bridge.conf conffile on upgrades. (LP: #1390726)
     - debian/initscripts.postinst: In chroots without any bind mounts one
       often ends up with a /dev/shm → /run/shm → /dev/shm circular symlink.
       Break this and re-create /run/shm/ as a proper directory (note that the
       canonical location is in /dev, but
       https://wiki.debian.org/ReleaseGoals/RunDirectory is still the official
       policy). (LP: #1389891)
     - debian/sysv-rc.postinst: Bump version comparison for removing
       /etc/init.d/.legacy-bootordering to the Ubuntu version that enabled
       insserv.
Checksums-Sha1:
 d5c463cf7cf8335c181e3f624f3db278db1ec39a 2284 sysvinit_2.88dsf-59.3ubuntu1.dsc
 c8cb8fa7009551192e9fee4638d093803e72f968 135348 
sysvinit_2.88dsf-59.3ubuntu1.debian.tar.xz
Checksums-Sha256:
 6481f82d37615277dc4a163e819b21ff6ec5e1478432877e62e05041f9aed093 2284 
sysvinit_2.88dsf-59.3ubuntu1.dsc
 333e771329aea78264da375343bb1458c911982b9c1c73e8b90c9fc58b31accf 135348 
sysvinit_2.88dsf-59.3ubuntu1.debian.tar.xz
Files:
 37ac6b4c35c1803cbff1b8a8c30e561e 2284 admin required 
sysvinit_2.88dsf-59.3ubuntu1.dsc
 da84f77d6ff8cdcb591577ac70fa1e18 135348 admin required 
sysvinit_2.88dsf-59.3ubuntu1.debian.tar.xz
Original-Maintainer: Debian sysvinit maintainers 
<pkg-sysvinit-de...@lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJWp0KHAAoJEE/75Oku/epysqUQAIYXRxM+U9YmGOIiTmgMohKZ
CZE6HbLRbColsX5ZjbVGwEchS9wXlc7DXXnQ7oomZYifBfo1MoFYImkrtVEk4RUY
D3x5xIvA+kAiYvOordFr1ZiWh/+JXh8lcuvPTboxpQxVXMK089COomvOSHqCbQeh
cmK9BjZ+LX3gnVteoJXSntEteqpWUMpt2wafpo7sU9++w5qnhK3mue3wr/0fnb3A
25XuYclwRuRVlowdAp6U1VSIoTfpey8DfSKUJktr8v/kjFJ5qgM9x4Fqd2IgZecw
sXf1sclWL8++phgTK5pRz88PK+btfzUHRyoBCxsYu/YiRhzuGZyYCeQCkSXzR5s0
+ZOxGRVL8SDNbP2BP4dlD7Ub77iY9rBfpaTGClIf9M9pwNTHPiksRsyuVZERvHp2
FpCeyoAetsZ6rImWBzEnbk41rDQH/0jSyYG7I7UbXG176LjuzvMwvYWgCdxLkxgB
/FeB2PdFIX0DklOBYHZZpuUxF0g2FtR8gR6lTsygezajiA6MBnCkhQtGAlHDvnkA
ylcp7tQMBf8pi+wT1DIOgBs/vBcOEXLuEOI4hnEY3nkJovcVrX5S1Wc+56lEvyLA
NJb55f1mxqgx0DQLKXB3yk8/nU1FDSjWDED3NNMm/4pfg9XoMUGc/0+8mCHZhLTm
CVQRvXtXPCYCLxYWcT0s
=7HFl
-----END PGP SIGNATURE-----
-- 
Xenial-changes mailing list
Xenial-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xenial-changes

Reply via email to