From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 954BA58973 for ; Mon, 1 Feb 2016 06:36:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5308621C004; Mon, 1 Feb 2016 06:36:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3D6221C004 for ; Mon, 1 Feb 2016 06:36:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEB23340C57 for ; Mon, 1 Feb 2016 06:36:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F14E8E2 for ; Mon, 1 Feb 2016 06:36:38 +0000 (UTC) From: "Wolfram Schlich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wolfram Schlich" Message-ID: <1454308578.649e20fe8f1ed9e6b387d97e72727349615fa8c6.wschlich@gentoo> Subject: [gentoo-commits] dev/wschlich:master commit in: app-antivirus/skyldav/, app-antivirus/skyldav/files/ X-VCS-Repository: dev/wschlich X-VCS-Files: app-antivirus/skyldav/files/skyldav.service app-antivirus/skyldav/files/skyldav.service-r1 app-antivirus/skyldav/skyldav-0.5-r1.ebuild app-antivirus/skyldav/skyldav-0.5.ebuild X-VCS-Directories: app-antivirus/skyldav/files/ app-antivirus/skyldav/ X-VCS-Committer: wschlich X-VCS-Committer-Name: Wolfram Schlich X-VCS-Revision: 649e20fe8f1ed9e6b387d97e72727349615fa8c6 X-VCS-Branch: master Date: Mon, 1 Feb 2016 06:36:38 +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-Archives-Salt: 795cdcdb-15a9-4f18-94d8-d5465c5dfe77 X-Archives-Hash: ce5ecbc6f0dfb4bd6c3aad1b2597ca76 commit: 649e20fe8f1ed9e6b387d97e72727349615fa8c6 Author: Wolfram Schlich gentoo org> AuthorDate: Mon Feb 1 06:36:18 2016 +0000 Commit: Wolfram Schlich gentoo org> CommitDate: Mon Feb 1 06:36:18 2016 +0000 URL: https://gitweb.gentoo.org/dev/wschlich.git/commit/?id=649e20fe app-antivirus/skyldav: make skyldav service being started before skyldavnotify in X sessions (multi-user.target) Package-Manager: portage-2.2.27 app-antivirus/skyldav/files/{skyldav.service => skyldav.service-r1} | 1 + app-antivirus/skyldav/{skyldav-0.5.ebuild => skyldav-0.5-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app-antivirus/skyldav/files/skyldav.service b/app-antivirus/skyldav/files/skyldav.service-r1 similarity index 93% rename from app-antivirus/skyldav/files/skyldav.service rename to app-antivirus/skyldav/files/skyldav.service-r1 index 8d8ee5e..decd788 100644 --- a/app-antivirus/skyldav/files/skyldav.service +++ b/app-antivirus/skyldav/files/skyldav.service-r1 @@ -2,6 +2,7 @@ Description=SkyldAV anti-virus on-access scanning daemon based upon Clam AV and fanotify Requires=local-fs.target clamd.service After=local-fs.target clamd.service +Before=multi-user.target [Service] Type=simple diff --git a/app-antivirus/skyldav/skyldav-0.5.ebuild b/app-antivirus/skyldav/skyldav-0.5-r1.ebuild similarity index 97% rename from app-antivirus/skyldav/skyldav-0.5.ebuild rename to app-antivirus/skyldav/skyldav-0.5-r1.ebuild index ddefa93..3175fc8 100644 --- a/app-antivirus/skyldav/skyldav-0.5.ebuild +++ b/app-antivirus/skyldav/skyldav-0.5-r1.ebuild @@ -88,7 +88,7 @@ src_install() { ## install systemd service or OpenRC init scripts if use systemd; then - systemd_dounit "${FILESDIR}/skyldav.service" + systemd_newunit "${FILESDIR}/skyldav.service-r1" skyldav.service systemd_install_serviced "${FILESDIR}"/skyldav.service.conf systemd_newtmpfilesd "${FILESDIR}"/skyldav.tmpfilesd skyldav.conf else