diff options
author | Samuel Thibault <sthibault@debian.org> | 2011-06-09 06:52:21 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2011-06-09 06:52:21 +0000 |
commit | 93af251e03bad09c812339873cd56e7ed61c2177 (patch) | |
tree | 4b6f4cfe044ef88975cdfcbe40c3a1bb4a25f4c2 /debian | |
parent | e0cf98dd47d85e80b313cadc7bc8d17c814cb176 (diff) |
Fix random translator path
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/local/setup-translators | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/local/setup-translators b/debian/local/setup-translators index a0c3b228..7da2a2a1 100755 --- a/debian/local/setup-translators +++ b/debian/local/setup-translators @@ -145,8 +145,8 @@ else md ptyq md lprX 0123 md comX 0123 - st random '/hurd/random /tmp/entropy.sock' random - st urandom '/hurd/random -u /tmp/entropy.sock' urandom + st random 'random /tmp/entropy.sock' random + st urandom 'random -u /tmp/entropy.sock' urandom fi st kbd 'symlink cons/kbd' kbd |