From: Austin English Date: Tue, 3 May 2016 16:55:30 +0000 (-0500) Subject: dev-lang/python: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ffcc6e582c844a6d0ad8661fb2f95d5ba44c7aca;p=gentoo.git dev-lang/python: use #!/sbin/openrc-run instead of #!/sbin/runscript 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 --- 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$