Markéta Machová
fc042c69e6
* See https://gitlab.com/mailman/mailman/-/blob/v3.3.10/src/mailman/docs/NEWS.rst or the file NEWS.rst in this package - Update to version 3.3.10b2 * See https://gitlab.com/mailman/mailman/-/blob/v3.3.10b2/src/mailman/docs/NEWS.rst or the file NEWS.rst in this package - Update to version 3.3.10b1 * See https://gitlab.com/mailman/mailman/-/blob/v3.3.10b1/src/mailman/docs/NEWS.rst or the file NEWS.rst in this package - Removed find-flufl.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=96
10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
@LOGDIR@/*.log {
|
|
missingok
|
|
sharedscripts
|
|
su mailman mailman
|
|
postrotate
|
|
/bin/kill -HUP $(</run/mailman/master.pid) 2>/dev/null || true
|
|
@BINDIR@/mailman reopen >/dev/null 2>&1 || true
|
|
endscript
|
|
}
|