Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 3b6548185815eddda50600db67a2c9fe > files > 27

openldap2.1-2.1.30-6mdk.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
}