summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-09-16 07:46:12 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-09-16 07:46:12 +0000
commitd2ac13d26077f96a6c9c7ae4e7896a60279ae157 (patch)
treecb164b5814eef41c4bab49c53497960ceec55b0a /debian
parent9217b89aaa0f5babb1f85861e9c338b88e82cc23 (diff)
debian/rc.patch: point /run/mtab to /proc/mounts.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/patches/rc.patch19
2 files changed, 17 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 9bb727d8..4ab94c31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-hurd (20130916-1) UNRELEASED; urgency=low
+hurd (20130916-1) unstable; urgency=low
* New upstream snapshot. Closes: Bug#701516, Bug#313560.
- patches/{ext2fs_large_stores.patch, ext2fs_large_stores_pthread.patch,
@@ -8,6 +8,7 @@ hurd (20130916-1) UNRELEASED; urgency=low
sutils-multiple-none.patch, umount.patch}: Remove, merged upstream.
- patches/{exec_filename_exec.patch, exec_filename_fs.patch,
mount-test-opts.patch, proxy-defpager.diff}: Refresh.
+ * debian/rc.patch: point /run/mtab to /proc/mounts.
[ Justus Winter ]
* hurd.hurd-console.init: Add an initscript for hurd-console.
@@ -17,7 +18,7 @@ hurd (20130916-1) UNRELEASED; urgency=low
* patches/newRPC.patch: New patch to fix link until libc gets rebuilt
against new .defs.
- -- Samuel Thibault <sthibault@debian.org> Sat, 27 Jul 2013 22:37:17 +0000
+ -- Samuel Thibault <sthibault@debian.org> Mon, 16 Sep 2013 01:36:12 +0000
hurd (20130727-1) unstable; urgency=low
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