Whamcloud - gitweb
Branch: b1_4
authoradilger <adilger>
Wed, 16 Mar 2005 07:33:53 +0000 (07:33 +0000)
committeradilger <adilger>
Wed, 16 Mar 2005 07:33:53 +0000 (07:33 +0000)
Change load_ldap.sh to check for autoMakefile.am for "devel" mode, as
Makefile.am no longer exists.
b=5872
r=fergal (original patch)

lustre/utils/load_ldap.sh

index e914827..0163b85 100755 (executable)
@@ -13,7 +13,7 @@ LDAP_PW=${LDAP_PW:-secret}
 LDAP_AUTH="-x -D $LDAP_ROOTDN -w $LDAP_PW"
 LUSTRE=${LUSTRE:-`dirname $0`/..}
 
-if [ -f $LUSTRE/Makefile.am ]; then
+if [ -f $LUSTRE/autoMakefile.am ]; then
   CONFDIR=$LUSTRE/conf
 else
   CONFDIR=/usr/lib/lustre