diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:44 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | e4f4c1cb0108428de7b9541424bde4c7c61d792f (patch) | |
tree | 8378fcf3ffff1cda4425b4740cf2720f9787ee57 /net-firewall | |
parent | net-firewall/ipset: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-e4f4c1cb0108428de7b9541424bde4c7c61d792f.tar.gz gentoo-e4f4c1cb0108428de7b9541424bde4c7c61d792f.tar.bz2 gentoo-e4f4c1cb0108428de7b9541424bde4c7c61d792f.zip |
net-firewall/iptables: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/files/iptables-1.4.13-r1.init | 2 | ||||
-rwxr-xr-x | 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$ |