From 4d1a60aa41dcb49cd4c5187c6ebb0a4165c5d701 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 25 Mar 1998 01:45:33 +0000
Subject: [PATCH] install cleanup

---
 INSTALL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index 133ff20d668..5c6fb6bed58 100644
--- a/INSTALL
+++ b/INSTALL
@@ -493,7 +493,7 @@ PostgreSQL:
           following single line:
              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
           effects.)
-- 
GitLab