Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > d415ef71cb205ea7166a38d2255b8a3d > scriptlet

openldap-2.4.33-7.mga3.i586.rpm

Triggers

openldap-clients < 2.1.25-5mdk

/bin/sh
# We may have openldap client configuration in /etc/ldap.conf
# which now needs to be in /etc/openldap/ldap.conf
if [ -f /etc/ldap.conf ] 
then
	mv -f /etc/openldap/ldap.conf /etc/openldap/ldap.conf.rpmfix
	cp -af /etc/ldap.conf /etc/openldap/ldap.conf
fi