From: Thomas G. Lockhart Date: Mon, 6 Dec 1999 16:23:25 +0000 (+0000) Subject: Fix typo in the startup example for RH Linux. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61f688cacf004505f2dd7743b5531b4573c2d7ce;p=thirdparty%2Fpostgresql.git Fix typo in the startup example for RH Linux. Thanks to Kovacs Zoltan . --- diff --git a/INSTALL b/INSTALL index e8dc7cf35d3..4d9bc1e0d4c 100644 --- a/INSTALL +++ b/INSTALL @@ -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