From ffcc6e582c844a6d0ad8661fb2f95d5ba44c7aca Mon Sep 17 00:00:00 2001 From: Austin English Date: Tue, 3 May 2016 11:55:30 -0500 Subject: dev-lang/python: use #!/sbin/openrc-run instead of #!/sbin/runscript MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Approved by Michał Górny Gentoo-Bug: https://bugs.gentoo.org/573846 Gentoo-Bug: https://bugs.gentoo.org/581940 Package-Manager: portage-2.2.26 --- dev-lang/python/files/pydoc.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/python/files/pydoc.init b/dev-lang/python/files/pydoc.init index ede01671f772..6cdfe892806b 100644 --- a/dev-lang/python/files/pydoc.init +++ b/dev-lang/python/files/pydoc.init @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Technologies, Inc. +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public Licence v2 # $Id$ -- cgit v1.2.3-65-gdbad