diff options
Diffstat (limited to 'debian/local/setup-translators')
-rwxr-xr-x | debian/local/setup-translators | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/debian/local/setup-translators b/debian/local/setup-translators index 91ee85df..59b48103 100755 --- a/debian/local/setup-translators +++ b/debian/local/setup-translators @@ -80,7 +80,7 @@ st () { # file is turned into a symlink through settrans, by clearing # the passive translator first. settrans -ck $node - settrans -ck $node /hurd/$cmdl + settrans -ck $node $cmdl fi } @@ -99,21 +99,21 @@ echo -n "Setting up translators:" cd /servers mkdir -p socket -st exec exec -st default-pager proxy-defpager -st socket/1 pflocal -st socket/local 'symlink 1' '(+link)' -st socket/2 pfinet -st socket/inet 'symlink 2' '(+link)' -st socket/inet6 'symlink 26' '(+link)' -st /proc 'procfs -c' +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/inet '/hurd/symlink 2' '(+link)' +st socket/inet6 '/hurd/symlink 26' '(+link)' +st /proc '/hurd/procfs -c' if [ -z "$MINIMAL" ]; then - st password password - st crash-kill 'crash --kill' crash-kill - st crash-suspend 'crash --suspend' crash-suspend - st crash-dump-core 'crash --dump-core' crash-dump-core - st crash 'symlink crash-kill' crash + st password /hurd/password + st crash-kill '/hurd/crash --kill' crash-kill + st crash-suspend '/hurd/crash --suspend' crash-suspend + st crash-dump-core '/hurd/crash --dump-core' crash-dump-core + st crash '/hurd/symlink crash-kill' crash fi echo . @@ -150,9 +150,9 @@ else st urandom /etc/alternatives/urandom.sh urandom fi -st kbd 'symlink cons/kbd' kbd -st mouse 'symlink cons/mouse' mouse -st shm 'symlink /run/shm' shm +st kbd '/hurd/symlink cons/kbd' kbd +st mouse '/hurd/symlink cons/mouse' mouse +st shm '/hurd/symlink /run/shm' shm # until we properly start /etc/rcS.d mkdir -p /run/lock /run/shm |