Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/consolekit/files/
Date: Wed, 04 May 2016 05:12:50
Message-Id: 1462338416.894435c84ff31e4f15698eb985922364974f59ec.perfinion@gentoo
1 commit: 894435c84ff31e4f15698eb985922364974f59ec
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 05:06:17 2016 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 05:06:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894435c8
7
8 sys-auth/consolekit: update openrc-run shebang
9
10 Package-Manager: portage-2.2.26
11
12 sys-auth/consolekit/files/consolekit-0.2.rc | 4 ++--
13 sys-auth/consolekit/files/consolekit-1.0.0.initd | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-auth/consolekit/files/consolekit-0.2.rc b/sys-auth/consolekit/files/consolekit-0.2.rc
17 index 63eeefd..707f851 100644
18 --- a/sys-auth/consolekit/files/consolekit-0.2.rc
19 +++ b/sys-auth/consolekit/files/consolekit-0.2.rc
20 @@ -1,5 +1,5 @@
21 -#!/sbin/runscript
22 -# Copyright 1999-2011 Gentoo Foundation
23 +#!/sbin/openrc-run
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License, v2 or later
26 # $Id$
27
28
29 diff --git a/sys-auth/consolekit/files/consolekit-1.0.0.initd b/sys-auth/consolekit/files/consolekit-1.0.0.initd
30 index e84a2e0..57ebfbe 100644
31 --- a/sys-auth/consolekit/files/consolekit-1.0.0.initd
32 +++ b/sys-auth/consolekit/files/consolekit-1.0.0.initd
33 @@ -1,5 +1,5 @@
34 -#!/sbin/runscript
35 -# Copyright 1999-2015 Gentoo Foundation
36 +#!/sbin/openrc-run
37 +# Copyright 1999-2016 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License, v2 or later
39 # $Id$