summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-03 11:55:30 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-03 11:55:58 -0500
commitffcc6e582c844a6d0ad8661fb2f95d5ba44c7aca (patch)
treebba1d212a25f9e922aea702f2b03f48d68b40911 /dev-lang/python
parenteapi6; add support ionice, suggested by T.Loescher (diff)
downloadgentoo-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
Diffstat (limited to 'dev-lang/python')
-rw-r--r--dev-lang/python/files/pydoc.init4
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$