From: Peter Eisentraut Date: Tue, 24 Oct 2000 19:11:15 +0000 (+0000) Subject: Ignore missing postmaster.opts.default file. X-Git-Tag: REL7_1_BETA~363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7300a28a676134c6474d4875e731971637dd39d9;p=postgresql Ignore missing postmaster.opts.default file. --- diff --git a/src/bin/pg_ctl/pg_ctl.sh b/src/bin/pg_ctl/pg_ctl.sh index 8eea5e0688..2c98f41ecd 100755 --- a/src/bin/pg_ctl/pg_ctl.sh +++ b/src/bin/pg_ctl/pg_ctl.sh @@ -8,7 +8,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.12 2000/04/25 01:07:23 ishii Exp $ +# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.13 2000/10/24 19:11:15 petere Exp $ # #------------------------------------------------------------------------- CMDNAME=`basename $0` @@ -221,8 +221,7 @@ if [ $op = "start" -o $op = "restart" ];then if [ -f $DEFPOSTOPTS ];then eval "$po_path `cat $DEFPOSTOPTS`" & else - $ECHO "$CMDNAME: Can't find $DEFPOSTOPTS" - exit 1 + $po_path & fi else # if we are in restart mode, then look postmaster.opts