From: Kingpin Date: Tue, 5 Mar 2002 15:26:55 +0000 (-0500) Subject: Solaris: allow for /usr/bin/df not to exist. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d0aa90f645eb9de515a65ce6a4d5b1e5cedd952a;hp=0cce8c827906d6294f47c30840f886b52d8345f8;p=p5sagit%2Fp5-mst-13.2.git Solaris: allow for /usr/bin/df not to exist. Subject: [ID 20020305.014] Configure: /usr/bin/df: not found Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com> p4raw-id: //depot/perl@15048 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index d657166..5b57433 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -119,7 +119,7 @@ esac # Check that /dev/fd is mounted. If it is not mounted, let the # user know that suid scripts may not work. -/usr/bin/df /dev/fd 2>&1 > /dev/null +df /dev/fd 2>&1 > /dev/null case $? in 0) ;; *)