commit: ffcc6e582c844a6d0ad8661fb2f95d5ba44c7aca Author: Austin English <wizardedit <AT> gentoo <DOT> org> AuthorDate: Tue May 3 16:55:30 2016 +0000 Commit: Austin English <wizardedit <AT> gentoo <DOT> org> CommitDate: Tue May 3 16:55:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcc6e58
dev-lang/python: use #!/sbin/openrc-run instead of #!/sbin/runscript Approved by Michał Górny <mgorny <AT> gentoo.org> 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 ede0167..6cdfe89 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$
