diff options
author | Bruce Momjian | 2001-02-06 17:47:48 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-02-06 17:47:48 +0000 |
commit | a0b9ffbbeb36af40c9e7a954d63107d7b626dd97 (patch) | |
tree | 3de76046d36dbebe7c9c15c986b28530fc633f90 /contrib/init.d/postgresql | |
parent | 98f7176c039f594e2759caf1fd6c7746cde973b1 (diff) |
Update /contrib and TODO.detail.
Diffstat (limited to 'contrib/init.d/postgresql')
-rw-r--r-- | contrib/init.d/postgresql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/init.d/postgresql b/contrib/init.d/postgresql index ab81a24f6ef..730f8b063fd 100644 --- a/contrib/init.d/postgresql +++ b/contrib/init.d/postgresql @@ -19,7 +19,7 @@ PM_ARGS="-i -F" PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # What to use to start up the postmster, and a few names. -DAEMON=/home/postgres/bin/pg_ctl +DAEMON=/usr/local/pgsql/bin/pg_ctl NAME=postmaster FILE=postgresql DESC="PostgreSQL RDBMS" |