Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 46ef09e6c34b2d3fff2cfeab16f0c77f > files > 26

webmin-2.013-1.mga9.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
}