]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- su postgres -c "postmaster &" instead of totally WRONG
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 9 Dec 1999 17:28:43 +0000 (17:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
su postgres -c "postmaster" &

Changed files:
    postgresql.init -> 1.11

postgresql.init

index 2031cd9bba9b5a3f4f756ed80eca79ddb5345254..207067fef297f60628dd007c5773b07d1b9c873d 100644 (file)
@@ -47,8 +47,7 @@ case "$1" in
                        $([ -n "POSTGRES_$DATA_DIR" ] && echo "-D $POSTGRES_DATA_DIR") \
                        -o \
                        $([ "$POSTGRES_QUIET" = yes ] && echo "-Q") \
-                       $([ "$POSTGRES_DIABLE_FSYNC" = yes ] && echo "-F") " \
-                       &
+                       $([ "$POSTGRES_DIABLE_FSYNC" = yes ] && echo "-F") &"
                sleep 2
                if ps ax | grep -v grep | grep -q postmaster; then
                        deltext;ok
This page took 0.092524 seconds and 4 git commands to generate.