Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > a285e156e9536d91bb50c4f3b519ba99 > files > 27

openldap2.2-2.2.20-3mdk.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
}