Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > updates > by-pkgid > 464d2037e4566d9c36c30e77f395fd2e > files > 1

openldap-servers-2.0.27-5.3mdk.ppc.rpm

/var/log/ldap/ldap.log {
    missingok
    notifempty
    compress
    postrotate
	# only restart if slapd is really running
	if test -n "`ps acx|grep slapd`"; then
		/sbin/service ldap restart
	fi
    endscript
}