This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository hurd.
commit 6a521545bbbcd19c4461dfc70191d6f4c213ab1b Author: Samuel Thibault <[email protected]> Date: Thu Mar 20 13:21:21 2014 +0000 hurd.postinst: Decrease our runsystem priority to 5 thus switching to sysvinit boot up, and enabling the hard work of a lot of people, thanks a lot to everybody involved! --- debian/changelog | 5 ++++- debian/hurd.postinst | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0dbd887..6e25779 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,11 @@ hurd (1:0.5.git20140320-1) unstable; urgency=medium * local/runsystem: Allow to pass VGA options from d-i boot menu. * local/finish-install.d/51hurd_config-console: Propagate VGA options to installed system. - * debian/hurd.hurd-console.init: Do not make hurd-console depend on $all, + * hurd.hurd-console.init: Do not make hurd-console depend on $all, and make it start before DMs. + * hurd.postinst: Decrease our runsystem priority to 5, thus switching to + sysvinit boot up, and enabling the hard work of a lot of people, thanks a + lot to everybody involved! -- Samuel Thibault <[email protected]> Thu, 20 Mar 2014 02:24:20 +0000 diff --git a/debian/hurd.postinst b/debian/hurd.postinst index eb079b7..c947914 100644 --- a/debian/hurd.postinst +++ b/debian/hurd.postinst @@ -8,7 +8,7 @@ if [ "$1" = configure ] && [ "$2" ]; then --remove runsystem /libexec/runsystem.gnu fi update-alternatives --quiet \ - --install /etc/hurd/runsystem runsystem /etc/hurd/runsystem.gnu 20 \ + --install /etc/hurd/runsystem runsystem /etc/hurd/runsystem.gnu 5 \ --slave /sbin/halt halt /sbin/halt-hurd \ --slave /sbin/reboot reboot /sbin/reboot-hurd -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
