]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- unbreak
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 23 Oct 2008 20:52:44 +0000 (20:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.init -> 1.78

postgresql.init

index 82dab53ec43b46d150e05ec4d3c37d85dd9a85d9..da736cc0e50ea61e0c6afbf6ada7d5eeec81a40e 100644 (file)
@@ -92,7 +92,7 @@ pgstatus() {
 # $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
 }
This page took 0.157352 seconds and 4 git commands to generate.