BUG #6182: /etc/init.d/postgresql-8.4 is incomplete for chkconfig

From: "Steven Williams" <stwilliams(at)novell(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6182: /etc/init.d/postgresql-8.4 is incomplete for chkconfig
Date: 2011-08-29 17:19:48
Message-ID: 201108291719.p7THJmUU010738@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 6182
Logged by: Steven Williams
Email address: stwilliams(at)novell(dot)com
PostgreSQL version: 8.5.3
Operating system: SuSE Linux 11
Description: /etc/init.d/postgresql-8.4 is incomplete for chkconfig
Details:

currently in the script, there is the following:

# chkconfig: 2345 85 15
# description: Starts and stops the PostgreSQL 8.4 database server

The following also needs to be added:

### BEGIN INIT INFO
# Provides: PostgreSQL
# Required-Start:
# Required-Stop:
# Default-Start: 3 5
# Default-Stop: 0 1 6
# Description: Start/Stop Script for PostgreSQL 8.4 database server
### END INIT INFO

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Merlin Moncure 2011-08-29 19:20:08 Re: the '::' cast doesn't work in the FROM clause
Previous Message Tom Lane 2011-08-29 16:45:36 Re: the '::' cast doesn't work in the FROM clause