Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav-unofficial-sigs/files/, ...
Date: Wed, 05 Feb 2020 15:56:38
Message-Id: 1580917738.0b66eeacb145f1648b2ee824bd548c3694fe5d5f.mjo@gentoo
1 commit: 0b66eeacb145f1648b2ee824bd548c3694fe5d5f
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 02:12:49 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 15:48:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b66eeac
7
8 app-antivirus/clamav-unofficial-sigs: new revision in /usr/bin.
9
10 This script shouldn't be run as root, so this revision moves it out of
11 /usr/sbin and into /usr/bin. The paths within things in $FILESDIR were
12 also updated.
13
14 Package-Manager: Portage-2.3.84, Repoman-2.3.20
15 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
16
17 ...cial-sigs-6.0.1-r4.ebuild => clamav-unofficial-sigs-6.0.1-r5.ebuild} | 2 +-
18 app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.crond | 2 +-
19 .../clamav-unofficial-sigs/files/clamav-unofficial-sigs.service | 2 +-
20 3 files changed, 3 insertions(+), 3 deletions(-)
21
22 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
23 similarity index 99%
24 rename from app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r4.ebuild
25 rename to app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r5.ebuild
26 index 5125872c022..1660dbdee6c 100644
27 --- a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r4.ebuild
28 +++ b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r5.ebuild
29 @@ -30,7 +30,7 @@ RDEPEND="${DEPEND}
30 || ( net-misc/wget net-misc/curl )"
31
32 src_install() {
33 - dosbin "${PN}.sh"
34 + dobin "${PN}.sh"
35
36 insinto /etc/logrotate.d
37 newins "${FILESDIR}/${PN}.logrotate" "${PN}"
38
39 diff --git a/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.crond b/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.crond
40 index 49ef1db3034..6c35c18e74b 100644
41 --- a/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.crond
42 +++ b/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.crond
43 @@ -16,4 +16,4 @@
44 HOME=/var/lib/clamav-unofficial-sigs
45 SHELL=/bin/bash
46
47 -01 * * * * clamav /usr/sbin/clamav-unofficial-sigs.sh
48 +01 * * * * clamav /usr/bin/clamav-unofficial-sigs.sh
49
50 diff --git a/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.service b/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.service
51 index ed9fa7e9f04..51727dafc9f 100644
52 --- a/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.service
53 +++ b/app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.service
54 @@ -10,6 +10,6 @@ Description=ClamAV unofficial signature update service
55 Documentation=man:clamav-unofficial-sigs(8)
56
57 [Service]
58 -ExecStart=bash /usr/sbin/clamav-unofficial-sigs.sh
59 +ExecStart=bash /usr/bin/clamav-unofficial-sigs.sh
60 User=clamav
61 WorkingDirectory=/var/lib/clamav-unofficial-sigs