Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 707952 - app-antivirus/clamav-unofficial-sigs-6.0.1-r3: Non-standard file name in logrotate.d
Summary: app-antivirus/clamav-unofficial-sigs-6.0.1-r3: Non-standard file name in logr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michael Orlitzky
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-02 18:06 UTC by Ralph Seichter
Modified: 2020-02-02 20:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Seichter 2020-02-02 18:06:55 UTC
The ebuild installs a file

  /etc/logrotate.d/clamav-unofficial-sigs.logrotate

which is the only file with a ".logrotate" suffix in that directory across all my systems. Also, it is very obvious that all files installed in /etc/logrotate.d are related to logrotate, so there is no need for said suffix.
Comment 1 Larry the Git Cow gentoo-dev 2020-02-02 20:10:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f514f40099f79fb9fa68265cf7af20b71c760700

commit f514f40099f79fb9fa68265cf7af20b71c760700
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2020-02-02 20:04:38 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2020-02-02 20:08:53 +0000

    app-antivirus/clamav-unofficial-sigs: new revision to fix cosmetic issue.
    
    Our logrotate file was being installed with doins, leaving it with a
    ".logrotate" suffix on the live filesystem. This was harmless, but
    looks a bit weird. Now it's installed as "/etc/logrotate.d/${PN}".
    
    Closes: https://bugs.gentoo.org/707952
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Michael Orlitzky <mjo@gentoo.org>

 ...cial-sigs-6.0.1-r3.ebuild => clamav-unofficial-sigs-6.0.1-r4.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)