Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/files/
Date: Tue, 03 May 2016 09:47:41
Message-Id: 1462268831.90c14228063160109abafb40de56c251c4ef0405.polynomial-c@gentoo
1 commit: 90c14228063160109abafb40de56c251c4ef0405
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 09:16:19 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 09:47:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c14228
7
8 sys-process/cronie: Fixed openrc init script shebang.
9
10 Package-Manager: portage-2.2.28
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-process/cronie/files/cronie-1.3-initd | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-process/cronie/files/cronie-1.3-initd b/sys-process/cronie/files/cronie-1.3-initd
17 index 2434d61..781ff67 100644
18 --- a/sys-process/cronie/files/cronie-1.3-initd
19 +++ b/sys-process/cronie/files/cronie-1.3-initd
20 @@ -1,5 +1,5 @@
21 -#!/sbin/runscript
22 -# Copyright 1999-2014 Gentoo Foundation
23 +#!/sbin/openrc-run
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$