Hi,
I have come across what I believe is an error in Beyond LinuxR From Scratch
- Version 2013-03-27:
>From the script:
if [ -d /etc/openldap/schema ]; then
install -v -m644 ../examples/LDAP/README \
/etc/openldap/schema/README.LDAP &&
install -v -m644 ../examples/LDAP/samba* \
/etc/openldap/schema &&
install -v -m755 ../examples/LDAP/{convert*,get*,ol*} \
/etc/openldap/schema &&
Fi
This generates an error. I corrected the last line in the if .. fi, removing
the last '&&', then it worked.
As I have not installed openldap, I can't say for sure that it will work if
that is installed, but I don't see why not.
Niels
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page