]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- initdb s/su postgres/su - postgres/
authorMarcin Winkler <qurczak@gmail.com>
Mon, 29 Apr 2002 15:45:01 +0000 (15:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.init -> 1.35

postgresql.init

index bdfdbb9e3b66e992ce3ab7eeeda137078fef7c9c..4b64d679e3e8136e9573f13d9363e55e24a8ee82 100644 (file)
@@ -87,7 +87,7 @@ case "$1" in
                        chown postgres.postgres $POSTGRES_DATA_DIR
                        chmod 700 $POSTGRES_DATA_DIR
                    fi
-                   TMPDIR=/tmp su postgres -c "LD_LIBRARY_PATH=/usr/lib \
+                   TMPDIR=/tmp su postgres -c "LD_LIBRARY_PATH=/usr/lib \
                        initdb --pgdata=$POSTGRES_DATA_DIR \
                        -L /usr/share/postgresql -E $ENCODING"
                fi
This page took 0.135987 seconds and 4 git commands to generate.