]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- better start
authorJarosław Kruk <jareq@pld-linux.org>
Sun, 16 Feb 2003 18:17:43 +0000 (18:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.init -> 1.47

postgresql.init

index 840cc27c5ee007b337423360476654369c9da337..cc0e444a3bd1d88999a5f88ff473597eed130c2d 100644 (file)
@@ -85,7 +85,7 @@ pgstart() {
        msg_starting "PostgreSQL $1"
        busy
        TMPDIR=/tmp su postgres -c "/usr/bin/pg_ctl -w -D $1 start 2>&1 >/dev/null"
-       
+       sleep 1
        pgstatus "$1"
        if [ "$PG_STATUS" != "unknown" -a "$PG_PID" != "unknown" ]; then
                deltext; ok
This page took 0.181105 seconds and 4 git commands to generate.