commit:     8f09666cc8cb33b6f41d5fa75e1b2edcbaf0757a
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 15:54:28 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon May 23 11:32:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f09666c

net-firewall/shorewall: remove trailing whitespaces

found in conf and init files

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1512

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 net-firewall/shorewall/files/shorewall-lite.initd-r1  | 2 +-
 net-firewall/shorewall/files/shorewall.initd-r1       | 4 ++--
 net-firewall/shorewall/files/shorewall6-lite.initd-r1 | 2 +-
 net-firewall/shorewall/files/shorewall6.confd-r1      | 8 ++++----
 net-firewall/shorewall/files/shorewall6.initd-r1      | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/net-firewall/shorewall/files/shorewall-lite.initd-r1 
b/net-firewall/shorewall/files/shorewall-lite.initd-r1
index f6dbccd..8857277 100644
--- a/net-firewall/shorewall/files/shorewall-lite.initd-r1
+++ b/net-firewall/shorewall/files/shorewall-lite.initd-r1
@@ -35,7 +35,7 @@ status() {
                mark_service_started "${SVCNAME}"
                return 0
        else
-               einfo 'status: stopped' 
+               einfo 'status: stopped'
                mark_service_stopped "${SVCNAME}"
                return 3
        fi

diff --git a/net-firewall/shorewall/files/shorewall.initd-r1 
b/net-firewall/shorewall/files/shorewall.initd-r1
index 74cadf2..a1ce9ea 100644
--- a/net-firewall/shorewall/files/shorewall.initd-r1
+++ b/net-firewall/shorewall/files/shorewall.initd-r1
@@ -40,7 +40,7 @@ status() {
                mark_service_started "${SVCNAME}"
                return 0
        else
-               einfo 'status: stopped' 
+               einfo 'status: stopped'
                mark_service_stopped "${SVCNAME}"
                return 3
        fi
@@ -49,7 +49,7 @@ status() {
 start() {
        ebegin "Starting shorewall"
        ${command} ${OPTIONS} start ${STARTOPTIONS} 1>/dev/null
-       eend $? 
+       eend $?
 }
 
 stop() {

diff --git a/net-firewall/shorewall/files/shorewall6-lite.initd-r1 
b/net-firewall/shorewall/files/shorewall6-lite.initd-r1
index 8bca1e1..c47a0b0 100644
--- a/net-firewall/shorewall/files/shorewall6-lite.initd-r1
+++ b/net-firewall/shorewall/files/shorewall6-lite.initd-r1
@@ -35,7 +35,7 @@ status() {
                mark_service_started "${SVCNAME}"
                return 0
        else
-               einfo 'status: stopped' 
+               einfo 'status: stopped'
                mark_service_stopped "${SVCNAME}"
                return 3
        fi

diff --git a/net-firewall/shorewall/files/shorewall6.confd-r1 
b/net-firewall/shorewall/files/shorewall6.confd-r1
index f372685..daef305 100644
--- a/net-firewall/shorewall/files/shorewall6.confd-r1
+++ b/net-firewall/shorewall/files/shorewall6.confd-r1
@@ -1,13 +1,13 @@
 # Global start/restart/stop options
-# 
+#
 OPTIONS="-tvv"
 
 # Start options
-# 
+#
 STARTOPTIONS=""
 
 # Stop options
-# 
+#
 STOPOPTIONS=""
 
 # Reload options
@@ -15,5 +15,5 @@ STOPOPTIONS=""
 RELOADOPTIONS=""
 
 # Restart options
-# 
+#
 RESTARTOPTIONS=""

diff --git a/net-firewall/shorewall/files/shorewall6.initd-r1 
b/net-firewall/shorewall/files/shorewall6.initd-r1
index c725a28..dbecf94 100644
--- a/net-firewall/shorewall/files/shorewall6.initd-r1
+++ b/net-firewall/shorewall/files/shorewall6.initd-r1
@@ -40,7 +40,7 @@ status() {
                mark_service_started "${SVCNAME}"
                return 0
        else
-               einfo 'status: stopped' 
+               einfo 'status: stopped'
                mark_service_stopped "${SVCNAME}"
                return 3
        fi
@@ -49,7 +49,7 @@ status() {
 start() {
        ebegin "Starting shorewall6"
        ${command} ${OPTIONS} start ${STARTOPTIONS} 1>/dev/null
-       eend $? 
+       eend $?
 }
 
 stop() {

Reply via email to