From 550205b32875f69e0575a40a8eaee7be6aa2b2f1 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:27:31 -0500 Subject: [PATCH] app-misc/conmux: use #!/sbin/openrc-run instead of #!/sbin/runscript --- app-misc/conmux/files/conmux-registry.initd | 2 +- app-misc/conmux/files/conmux.initd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2