From 5ea0113e8fb268901dac170f537b5d3ffa1e40dd Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:32:37 -0500 Subject: [PATCH] net-misc/vpnc: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-misc/vpnc/files/vpnc-2.init | 2 +- net-misc/vpnc/files/vpnc-3.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/vpnc/files/vpnc-2.init b/net-misc/vpnc/files/vpnc-2.init index c47198f43811..99c3b05f9783 100644 --- a/net-misc/vpnc/files/vpnc-2.init +++ b/net-misc/vpnc/files/vpnc-2.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/net-misc/vpnc/files/vpnc-3.init b/net-misc/vpnc/files/vpnc-3.init index c50f933a0fd3..be0aa0fe6b18 100644 --- a/net-misc/vpnc/files/vpnc-3.init +++ b/net-misc/vpnc/files/vpnc-3.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -- 2.26.2