From cccbdf4cee2b7ebdaae7cd67c7eae2433c7f24fa Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 10 Jan 2010 19:03:39 +0000 Subject: which is not available in d-i --- debian/local/runsystem.gnu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/local') 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: -- cgit v1.2.3