diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-16 07:46:12 +0000 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-16 07:46:12 +0000 |
| commit | d2ac13d26077f96a6c9c7ae4e7896a60279ae157 (patch) | |
| tree | cb164b5814eef41c4bab49c53497960ceec55b0a /debian/patches | |
| parent | 9217b89aaa0f5babb1f85861e9c338b88e82cc23 (diff) | |
debian/rc.patch: point /run/mtab to /proc/mounts.
Diffstat (limited to 'debian/patches')
| -rw-r--r-- | debian/patches/rc.patch | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/debian/patches/rc.patch b/debian/patches/rc.patch index 228bb349..3bcff71f 100644 --- a/debian/patches/rc.patch +++ b/debian/patches/rc.patch @@ -3,9 +3,11 @@ More debianish rc scripts daemons/rc.sh | 43 ++++++++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 11 deletions(-) ---- a/daemons/rc.sh -+++ b/daemons/rc.sh -@@ -19,14 +19,17 @@ then +Index: hurd-debian/daemons/rc.sh +=================================================================== +--- hurd-debian.orig/daemons/rc.sh 2013-09-16 07:43:39.000000000 +0000 ++++ hurd-debian/daemons/rc.sh 2013-09-16 07:44:04.000000000 +0000 +@@ -19,14 +19,17 @@ echo Automatic boot in progress... date @@ -24,7 +26,7 @@ More debianish rc scripts ;; # Fsck couldn't fix it. 4 | 8) -@@ -85,7 +88,15 @@ if test -d /tmp; then +@@ -85,12 +88,20 @@ fi if test -d /var/run; then @@ -41,7 +43,14 @@ More debianish rc scripts fi echo done -@@ -104,15 +115,25 @@ touch /var/run/mtab +-# This file must exist for e2fsck to work. XXX +-touch /var/run/mtab ++# This file must exist for e2fsck to work. ++ln -s /proc/mounts /var/run/mtab + + #echo -n restoring pty permissions... + #chmod 666 /dev/tty[pqrs]* +@@ -104,15 +115,25 @@ chmod 664 /etc/motd |
