Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > c59a6c6349d04b4a3ba75a6cd8f39d88 > files > 25

webmin-1.860-1.mga6.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
}