From: Austin English Date: Wed, 18 May 2016 06:34:24 +0000 (-0500) Subject: sys-devel/distcc: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b9798a0b00a9127649afc5740c4cb319028f57a7;p=gentoo.git sys-devel/distcc: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/sys-devel/distcc/files/3.1/init b/sys-devel/distcc/files/3.1/init index f7009f6e3101..783c0651e784 100644 --- a/sys-devel/distcc/files/3.1/init +++ b/sys-devel/distcc/files/3.1/init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-devel/distcc/files/3.2/init b/sys-devel/distcc/files/3.2/init index f7009f6e3101..783c0651e784 100644 --- a/sys-devel/distcc/files/3.2/init +++ b/sys-devel/distcc/files/3.2/init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$