auto-import changelog data from postgresql-7.4.3-3.src.rpm
Sat Jul 10 2004 Tom Lane <tgl@redhat.com> 7.4.3-3 - Undo ill-considered chkconfig change that causes server to start immediately upon install. Mea culpa (bug 127552).
This commit is contained in:
parent
54d361551f
commit
419f136136
@ -2,7 +2,7 @@
|
|||||||
# postgresql This is the init script for starting up the PostgreSQL
|
# postgresql This is the init script for starting up the PostgreSQL
|
||||||
# server
|
# server
|
||||||
#
|
#
|
||||||
# chkconfig: 2345 75 25
|
# chkconfig: - 75 25
|
||||||
# description: Starts and stops the PostgreSQL backend daemon that handles \
|
# description: Starts and stops the PostgreSQL backend daemon that handles \
|
||||||
# all database requests.
|
# all database requests.
|
||||||
# processname: postmaster
|
# processname: postmaster
|
||||||
@ -110,7 +110,7 @@ start(){
|
|||||||
then
|
then
|
||||||
# Check version of existing PGDATA
|
# Check version of existing PGDATA
|
||||||
|
|
||||||
if [ `cat $PGDATA/PG_VERSION` != '7.4' ]
|
if [ `cat $PGDATA/PG_VERSION` != "$PGVERSION" ]
|
||||||
then
|
then
|
||||||
SYSDOCDIR="(Your System's documentation directory)"
|
SYSDOCDIR="(Your System's documentation directory)"
|
||||||
if [ -d /usr/doc/postgresql-$PGVERSION ]
|
if [ -d /usr/doc/postgresql-$PGVERSION ]
|
||||||
|
@ -67,7 +67,7 @@ Version: 7.4.3
|
|||||||
# Pre-release RPM's should not be put up on the public ftp.postgresql.org server
|
# Pre-release RPM's should not be put up on the public ftp.postgresql.org server
|
||||||
# -- only test releases or full releases should be.
|
# -- only test releases or full releases should be.
|
||||||
|
|
||||||
Release: 2
|
Release: 3
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
||||||
@ -771,6 +771,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 10 2004 Tom Lane <tgl@redhat.com> 7.4.3-3
|
||||||
|
- Undo ill-considered chkconfig change that causes server to start
|
||||||
|
immediately upon install. Mea culpa (bug 127552).
|
||||||
|
|
||||||
* Sat Jul 03 2004 Tom Lane <tgl@redhat.com> 7.4.3-2
|
* Sat Jul 03 2004 Tom Lane <tgl@redhat.com> 7.4.3-2
|
||||||
- Update JDBC jars to driver build 214.
|
- Update JDBC jars to driver build 214.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user