SOURCES: postgresql.init - don't wait for startup. It fails on som...

blues blues at pld-linux.org
Fri Oct 6 12:52:23 CEST 2006


Author: blues                        Date: Fri Oct  6 10:52:23 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't wait for startup. It fails on some vservers.

---- Files affected:
SOURCES:
   postgresql.init (1.68 -> 1.69) 

---- Diffs:

================================================================
Index: SOURCES/postgresql.init
diff -u SOURCES/postgresql.init:1.68 SOURCES/postgresql.init:1.69
--- SOURCES/postgresql.init:1.68	Wed Jul  5 11:53:10 2006
+++ SOURCES/postgresql.init	Fri Oct  6 12:52:18 2006
@@ -91,7 +91,7 @@
 #
 pgstart() {
 	msg_starting "PostgreSQL $1"
-	daemon --user postgres /usr/bin/pg_ctl -s -w -D $1 start
+	daemon --user postgres /usr/bin/pg_ctl -s -D $1 start
 }
 
 #
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/postgresql.init?r1=1.68&r2=1.69&f=u



More information about the pld-cvs-commit mailing list