From 4223fcec12503ba800076790d6223511115bcbeb Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:30:47 -0500 Subject: net-firewall/shorewall: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-firewall/shorewall/files/shorewall-init.initd | 2 +- net-firewall/shorewall/files/shorewall-lite.initd | 2 +- net-firewall/shorewall/files/shorewall.initd | 2 +- net-firewall/shorewall/files/shorewall6-lite.initd | 2 +- net-firewall/shorewall/files/shorewall6.initd | 2 +- 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$ -- cgit v1.2.3-65-gdbad