diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-05-21 11:54:28 -0400 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-23 19:32:47 +0800 |
commit | 8f09666cc8cb33b6f41d5fa75e1b2edcbaf0757a (patch) | |
tree | b63a1dd53ac51e608cc3dec371e5aceba03215cc /net-firewall | |
parent | dev-python/dominate: fix license: s/GPL-3/GPL-3+/ (diff) | |
download | gentoo-8f09666cc8cb33b6f41d5fa75e1b2edcbaf0757a.tar.gz gentoo-8f09666cc8cb33b6f41d5fa75e1b2edcbaf0757a.tar.bz2 gentoo-8f09666cc8cb33b6f41d5fa75e1b2edcbaf0757a.zip |
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@gentoo.org>
Diffstat (limited to 'net-firewall')
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 f6dbccd04d8b..8857277b3e2c 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 74cadf27c11f..a1ce9ea64ea9 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 8bca1e18a247..c47a0b0bbcab 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 f37268544f48..daef3054274a 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 c725a28991e5..dbecf94dedb3 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() { |