diff options
Diffstat (limited to 'debian/local/setup-translators')
-rwxr-xr-x | debian/local/setup-translators | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/local/setup-translators b/debian/local/setup-translators index 1cbe5c3d..ebebf5dc 100755 --- a/debian/local/setup-translators +++ b/debian/local/setup-translators @@ -99,15 +99,16 @@ echo -n "Setting up translators:" cd /servers mkdir -p socket -st startup /hurd/startup st exec /hurd/exec st default-pager /hurd/proxy-defpager st socket/1 /hurd/pflocal st socket/local '/hurd/symlink 1' '(+link)' -st socket/2 /hurd/pfinet +st socket/2 '/hurd/pfinet -6 /servers/socket/26' inet st socket/inet '/hurd/symlink 2' '(+link)' +st socket/26 '/hurd/pfinet -4 /servers/socket/2' inet6 st socket/inet6 '/hurd/symlink 26' '(+link)' st /proc '/hurd/procfs -c' +touch startup 2> /dev/null if [ -z "$MINIMAL" ]; then st password /hurd/password |