This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository hurd.
commit 76e11a6f2674d19489b4549d1c53d5c17377285d Author: Samuel Thibault <[email protected]> Date: Sun Mar 16 02:03:55 2014 +0100 hurd.hurd-console.init: Do not make hurd-console depend on $all and make it provide console-screen for DMs to wait for it. --- debian/changelog | 3 +++ debian/hurd.hurd-console.init | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3e42f35..3ce08e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ hurd (1:0.5.git20140206-1) UNRELEASED; urgency=medium * debian/patches/rc.patch: Also make /etc/mtab point to /proc/mounts. * patches/mount.patch: Also ignore exec option. + * debian/hurd.hurd-console.init: Do not make hurd-console depend on $all, + and make it provide console-screen for DMs to wait for it. + TODO: force 8/9 width in d-i, and copy to installed system -- Samuel Thibault <[email protected]> Thu, 06 Feb 2014 10:35:15 +0000 diff --git a/debian/hurd.hurd-console.init b/debian/hurd.hurd-console.init index 095e8cb..9db8f08 100644 --- a/debian/hurd.hurd-console.init +++ b/debian/hurd.hurd-console.init @@ -1,7 +1,7 @@ #! /bin/sh ### BEGIN INIT INFO -# Provides: hurd-console -# Required-Start: $all +# Provides: hurd-console console-screen +# Required-Start: $local_fs # Required-Stop: $local_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
