diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-01-10 19:03:39 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-01-10 19:03:39 +0000 |
commit | cccbdf4cee2b7ebdaae7cd67c7eae2433c7f24fa (patch) | |
tree | cb842cb382451ff2930001e859e3703a7214abf9 /debian/local | |
parent | 7d5d19538cd9af34a332568bda03e8b6f41bd808 (diff) |
which is not available in d-i
Diffstat (limited to 'debian/local')
-rwxr-xr-x | debian/local/runsystem.gnu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/local/runsystem.gnu b/debian/local/runsystem.gnu index 8be110f0..bb79eeda 100755 --- a/debian/local/runsystem.gnu +++ b/debian/local/runsystem.gnu @@ -8,8 +8,8 @@ RUNCOM=/libexec/rc # See whether pflocal is setup already, and do so if not (install case) -if ! test -e /servers/socket/1 && which settrans >/dev/null ; then - settrans -c /servers/socket/1 /hurd/pflocal +if ! test -e /servers/socket/1 && test -x /bin/settrans >/dev/null ; then + /bin/settrans -c /servers/socket/1 /hurd/pflocal fi # TODO: |