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 C4233138247 for ; Sat, 9 Nov 2013 15:33:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DA3AE0A62; Sat, 9 Nov 2013 15:33:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91266E0A61 for ; Sat, 9 Nov 2013 15:33:04 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAB5733F1A8 for ; Sat, 9 Nov 2013 15:33:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 71949E54DB for ; Sat, 9 Nov 2013 15:33:00 +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: <1283320141.d2a2d8b7e5db410f5ca8f2b612c0542cdbe8254c.polynomial-c@gentoo> Subject: [gentoo-commits] proj/apache:master commit in: 2.2/init/ X-VCS-Repository: proj/apache X-VCS-Files: 2.2/init/apache2.initd X-VCS-Directories: 2.2/init/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d2a2d8b7e5db410f5ca8f2b612c0542cdbe8254c X-VCS-Branch: master Date: Sat, 9 Nov 2013 15:33:00 +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: 02908bce-a1ec-4469-b081-8b043e3d4a4c X-Archives-Hash: 899a97316741d3c7e39bd35d0446b553 commit: d2a2d8b7e5db410f5ca8f2b612c0542cdbe8254c Author: Benedikt Boehm gentoo org> AuthorDate: Wed Sep 1 05:49:01 2010 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Sep 1 05:49:01 2010 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/apache.git;a=commit;h=d2a2d8b7 fix #295916 --- 2.2/init/apache2.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.2/init/apache2.initd b/2.2/init/apache2.initd index 0f6fa0a..ec0fa1c 100755 --- a/2.2/init/apache2.initd +++ b/2.2/init/apache2.initd @@ -46,7 +46,7 @@ checkconfig() { ${APACHE2} ${APACHE2_OPTS} -t 1>/dev/null 2>&1 ret=$? if [ $ret -ne 0 ]; then - eerror "${SVCNAME} has detected a syntax error in your configuration files:" + eerror "${SVCNAME} has detected an error in your setup:" ${APACHE2} ${APACHE2_OPTS} -t fi