aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2011-03-24 18:39:41 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2011-03-24 18:39:41 -0400
commit967915a2ce323a6d1eba2abde16ecbb0453b0d0e (patch)
treeda73517344696fe595c7da3bb883d98bd55f5604
parentRefactor checkconfig() and replaced cp instruction with a mv. (diff)
downloadpatches-967915a2ce323a6d1eba2abde16ecbb0453b0d0e.tar.gz
patches-967915a2ce323a6d1eba2abde16ecbb0453b0d0e.tar.bz2
patches-967915a2ce323a6d1eba2abde16ecbb0453b0d0e.zip
Added a message to direct users to check their Postgresql log for an error
message explaining why there's a failure.
-rw-r--r--postgresql.init1
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=$?
if [ $retval -ne 0 ] ; then
+ eerror "Check the PostgreSQL @SLOT@ log for a detailed explanation of the above error."
eend $retval
return $retval
fi