File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
#
10
10
# IDENTIFICATION
11
- # $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.6 2000/01/09 12:06:52 ishii Exp $
11
+ # $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.7 2000/01/23 08:20:24 ishii Exp $
12
12
#
13
13
# -------------------------------------------------------------------------
14
14
CMDNAME=` basename $0 `
@@ -214,9 +214,9 @@ if [ $op = "start" -o $op = "restart" ];then
214
214
# no -o given
215
215
if [ -z " $POSTOPTS " ]; then
216
216
if [ $op = " start" ]; then
217
- # if we are in start mode, then look postmaster.opts.default
217
+ # if we are in start mode, then look for postmaster.opts.default
218
218
if [ -f $DEFPOSTOPTS ]; then
219
- eval ` cat $DEFPOSTOPTS ` &
219
+ eval " $po_path ` cat $DEFPOSTOPTS ` " &
220
220
else
221
221
$ECHO " $CMDNAME : Can't find $DEFPOSTOPTS "
222
222
exit 1
Original file line number Diff line number Diff line change 1
- postmaster
2
1
-S
You can’t perform that action at this time.
0 commit comments