diff options
author | Tom Lane <tgl@fedoraproject.org> | 2004-10-20 17:22:14 +0000 |
---|---|---|
committer | Tom Lane <tgl@fedoraproject.org> | 2004-10-20 17:22:14 +0000 |
commit | 3c38c700e24defcee32514ef8df5d9e0d6e6aa1d (patch) | |
tree | 5d68d5fe234a1664616596b2214da58e7e728ba7 /postgresql.init | |
parent | 3fd417a3173ba646f48d76df98649dcb2fbcd682 (diff) | |
download | postgresql-setup-3c38c700e24defcee32514ef8df5d9e0d6e6aa1d.tar.gz postgresql-setup-3c38c700e24defcee32514ef8df5d9e0d6e6aa1d.tar.xz postgresql-setup-3c38c700e24defcee32514ef8df5d9e0d6e6aa1d.zip |
Small adjustments to fix bugs 136300, 136301, 128852.postgresql-7_4_5-4RHEL-4-splitFC-3-split
Diffstat (limited to 'postgresql.init')
-rw-r--r-- | postgresql.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql.init b/postgresql.init index 70f9097..dab3cf7 100644 --- a/postgresql.init +++ b/postgresql.init @@ -2,7 +2,7 @@ # postgresql This is the init script for starting up the PostgreSQL # server # -# chkconfig: - 75 25 +# chkconfig: - 64 36 # description: Starts and stops the PostgreSQL backend daemon that handles \ # all database requests. # processname: postmaster |