Fixed typo in openldap ftp location

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@652 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2003-02-06 01:43:00 +00:00
parent 6b80d7c760
commit af158b3eda
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@
<!ENTITY openldap-size "2.0 MB">
<!ENTITY openldap-download-http "">
<!ENTITY openldap-download-ftp
"ftp://OpenLDAP.org/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
"ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">

View File

@ -6,7 +6,7 @@
<para><screen><userinput>./configure --prefix=/usr \
--enable-build-20 \
--enable-build-21 \
--disable-debug \
--disable-debug \
--enable-production \
--disable-build-tests \
--with-xdnd &amp;&amp;