diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:47 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 4223fcec12503ba800076790d6223511115bcbeb (patch) | |
tree | e64ab4d39299c13c81eb74939d8c5ada8a664282 /net-firewall | |
parent | net-firewall/nufw: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-4223fcec12503ba800076790d6223511115bcbeb.tar.gz gentoo-4223fcec12503ba800076790d6223511115bcbeb.tar.bz2 gentoo-4223fcec12503ba800076790d6223511115bcbeb.zip |
net-firewall/shorewall: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-firewall')
5 files changed, 5 insertions, 5 deletions
diff --git a/net-firewall/shorewall/files/shorewall-init.initd b/net-firewall/shorewall/files/shorewall-init.initd index 837d609bb9fd..7cf47e0e89cf 100644 --- a/net-firewall/shorewall/files/shorewall-init.initd +++ b/net-firewall/shorewall/files/shorewall-init.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-firewall/shorewall/files/shorewall-lite.initd b/net-firewall/shorewall/files/shorewall-lite.initd index c981a19e783c..836cb5930b8b 100644 --- a/net-firewall/shorewall/files/shorewall-lite.initd +++ b/net-firewall/shorewall/files/shorewall-lite.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-firewall/shorewall/files/shorewall.initd b/net-firewall/shorewall/files/shorewall.initd index 95c1d0f1f5cc..9e1313c71ebb 100644 --- a/net-firewall/shorewall/files/shorewall.initd +++ b/net-firewall/shorewall/files/shorewall.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-firewall/shorewall/files/shorewall6-lite.initd b/net-firewall/shorewall/files/shorewall6-lite.initd index 8eb0acebb6f2..a6fc847cdb2a 100644 --- a/net-firewall/shorewall/files/shorewall6-lite.initd +++ b/net-firewall/shorewall/files/shorewall6-lite.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-firewall/shorewall/files/shorewall6.initd b/net-firewall/shorewall/files/shorewall6.initd index 3826ae034196..d95a408a9c50 100644 --- a/net-firewall/shorewall/files/shorewall6.initd +++ b/net-firewall/shorewall/files/shorewall6.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |