This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository hurd.
commit a78a6ac05d543680c42497e2f884a20cd03019ae Author: Samuel Thibault <[email protected]> Date: Sat Feb 15 08:49:12 2014 +0000 Replace any existing /etc/mtab --- debian/patches/rc.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/rc.patch b/debian/patches/rc.patch index 17597ba..964662c 100644 --- a/debian/patches/rc.patch +++ b/debian/patches/rc.patch @@ -50,7 +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 ++ln -sf /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
