diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-01-16 14:46:40 +0100 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-01-16 14:46:40 +0100 |
| commit | 45b6f3df83e6869cdf6a8d32fdf9e15853f1d1fc (patch) | |
| tree | 392d458485f4b55d21ac91372aad492ddaa6ec39 /debian/local/setup-translators | |
| parent | 89de67f0166a79b1d481f2c109c1d093ebe0dd67 (diff) | |
sync with upstream packaging
Diffstat (limited to 'debian/local/setup-translators')
| -rwxr-xr-x | debian/local/setup-translators | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/local/setup-translators b/debian/local/setup-translators index ebebf5dc..071e241e 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 . |
