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 93CA61388C1 for ; Thu, 3 Mar 2016 13:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F36BA21C02F; Thu, 3 Mar 2016 13:03:24 +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 6D50A21C023 for ; Thu, 3 Mar 2016 13:03:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 56B98340BC7 for ; Thu, 3 Mar 2016 13:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6014C2320 for ; Thu, 3 Mar 2016 13:03:17 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1457009743.ea622d37dfafdcac22e4cfb75d19e26dae6f2e56.polynomial-c@gentoo> Subject: [gentoo-commits] proj/apache:master commit in: 2.4/init/ X-VCS-Repository: proj/apache X-VCS-Files: 2.4/init/apache2.initd X-VCS-Directories: 2.4/init/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ea622d37dfafdcac22e4cfb75d19e26dae6f2e56 X-VCS-Branch: master Date: Thu, 3 Mar 2016 13:03:17 +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: f9c0df56-e450-4652-a10e-e26a97236838 X-Archives-Hash: 9c96cd44cbb08f74eec209961495a367 commit: ea622d37dfafdcac22e4cfb75d19e26dae6f2e56 Author: Lars Wendler gentoo org> AuthorDate: Thu Mar 3 12:51:20 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Mar 3 12:55:43 2016 +0000 URL: https://gitweb.gentoo.org/proj/apache.git/commit/?id=ea622d37 Whitespace fixes. Signed-off-by: Lars Wendler gentoo.org> 2.4/init/apache2.initd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.4/init/apache2.initd b/2.4/init/apache2.initd index de57251..d14aa39 100755 --- a/2.4/init/apache2.initd +++ b/2.4/init/apache2.initd @@ -69,8 +69,8 @@ start() { checkconfig || return 1 if [ -n "${STARTUPERRORLOG}" ] ; then - # We must make sure that we only append to APACHE2_OPTS - # in start() and not in stop() or anywhere else that may + # We must make sure that we only append to APACHE2_OPTS + # in start() and not in stop() or anywhere else that may # be executed along with start(), see bug #566726. APACHE2_OPTS="${APACHE2_OPTS} -E ${STARTUPERRORLOG}" fi