]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- partialy fixed, dirty hack (sleep after starting), but works
authorfilon <filon@sokrates.mimuw.edu.pl>
Thu, 22 Nov 2001 15:38:24 +0000 (15:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.init -> 1.28

postgresql.init

index 6ebbe2f9959eff085649821889d4028fdf92d5ac..41ae6e305c91813116a68b7ab1200749a96fe1ca 100644 (file)
@@ -104,7 +104,8 @@ case "$1" in
                        $(echo "/usr/bin/pg_ctl start $PGSQL_CMDLINE -l $POSTGRES_LOG") \
                        $([ "$POSTMASTER_OPTIONS". != . ] && echo "-o '$POSTMASTER_OPTIONS'") \
                        $(echo "2>&1 >/dev/null")";
-
+               
+               usleep 100000
                out=`status postmaster`
                if [ $? -eq 0 ]; then 
                    deltext; ok
This page took 0.316005 seconds and 4 git commands to generate.