]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- initdb does not accept --pglib option
authorwrobell <wrobell@pld-linux.org>
Thu, 10 May 2001 08:11:24 +0000 (08:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.init -> 1.20

postgresql.init

index 391357d35407476b0bf173579a7710dc58d785bc..53d5b7c7bde1559804d3a2488dd96a937be45830 100644 (file)
@@ -56,8 +56,7 @@ case "$1" in
                        chown postgres.postgres $POSTGRES_DATA_DIR
                    fi
                    su postgres -c "LD_LIBRARY_PATH=/usr/lib \
-                       initdb --pgdata=$POSTGRES_DATA_DIR \
-                       --pglib=/usr/lib/pgsql"
+                       initdb --pgdata=$POSTGRES_DATA_DIR"
                fi
                
                msg_starting PostgreSQL 
This page took 0.171356 seconds and 4 git commands to generate.