Author: arekm                        Date: Thu Oct 23 20:52:50 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- unbreak

---- Files affected:
SOURCES:
   postgresql.init (1.77 -> 1.78) 

---- Diffs:

================================================================
Index: SOURCES/postgresql.init
diff -u SOURCES/postgresql.init:1.77 SOURCES/postgresql.init:1.78
--- SOURCES/postgresql.init:1.77        Sun Oct 12 20:29:34 2008
+++ SOURCES/postgresql.init     Thu Oct 23 22:52:44 2008
@@ -92,7 +92,7 @@
 # $1 - db cluster
 #
 pgstart() {
-       is_no $RC_LOGGING && fork=--fork
+       is_no "$RC_LOGGING" && fork=--fork
        msg_starting "PostgreSQL $1"
        daemon $fork --user postgres /usr/bin/pg_ctl -s -w -D $1 start
 }
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/postgresql.init?r1=1.77&r2=1.78&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to