summaryrefslogtreecommitdiff
path: root/debian/local
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2010-01-10 19:03:39 +0000
committerSamuel Thibault <sthibault@debian.org>2010-01-10 19:03:39 +0000
commitcccbdf4cee2b7ebdaae7cd67c7eae2433c7f24fa (patch)
treecb842cb382451ff2930001e859e3703a7214abf9 /debian/local
parent7d5d19538cd9af34a332568bda03e8b6f41bd808 (diff)
which is not available in d-i
Diffstat (limited to 'debian/local')
-rwxr-xr-xdebian/local/runsystem.gnu4
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: