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 BBDEF138334 for ; Sun, 17 Mar 2019 11:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B93C4E0916; Sun, 17 Mar 2019 11:10:18 +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 969E9E0916 for ; Sun, 17 Mar 2019 11:10:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 891F9335CD5 for ; Sun, 17 Mar 2019 11:10:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFC08562 for ; Sun, 17 Mar 2019 11:10:12 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1552821005.24d88311234514d095f9cc964e45cc7fe2ea3cda.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/files/, sys-process/cronie/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/cronie/cronie-1.5.3-r1.ebuild sys-process/cronie/cronie-1.5.3.ebuild sys-process/cronie/files/cronie-1.5.3-systemd.patch X-VCS-Directories: sys-process/cronie/ sys-process/cronie/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 24d88311234514d095f9cc964e45cc7fe2ea3cda X-VCS-Branch: master Date: Sun, 17 Mar 2019 11:10:12 +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: ce551716-e3b4-42f9-b0f9-52ae08732f2b X-Archives-Hash: 5a4dc818b67bf7db7f5445538719bc7a commit: 24d88311234514d095f9cc964e45cc7fe2ea3cda Author: Lars Wendler gentoo org> AuthorDate: Sun Mar 17 11:09:33 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Mar 17 11:10:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d88311 sys-process/cronie: Fixed cronie-1.5.3-systemd.patch Closes: https://bugs.gentoo.org/680702 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> sys-process/cronie/{cronie-1.5.3.ebuild => cronie-1.5.3-r1.ebuild} | 0 sys-process/cronie/files/cronie-1.5.3-systemd.patch | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-process/cronie/cronie-1.5.3.ebuild b/sys-process/cronie/cronie-1.5.3-r1.ebuild similarity index 100% rename from sys-process/cronie/cronie-1.5.3.ebuild rename to sys-process/cronie/cronie-1.5.3-r1.ebuild diff --git a/sys-process/cronie/files/cronie-1.5.3-systemd.patch b/sys-process/cronie/files/cronie-1.5.3-systemd.patch index 0779b4e3f8d..0aed5404d39 100644 --- a/sys-process/cronie/files/cronie-1.5.3-systemd.patch +++ b/sys-process/cronie/files/cronie-1.5.3-systemd.patch @@ -1,4 +1,4 @@ -From 6ce570afc34c961d1bb347c406c989614db2ef89 Mon Sep 17 00:00:00 2001 +From d022f457d838251963b23697d7ec907d43b637ac Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 16 Mar 2019 20:57:37 +0100 Subject: [PATCH] Adjust systemd service unit for Gentoo @@ -9,7 +9,7 @@ forward-ported to v1.5.3 by Lars Wendler 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/cronie.systemd b/contrib/cronie.systemd -index 19f2a98..24adc38 100644 +index 19f2a98..6f4c608 100644 --- a/contrib/cronie.systemd +++ b/contrib/cronie.systemd @@ -3,12 +3,13 @@ Description=Command Scheduler @@ -24,7 +24,7 @@ index 19f2a98..24adc38 100644 Restart=on-failure RestartSec=30s +Type=forking -+PIDfile=/run/crond ++PIDFile=/run/crond.pid [Install] WantedBy=multi-user.target