diff options
Diffstat (limited to 'net-firewall/shorewall')
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$ |