]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
logrotate config file: don't change global logrotate options (#3829)
authorMatthias Gerstner <matthias.gerstner@suse.com>
Thu, 21 Jan 2021 13:48:20 +0000 (14:48 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Jan 2021 13:48:20 +0000 (13:48 +0000)
commitd4ab6972cd50c8a79c9aabc27654ffd9cbc4dd0f
treea159d185dbfe9d044685d15a8e629cf2e930ec76
parent4d250d917709a088d23a1ed8074f7f0a7df8dd07
logrotate config file: don't change global logrotate options (#3829)

Global options in files in /etc/logrotate.d/ potentially influence all
other configurations parsed after the "radiusd" configuration file.
Especially the 'su radiusd radiusd' line can break things for other
packages, but also the other settings may lead to surprising behaviour,
depending on the context.

Therefore move global options into the logfile specific blocks, grouping
together equal settings to avoid a high degree of redundance.
scripts/logrotate/freeradius