diff options
| author | Thomas G. Lockhart | 1999-12-06 16:23:25 +0000 |
|---|---|---|
| committer | Thomas G. Lockhart | 1999-12-06 16:23:25 +0000 |
| commit | 61f688cacf004505f2dd7743b5531b4573c2d7ce (patch) | |
| tree | ad4ddbab870dd8a909ece8cfb8e7bba33decd183 | |
| parent | 5cca0df147cd09388ed0f6d737ed2f530f59ccfc (diff) | |
Fix typo in the startup example for RH Linux.
Thanks to Kovacs Zoltan <kovacsz@pc10.radnoti-szeged.sulinet.hu>.
| -rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -568,7 +568,7 @@ For a fresh install or upgrading from previous releases of Postgres: pg:2345:respawn:/bin/su - postgres -c "/usr/local/pgsql/bin/postmaster -D/usr/local/pgsql/data - /usr/local/pgsql/server.log 2&1 /dev/null" + /usr/local/pgsql/server.log 2>&1 /dev/null" (The author of this example says this example will revive the postmaster if it dies, but he doesn't know if there are other side |
