summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/local/setup-translators5
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9af04f65..d5b3f0a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hurd (20110519-4) UNRELEASED; urgency=low
+
+ * local/setup-translators: Restore /dev/shm creation.
+
+ -- Samuel Thibault <sthibault@debian.org> Mon, 01 Aug 2011 22:53:23 +0200
+
hurd (20110519-3) unstable; urgency=low
* debian/local/runsystem: Set d-i umask to 022.
diff --git a/debian/local/setup-translators b/debian/local/setup-translators
index 7da2a2a1..17d0a28a 100755
--- a/debian/local/setup-translators
+++ b/debian/local/setup-translators
@@ -152,5 +152,10 @@ fi
st kbd 'symlink cons/kbd' kbd
st mouse 'symlink cons/mouse' mouse
+if [ ! -e shm ]; then
+ mkdir shm
+ chmod 1777 shm
+fi
+
echo .