Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > f59fcc35e170a6bfde7dd27fc1b8de1e > files > 47

webmin-1.500-0.1mdv2009.0.src.rpm

/var/log/webmin/miniserv.error {
    notifempty
    missingok
    postrotate
	[ -f /var/run/webmin/miniserv.pid ] && kill -HUP `cat /var/run/webmin/miniserv.pid` > /dev/null 2>&1 || :
    endscript
}

/var/log/webmin/miniserv.log {
    notifempty
    missingok
    postrotate
	[ -f /var/run/webmin/miniserv.pid ] && kill -HUP `cat /var/run/webmin/miniserv.pid` > /dev/null 2>&1 || :
    endscript
}

/var/log/webmin/webmin.log {
    notifempty
    missingok
    postrotate
	[ -f /var/run/webmin/miniserv.pid ] && kill -HUP `cat /var/run/webmin/miniserv.pid` > /dev/null 2>&1 || :
    endscript
}