# this is for an upgrade from the /etc/sysconfig/ldap to /etc/sysconfig/slapd
# because having the wrong name is OMFGannoying

if [ -e /etc/sysconfig/ldap ]; then
  mv /etc/sysconfig/ldap /etc/sysconfig/slapd
fi
