~ubuntu-branches/debian/experimental/sysvinit/experimental

« back to all changes in this revision

Viewing changes to debian/sysv-rc.NEWS

  • Committer: Package Import Robot
  • Author(s): Roger Leigh, Roger Leigh, Michael Stapelberg
  • Date: 2012-07-28 20:09:11 UTC
  • mfrom: (9.1.47 sid)
  • Revision ID: package-import@ubuntu.com-20120728200911-1xa3ydm5a46lyrjd
Tags: 2.88dsf-41+jessie1
[ Roger Leigh ]
* initscripts:
  - Move /etc/nologin and /var/lib/initscripts/nologin to
    /run/nologin.  This means that nologin is always created on
    a writable, available filesystem.  Closes: #660862.
  - Remove code to generate /etc/mtab.  /etc/mtab is now always a
    symbolic link to /proc/mounts.  Closes: #630723.
  - Remove incorrect use of break in case blocks in vars.sh.  Thanks
    to Raphaël Hertzog for this patch.  Closes: #701031.
  - /etc/network/if-up.d/mountnfs: Skip lo if already configured.
    Closes: #705052.  Thanks to Timo Weingärtner.
* sysvinit:
  - Document length limit of 127 in inittab process field.  Thanks
    to Johannes Truschnigg.  Closes: #693960.
* sysv-rc:
  - Fix typo in invoke-rc.d(8).  Closes: #683804.  Thanks to
    Martin-Éric Racine.

[ Michael Stapelberg ]
* systemd: update check to look for /run/systemd/system.
  Closes: #703571
* sysv-rc:
  - Add systemd support to update-rc.d(8) and invoke-rc.d(8).
    Closes: #683084.
  - service(8): use systemctl on machines that run systemd.
    Closes: #704923

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
sysv-rc (2.88dsf-23) experimental; urgency=low
 
1
sysv-rc (2.88dsf-28) unstable; urgency=low
2
2
 
3
3
  Dependency based boot ordering is now required.
4
4
 
12
12
 
13
13
  If your system is still using static boot ordering, migrating to
14
14
  dependency based boot ordering will be performed when sysv-rc is
15
 
  configured.  If this is not possible for any reason, you will have to
16
 
  correct the problem before upgrading can continue.  It will not be
17
 
  possible to complete the upgrade until insserv is configured.
18
 
 
19
 
  The most commonly encountered problem preventing migration is the
20
 
  presence of obsolete init scripts from removed (but unpurged)
21
 
  packages.  If this is the case, you will be prompted with
22
 
  instructions detailing how to purge these old packages.
23
 
 
24
 
  If you have custom init scripts, please ensure that these have the
25
 
  correct dependency information in an LSB header so that they will be
26
 
  run at the correct point in the boot sequence.
27
 
 
28
 
 -- Roger Leigh <rleigh@debian.org>  Wed, 18 Apr 2012 23:30:37 +0100
 
15
  configured.
 
16
 
 
17
  If you have custom init scripts, or old init scripts without LSB
 
18
  headers, please ensure that these have the correct dependency
 
19
  information in an LSB header so that they will be run at the correct
 
20
  point in the boot sequence.  By default, they tend to be ordered
 
21
  last, but before scripts requiring $all such as rc.local, but the
 
22
  ordering is not guaranteed.
 
23
 
 
24
 -- Roger Leigh <rleigh@debian.org>  Tue, 26 Jun 2012 23:13:28 +0100