diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-03 11:55:30 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-03 11:55:58 -0500 |
commit | ffcc6e582c844a6d0ad8661fb2f95d5ba44c7aca (patch) | |
tree | bba1d212a25f9e922aea702f2b03f48d68b40911 | |
parent | eapi6; add support ionice, suggested by T.Loescher (diff) | |
download | gentoo-ffcc6e582c844a6d0ad8661fb2f95d5ba44c7aca.tar.gz gentoo-ffcc6e582c844a6d0ad8661fb2f95d5ba44c7aca.tar.bz2 gentoo-ffcc6e582c844a6d0ad8661fb2f95d5ba44c7aca.zip |
dev-lang/python: use #!/sbin/openrc-run instead of #!/sbin/runscript
Approved by Michał Górny <mgorny@gentoo.org>
Gentoo-Bug: https://bugs.gentoo.org/573846
Gentoo-Bug: https://bugs.gentoo.org/581940
Package-Manager: portage-2.2.26
-rw-r--r-- | dev-lang/python/files/pydoc.init | 4 |
1 files 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$ |