From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q2tDZ-0001u9-Oz for garchives@archives.gentoo.org; Thu, 24 Mar 2011 22:41:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8B131C02C; Thu, 24 Mar 2011 22:41:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8720D1C02C for ; Thu, 24 Mar 2011 22:41:18 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C92E1BC0EF for ; Thu, 24 Mar 2011 22:41:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6474C8006E for ; Thu, 24 Mar 2011 22:41:17 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <967915a2ce323a6d1eba2abde16ecbb0453b0d0e.titanofold@gentoo> Subject: [gentoo-commits] proj/pgsql-patches:initscripts commit in: / X-VCS-Repository: proj/pgsql-patches X-VCS-Files: postgresql.init X-VCS-Directories: / X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 967915a2ce323a6d1eba2abde16ecbb0453b0d0e Date: Thu, 24 Mar 2011 22:41: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: cf836ef980967993a99d6ff1ec5b179b commit: 967915a2ce323a6d1eba2abde16ecbb0453b0d0e Author: Aaron W. Swenson gentoo org> AuthorDate: Thu Mar 24 22:39:41 2011 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Thu Mar 24 22:39:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pgsql-patches= .git;a=3Dcommit;h=3D967915a2 Added a message to direct users to check their Postgresql log for an erro= r message explaining why there's a failure. --- postgresql.init | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/postgresql.init b/postgresql.init index b44f93a..26e1b8b 100644 --- a/postgresql.init +++ b/postgresql.init @@ -63,6 +63,7 @@ start() { retval=3D$? =20 if [ $retval -ne 0 ] ; then + eerror "Check the PostgreSQL @SLOT@ log for a detailed explanation of = the above error." eend $retval return $retval fi