From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1927C138263 for ; Mon, 23 May 2016 11:33:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F942E086B; Mon, 23 May 2016 11:33:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1326E086B for ; Mon, 23 May 2016 11:33:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B363340B37 for ; Mon, 23 May 2016 11:33:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5BD3980 for ; Mon, 23 May 2016 11:33:01 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1464003167.8f09666cc8cb33b6f41d5fa75e1b2edcbaf0757a.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/shorewall/files/shorewall-lite.initd-r1 net-firewall/shorewall/files/shorewall.initd-r1 net-firewall/shorewall/files/shorewall6-lite.initd-r1 net-firewall/shorewall/files/shorewall6.confd-r1 net-firewall/shorewall/files/shorewall6.initd-r1 X-VCS-Directories: net-firewall/shorewall/files/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 8f09666cc8cb33b6f41d5fa75e1b2edcbaf0757a X-VCS-Branch: master Date: Mon, 23 May 2016 11:33:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 378e18c7-4100-4733-83d1-bf71a1944184 X-Archives-Hash: e8c38d4d18b398d399cd90a8f0ed350b commit: 8f09666cc8cb33b6f41d5fa75e1b2edcbaf0757a Author: Göktürk Yüksek gentoo org> AuthorDate: Sat May 21 15:54:28 2016 +0000 Commit: Ian Delaney gentoo 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 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() {