Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/files/
Date: Tue, 03 May 2016 16:56:43
Message-Id: 1462294558.ffcc6e582c844a6d0ad8661fb2f95d5ba44c7aca.wizardedit@gentoo
1 commit: ffcc6e582c844a6d0ad8661fb2f95d5ba44c7aca
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 16:55:30 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 16:55:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcc6e58
7
8 dev-lang/python: use #!/sbin/openrc-run instead of #!/sbin/runscript
9
10 Approved by Michał Górny <mgorny <AT> gentoo.org>
11
12 Gentoo-Bug: https://bugs.gentoo.org/573846
13 Gentoo-Bug: https://bugs.gentoo.org/581940
14
15 Package-Manager: portage-2.2.26
16
17 dev-lang/python/files/pydoc.init | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-lang/python/files/pydoc.init b/dev-lang/python/files/pydoc.init
21 index ede0167..6cdfe89 100644
22 --- a/dev-lang/python/files/pydoc.init
23 +++ b/dev-lang/python/files/pydoc.init
24 @@ -1,5 +1,5 @@
25 -#!/sbin/runscript
26 -# Copyright 1999-2014 Gentoo Technologies, Inc.
27 +#!/sbin/openrc-run
28 +# Copyright 1999-2016 Gentoo Technologies, Inc.
29 # Distributed under the terms of the GNU General Public Licence v2
30 # $Id$