]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- fixed chown syntax
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Feb 2004 20:42:24 +0000 (20:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.init -> 1.58

postgresql.init

index c37936607952633056f0b8312aa2343ada3aa42b..cfdbe1dd46bb549c9c646c3f207fae4cad07d174 100644 (file)
@@ -219,7 +219,7 @@ case "$action" in
                        echo $(nls "Initializing cluster %s" "$pgdir")
                        mkdir -p $pgdir
                        chmod 700 $pgdir
-                       chown postgres.postgres $pgdir
+                       chown postgres:postgres $pgdir
                        TMPDIR=/tmp su - postgres -s /bin/sh -c "initdb -E UNICODE -D $pgdir"
                fi
        done
This page took 0.034238 seconds and 4 git commands to generate.