From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/files/
Date: Mon, 23 May 2016 11:33:01 +0000 (UTC) [thread overview]
Message-ID: <1464003167.8f09666cc8cb33b6f41d5fa75e1b2edcbaf0757a.idella4@gentoo> (raw)
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() {
next reply other threads:[~2016-05-23 11:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-23 11:33 Ian Delaney [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-12-20 14:19 [gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/files/ Thomas Deutschmann
2017-11-27 4:39 Thomas Deutschmann
2018-04-15 12:43 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1464003167.8f09666cc8cb33b6f41d5fa75e1b2edcbaf0757a.idella4@gentoo \
--to=idella4@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox