[Pkg-sysvinit-commits] [GIT] sysvinit annotated tag debian/2.88dsf-56 created. debian/2.88dsf-56

Petter Reinholdtsen pere at moszumanska.debian.org
Sat Oct 25 21:37:11 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "sysvinit".

The annotated tag, debian/2.88dsf-56 has been created
        at  646588ae8950f9c7078cae78b2108e71e9d47a54 (tag)
   tagging  3891d66649fd9a73ee13dd32c2bd24aea67d3260 (commit)
  replaces  debian/sysvinit-2.88dsf-46
 tagged by  Petter Reinholdtsen
        on  Sat Oct 25 23:34:38 2014 +0200

- Log -----------------------------------------------------------------
tagging version debian/2.88dsf-56
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iD8DBQBUTBdu20zMSyow1ykRAns+AJ4xwfZEcI+QHseORyNmdhUIEkkjfwCeKwyU
mNbNvXX75MeuUexWD9Rw/iY=
=bknC
-----END PGP SIGNATURE-----

Charles Plessy (1):
      tmpfs.5: /tmp is not mounted as tmpfs by default in this version.

Dimitri John Ledkov (7):
      In sendsigs, skip killing any root user process which name starts with '@' character. (Closes: #738855)
      service & invoke-rc.d: check that jobs are known to upstart.
      service & invoke-rc.d: use system upstart only.
      Add bug references
      service: in upstart interfacing code, map "force-reload" to restart as per Debian policy 9.3.2, since there is no way to know for-sure if a reload is supported.
      service: in upstart interfacing code, map "force-reload" to restart as per Debian policy 9.3.2, since there is no way to know for-sure if a reload is supported.
      Merge branch 'master' of git+ssh://git.debian.org/git/collab-maint/sysvinit

Gabriele Giacone (13):
      Fix sysvinit-core lintian overrides.
      Add hurd/runsystem.sysv to conffiles.
      Add misc:Depends dep to sysvinit.
      Bump Standards-Version to 3.9.5.
      Make hurd/runsystem.sysv executable.
      Remove /etc/hurd on all archs but Hurd.
      Remove legacy bootordering leftover.
      Make Vcs-Git uri canonical.
      Override debian-watch-file-should-mangle-version lintian tag.
      Fix typo in init-d-script manpage.
      Make sysvinit and sysvinit-core short desc different.
      Add missing DEP-3 headers.
      Fix hurd-console addition and getty pathnames in inittab [hurd].

Petter Reinholdtsen (61):
      releasing version 2.88dsf-46
      Make fastboot detection more robust (Closing: #734901).
      Bourne shell isn't perl.
      releasing version 2.88dsf-47
      Typo.
      Tell init.d/umountfs to not umount /dev/vcs, as it break the console on Hurd.  Patch from Samuel Thibault.
      releasing version 2.88dsf-48
      Document the meaning of +, - and ? for service --status-all in service(8) (Closes: #699529).
      Make the service command better at finding scripts with status support (Closes: #619582).  Patch from Hamish Downer.
      New patch 95_kfreebsd_bootlogd.patch improving bootlogd behaviour on kFreeBSD (Closes: #576443).  Patch from Mats Erik Andersson.
      Update debian/watch file to use the new upstream location linked to from http://savannah.nongnu.org/projects/sysvinit .
      Update meta information about patches applied upstream.
      Adjust the sysvinit/hurd-fix-inittab debconf template text to avoid asking a question in the extended description.  Thanks Lintian.
      Add meta-info for patch.
      releasing version 2.88dsf-49
      Drop startpar from sysvinit-utils and move it into a separate package for easier maintenance.
      Draft changelog entry.
      Fix typo in comment.
      Added code to install startpar-upstart-inject.8 manual page in sysvinit-utils.
      New init.d script interpreter /lib/init/init-d-script.     * Transform init.d/skeleton into an init.d script interpreter       /lib/init/init-d-script in sysvinit-utils that can be reused by other       init.d scripts to avoid duplicate code (Closes: #464854).  See       init-d-script(5) for how to use it.     * Rewrite service to detect status support by running scripts with       'status' as the argument, and look for usage description.
      Make sure initscripts depend on sysvinit-utils (>= 2.88dsf-50) to have the new /lib/init/init-d-script interpreter available.
      releasing version 2.88dsf-50
      Document change.
      Add SEE ALSO fsck(8) to rcS(5) manual page (Closes: #686701).  Patch from Regid Ichira.
      releasing version 2.88dsf-51
      Replace debian/watch with file available from http://qa.debian.org/cgi-bin/watchfile.cgi?package=sysvinit .
      Improve comment before the code to omit processes with @ at the start of their names.
      Work with both the systvinit-utils and startpar packages.
      Clean up merge from master.
      Make sure init-d-script exit at the end, to make sure init.d script is only sourced once.
      kFreeBSD can not use a script as an interpreter.  Rewrite init.d/skeletop to source /lib/init/init-d-script instead.
      Document why sourcing instead of interpreting at the top of the skeleton, to reduce the chance of anyone removing the code by mistake.
      Need another dependency on startpar for upgrades.
      Merge branch 'master' into startpar-split
      Add quotes to handle scripts and arguments with space in them.
      Adjust /lib/init/init-d-script to specify --exec when starting and stopping using start-stop-daemon.
      Add $START_ARGS and $STOP_ARGS to allow init.d scripts to add arguments to the start-stop-daemon calls.
      Remove reference to startpar.
      Make sure to conflict with the startpar version with overlapping file names.
      Merge branch 'master' into startpar-split
      Revert fix for #738855 (avoid killing processes with names starting with @) until I can make up my mind if it is a good idea or not.
      Merge branch 'master' into startpar-split
      Clean up merge with master.
      releasing version 2.88dsf-52
      Last upload closed #739604.
      releasing version 2.88dsf-53
      Look for insserv /usr/lib/insserv/insserv and /sbin/insserv, to handle newer insserv packages where it no longer is in the default PATH.
      Let the service script pass environment variables LANGUAGE, LC_CTYPE, LC_NUMERIC, LC_TIME, LC_COLLATE, LC_MONETARY, LC_MESSAGES, LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT, LC_IDENTIFICATION and LC_ALL (in other word, all locale related environment variables) in addition to LANG to the init.d scripts, in accordance with the principle of least surprise (Closes: #606875).
      Change checkfs/checkroot and avoid printing the kernel command line during boot if forcefsck is set (Closes: #587954).
      releasing version 2.88dsf-54
      Clean up quotes.
      Drop sysv-rc-conf as suggests.  It do not work with dependency based boot ordering.
      Adjust initscripts.postinst to use --compare-versions checks that cause relevant code to only run on upgrades, and not on first time install, fixing debootstrap fakechroot failure (Closes: #720584). Patch from Andreas Mohr.
      Add 'status' support to all init.d scripts (Closes: #641669). Based on patch from Peter Eisentraut.
      releasing version 2.88dsf-55
      Adjust the sysvinit/hurd-fix-inittab debconf template to no longer claim sysvinit have never been used on hurd.  It is not true any more.
      Update Vcs links in control file to the correct paths.
      Correct code in update-rc.d looking for insserv to look in /usr/lib/insserv/insserv every time insserv is used, not only only one of the relevant code blocks.
      Merge NMUs 2.88dsf-53.3 and 2.88dsf-53.4 into git.     * Since the new "init" metapackage has taken over the role to ensure an init       system is installed at all times, drop the Essential: yes flag from       sysvinit and demote its priority to optional so this package is no longer       pulled in on new installations on Linux. Make sysvinit depend on "init" so       this new package is installed on upgrades.     * Provide a fallback SysV init binary in the sysvinit package which can be       used to boot the system via init=/lib/sysvinit/init even if systemd is the       default init system and /sbin/init is provided by systemd-sysv.     * Demote the priority of sysvinit-core to extra so it is no longer installed       by default on Linux.
      Merge NMUs 2.88dsf-55.1, 2.88dsf-55.2 and 2.88dsf-55.3 into git.
      releasing version 2.88dsf-56

Samuel Thibault (4):
      Add Hurd -s boot flag parsing.
      Make Hurd's boot runsystem use shell wait loop instead of sleep
      hurd-i386 runsystem.sysv: honor init=something in the kernel command line.
      Close bug

Steve Langasek (2):
      Add necessary Conflicts/Replaces against systemd-sysv and upstart to sysvinit-core.  Closes: #751589.
      Confirm SRU fixing circular dependency of mountnfs ifupdown hook when running with systemd. Closes: #746587.

Thomas Goirand (2):
      Added maintainance of /run/openrc/started symlinks in the "service" shell tool.
      Add patch to log on multiple consoles (Closes: #181756).

-----------------------------------------------------------------------


hooks/post-receive
-- 
sysvinit



More information about the Pkg-sysvinit-commits mailing list