This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository hurd.
commit 98487803ad124ffdfbca43e444d3b543de3fcc62 Author: Samuel Thibault <[email protected]> Date: Thu Feb 13 23:18:50 2014 +0000 debian/patches/rc.patch: Also make /etc/mtab point to /proc/mounts. --- debian/changelog | 9 ++++++++- debian/patches/rc.patch | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 62d375b..dd5198c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,17 @@ +hurd (1:0.5.git20140206-2) UNRELEASED; urgency=medium + + * debian/patches/rc.patch: Also make /etc/mtab point to /proc/mounts. + + -- Samuel Thibault <[email protected]> Thu, 13 Feb 2014 23:04:13 +0000 + hurd (1:0.5.git20140206-1) unstable; urgency=medium + * New upstream snapshot. * control: Only Replace/Conflict old login package which was potentially shipping /bin/login. * local/securetty: Remove file, let it be installed by the login package. - -- Samuel Thibault <[email protected]> Thu, 06 Feb 2014 00:22:53 +0000 + -- Samuel Thibault <[email protected]> Thu, 06 Feb 2014 10:35:15 +0000 hurd (1:0.5.git20140203-1) unstable; urgency=low diff --git a/debian/patches/rc.patch b/debian/patches/rc.patch index a4be4aa..17597ba 100644 --- a/debian/patches/rc.patch +++ b/debian/patches/rc.patch @@ -24,7 +24,7 @@ More debianish rc scripts ;; # Filesystem modified, filesystem should be restarted # Ideally we would only restart the filesystem -@@ -85,12 +88,25 @@ if test -d /tmp; then +@@ -85,12 +88,26 @@ if test -d /tmp; then fi if test -d /var/run; then @@ -50,6 +50,7 @@ More debianish rc scripts + +# This file must exist for e2fsck to work. +ln -s /proc/mounts /var/run/mtab ++ln -s /proc/mounts /etc/mtab #echo -n restoring pty permissions... #chmod 666 /dev/tty[pqrs]* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
