From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6353A138350 for ; Wed, 5 Feb 2020 15:56:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADAF1E0CA1; Wed, 5 Feb 2020 15:56:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7590DE0CA1 for ; Wed, 5 Feb 2020 15:56:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47B7834E758 for ; Wed, 5 Feb 2020 15:56:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B073037 for ; Wed, 5 Feb 2020 15:56:34 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1580917738.0b66eeacb145f1648b2ee824bd548c3694fe5d5f.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav-unofficial-sigs/files/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r4.ebuild app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r5.ebuild app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.crond app-antivirus/clamav-unofficial-sigs/files/clamav-unofficial-sigs.service X-VCS-Directories: app-antivirus/clamav-unofficial-sigs/ app-antivirus/clamav-unofficial-sigs/files/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 0b66eeacb145f1648b2ee824bd548c3694fe5d5f X-VCS-Branch: master Date: Wed, 5 Feb 2020 15:56:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f989e71-7a1d-48f5-82b6-32f805597d34 X-Archives-Hash: c99c1fd35768e0f82259427890695c96 commit: 0b66eeacb145f1648b2ee824bd548c3694fe5d5f Author: Michael Orlitzky gentoo org> AuthorDate: Wed Feb 5 02:12:49 2020 +0000 Commit: Michael Orlitzky gentoo 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 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