diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-12 14:08:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-12 14:08:49 +0000 |
commit | 0384a54ad09fb53c8b2effc37683d4352a11f9de (patch) | |
tree | fb3b6622f9f50aee7569f542e941601345298e75 /Configure | |
parent | ae4ed236b7ef647fa2879af623202de5e0cd155b (diff) | |
download | perl-0384a54ad09fb53c8b2effc37683d4352a11f9de.tar.gz |
Try YP/NIS also from /usr/lib/yp.
p4raw-id: //depot/perl@13657
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Dec 12 00:49:11 EET 2001 [metaconfig 3.0 PL70] +# Generated on Wed Dec 12 17:09:05 EET 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -7668,7 +7668,7 @@ case "$man3dir" in esac : see if we have to deal with yellow pages, now NIS. -if $test -d /usr/etc/yp || $test -d /etc/yp; then +if $test -d /usr/etc/yp || $test -d /etc/yp || $test -d /usr/lib/yp; then if $test -f /usr/etc/nibindd; then echo " " echo "I'm fairly confident you're on a NeXT." |