Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > de0fe6cec23d75ac894afaf68711a8b8 > files > 26

openldap-2.2.23-5mdk.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
}