aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-04-04 05:26:21 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-04-04 05:26:21 +0000
commitc056d929b2fdb3782c35c59074b0f7c9517b1aa8 (patch)
treeeaf4495710861dc4842d5b852b04a108f1b1a49a
parentd15d1cc4f397cabbdcf84a4a18a8fb7e582864db (diff)
downloadstrongswan-c056d929b2fdb3782c35c59074b0f7c9517b1aa8.tar.bz2
strongswan-c056d929b2fdb3782c35c59074b0f7c9517b1aa8.tar.xz
--enable-ldap without value 3
-rwxr-xr-xtesting/scripts/build-umlrootfs15
1 files changed, 1 insertions, 14 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index 5db8a8de0..68a990d35 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -108,16 +108,6 @@ cecho " * Extracting strongSwan into the root filesystem"
tar xjf $STRONGSWAN -C $LOOPDIR/root >> $LOGFILE 2>&1
######################################################
-# setting up mountpoint for shared source tree
-#
-if [ "${SHAREDTREE+set}" = "set" ]; then
- cecho " * setting up shared strongswan tree at '$SHAREDTREE'"
- mkdir $LOOPDIR/root/strongswan-shared
- echo "" >> $LOOPDIR/etc/fstab
- echo "none /root/strongswan-shared hostfs $SHAREDTREE" >> $LOOPDIR/etc/fstab
-fi
-
-######################################################
# installing strongSwan and setting the local timezone
#
@@ -136,7 +126,7 @@ fi
if [ "$USE_LDAP" = "yes" ]
then
- echo -n " --enable-ldap=3" >> $INSTALLSHELL
+ echo -n " --enable-ldap" >> $INSTALLSHELL
fi
if [ "$USE_LEAK_DETECTIVE" = "yes" ]
@@ -152,9 +142,6 @@ cecho-n " * Compiling $STRONGSWANVERSION within the root file system as chroot..
chroot $LOOPDIR /bin/bash /install.sh >> $LOGFILE 2>&1
cecho "done"
-rm -f $INSTALLSHELL
-
-
######################################################
# copying the host's ssh public key
#