commit: 0b66eeacb145f1648b2ee824bd548c3694fe5d5f
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 02:12:49 2020 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 15:48:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b66eeac
app-antivirus/clamav-unofficial-sigs: new revision in /usr/bin.
This script shouldn't be run as root, so this revision moves it out of
/usr/sbin and into /usr/bin. The paths within things in $FILESDIR were
also updated.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
...cial-sigs-6.0.1-r4.ebuild => clamav-unofficial-sigs-6.0.1-r5.ebuild} | 2 +-
app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.crond | 2 +-
.../clamav-unofficial-sigs/files/clamav-unofficial-sigs.service | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r4.ebuild
b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r5.ebuild
similarity index 99%
rename from
app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r4.ebuild
rename to
app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r5.ebuild
index 5125872c022..1660dbdee6c 100644
---
a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r4.ebuild
+++
b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r5.ebuild
@@ -30,7 +30,7 @@ RDEPEND="${DEPEND}
|| ( net-misc/wget net-misc/curl )"
src_install() {
- dosbin "${PN}.sh"
+ dobin "${PN}.sh"
insinto /etc/logrotate.d
newins "${FILESDIR}/${PN}.logrotate" "${PN}"
diff --git
a/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.crond
b/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.crond
index 49ef1db3034..6c35c18e74b 100644
--- a/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.crond
+++ b/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.crond
@@ -16,4 +16,4 @@
HOME=/var/lib/clamav-unofficial-sigs
SHELL=/bin/bash
-01 * * * * clamav /usr/sbin/clamav-unofficial-sigs.sh
+01 * * * * clamav /usr/bin/clamav-unofficial-sigs.sh
diff --git
a/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.service
b/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.service
index ed9fa7e9f04..51727dafc9f 100644
--- a/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.service
+++ b/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.service
@@ -10,6 +10,6 @@ Description=ClamAV unofficial signature update service
Documentation=man:clamav-unofficial-sigs(8)
[Service]
-ExecStart=bash /usr/sbin/clamav-unofficial-sigs.sh
+ExecStart=bash /usr/bin/clamav-unofficial-sigs.sh
User=clamav
WorkingDirectory=/var/lib/clamav-unofficial-sigs