From e4f4c1cb0108428de7b9541424bde4c7c61d792f Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:30:44 -0500 Subject: net-firewall/iptables: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-firewall/iptables/files/iptables-1.4.13-r1.init | 2 +- net-firewall/iptables/files/iptables.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-firewall/iptables/files/iptables-1.4.13-r1.init b/net-firewall/iptables/files/iptables-1.4.13-r1.init index 440e840c41a8..56d2a701d40e 100644 --- a/net-firewall/iptables/files/iptables-1.4.13-r1.init +++ b/net-firewall/iptables/files/iptables-1.4.13-r1.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-firewall/iptables/files/iptables.init b/net-firewall/iptables/files/iptables.init index f396ea2ef148..de9f39f74a18 100755 --- a/net-firewall/iptables/files/iptables.init +++ b/net-firewall/iptables/files/iptables.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -- cgit v1.2.3-65-gdbad