commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 01/01: local/setup-translators: Link /dev/shm to /tmp instead of


From: Samuel Thibault
Subject: [hurd] 01/01: local/setup-translators: Link /dev/shm to /tmp instead of /run/shm
Date: Sat, 28 Feb 2015 23:42:47 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch master
in repository hurd.

commit a42b156fb644ce6430f39d7a91c7a4d97a8366f6
Author: Samuel Thibault <address@hidden>
Date:   Sun Mar 1 00:42:32 2015 +0100

    local/setup-translators: Link /dev/shm to /tmp instead of /run/shm
    
    to avoid a tmpfs bug which makes at least Xorg, mupdf, etc. crash.
---
 debian/changelog               | 7 +++++++
 debian/local/setup-translators | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0ed47ab..59be812 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hurd (1:0.5.git20150208-4) UNRELEASED; urgency=medium
+
+  * local/setup-translators: Link /dev/shm to /tmp instead of /run/shm, to
+    avoid a tmpfs bug which makes at least Xorg, mupdf, etc. crash.
+
+ -- Samuel Thibault <address@hidden>  Sun, 01 Mar 2015 00:41:25 +0100
+
 hurd (1:0.5.git20150208-3) unstable; urgency=medium
 
   * patches/disable_new_task_notification.diff: Disable new task notification
diff --git a/debian/local/setup-translators b/debian/local/setup-translators
index ebebf5d..071e241 100755
--- a/debian/local/setup-translators
+++ b/debian/local/setup-translators
@@ -159,7 +159,9 @@ fi
 st kbd '/hurd/symlink cons/kbd' kbd
 st mouse '/hurd/symlink cons/mouse' mouse
 [ -d shm ] && ! [ -L shm ] && rmdir shm
-st shm '/hurd/symlink /run/shm' shm
+
+# TODO put back to /run/shm when tmpfs open/mmap/close/unlink/dereference 
crash is fixed
+st shm '/hurd/symlink /tmp' shm
 
 echo .
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]