summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-03-21 11:41:02 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-03-21 11:41:02 +0100
commitb0258ce1445bf72767bb208af26a2ca5effeac10 (patch)
tree39617c4ad39d8cedbe52873019d3f62b52f73eee /debian/patches
parentb8cb2ef042e22d6103bd9e44ea53314c1b909743 (diff)
sync with upstream packaging
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/rc.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/patches/rc.patch b/debian/patches/rc.patch
index a4be4aa5..964662c7 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 -sf /proc/mounts /etc/mtab
#echo -n restoring pty permissions...
#chmod 666 /dev/tty[pqrs]*