From: Austin English Date: Wed, 18 May 2016 06:27:31 +0000 (-0500) Subject: app-misc/conmux: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=550205b32875f69e0575a40a8eaee7be6aa2b2f1;p=gentoo.git app-misc/conmux: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/app-misc/conmux/files/conmux-registry.initd b/app-misc/conmux/files/conmux-registry.initd index 5af904210bbe..3e3179a224ab 100644 --- a/app-misc/conmux/files/conmux-registry.initd +++ b/app-misc/conmux/files/conmux-registry.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/app-misc/conmux/files/conmux.initd b/app-misc/conmux/files/conmux.initd index d78db20bb9b7..b74fd28b969c 100644 --- a/app-misc/conmux/files/conmux.initd +++ b/app-misc/conmux/files/conmux.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2