Skip to content

Commit 61f688c

Browse files
author
Thomas G. Lockhart
committed
Fix typo in the startup example for RH Linux.
Thanks to Kovacs Zoltan <kovacsz@pc10.radnoti-szeged.sulinet.hu>.
1 parent 5cca0df commit 61f688c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ For a fresh install or upgrading from previous releases of Postgres:
568568

569569
pg:2345:respawn:/bin/su - postgres -c
570570
"/usr/local/pgsql/bin/postmaster -D/usr/local/pgsql/data
571-
/usr/local/pgsql/server.log 2&1 /dev/null"
571+
/usr/local/pgsql/server.log 2>&1 /dev/null"
572572

573573
(The author of this example says this example will revive the
574574
postmaster if it dies, but he doesn't know if there are other side

0 commit comments

Comments
 (0)