Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > b495d8a3da15f27a44fbe03ad9afb32c > files > 29

openldap-2.3.6-4mdk.src.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
}