Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c4c64c
)
Branch: b1_4
author
adilger
<adilger>
Wed, 16 Mar 2005 07:33:53 +0000
(07:33 +0000)
committer
adilger
<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
patch
|
blob
|
history
diff --git
a/lustre/utils/load_ldap.sh
b/lustre/utils/load_ldap.sh
index
e914827
..
0163b85
100755
(executable)
--- a/
lustre/utils/load_ldap.sh
+++ b/
lustre/utils/load_ldap.sh
@@
-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/
auto
Makefile.am ]; then
CONFDIR=$LUSTRE/conf
else
CONFDIR=/usr/lib/lustre