From 2948f328412b55770e135bb8a49e398101581019 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:32:13 -0500 Subject: [PATCH] net-misc/openvpn: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-misc/openvpn/files/openvpn-2.1.init | 2 +- net-misc/openvpn/files/openvpn.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/openvpn/files/openvpn-2.1.init b/net-misc/openvpn/files/openvpn-2.1.init index d65e6f8bd7c4..b42aa13d20de 100644 --- a/net-misc/openvpn/files/openvpn-2.1.init +++ b/net-misc/openvpn/files/openvpn-2.1.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/net-misc/openvpn/files/openvpn.init b/net-misc/openvpn/files/openvpn.init index 489ab497dce4..1569394852a5 100644 --- a/net-misc/openvpn/files/openvpn.init +++ b/net-misc/openvpn/files/openvpn.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -- 2.26.2