File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- # set -x
2
+ set -x
3
3
# -------------------------------------------------------------------------
4
4
#
5
5
# initdb.sh--
27
27
#
28
28
#
29
29
# IDENTIFICATION
30
- # $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.72 1999/12/18 02:56:01 momjian Exp $
30
+ # $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.73 1999/12/18 03:21:21 momjian Exp $
31
31
#
32
32
# -------------------------------------------------------------------------
33
33
@@ -322,7 +322,8 @@ TEMPLATE_DESCR="$PGLIB"/local1_template1.description
322
322
GLOBAL_DESCR=" $PGLIB " /global1.description
323
323
PG_GEQO_SAMPLE=" $PGLIB " /pg_geqo.sample
324
324
325
- for PREREQ_FILE in " $TEMPLATE " " $GLOBAL " " $PG_HBA_SAMPLE " ; do
325
+ for PREREQ_FILE in " $TEMPLATE " " $GLOBAL " " $PG_HBA_SAMPLE "
326
+ do
326
327
if [ ! -f " $PREREQ_FILE " ]
327
328
then
328
329
echo " $CMDNAME does not find the file '$PREREQ_FILE '."
@@ -338,9 +339,9 @@ if [ "$template_only" -eq 0 ]
338
339
then
339
340
[ " $debug " -ne 0 ] && echo " $CMDNAME : Using $GLOBAL as input to create the global classes."
340
341
[ " $debug " -ne 0 ] && echo " $CMDNAME : Using $PG_HBA_SAMPLE as default authentication control file."
341
- fi
342
+ fi
342
343
343
- trap ' echo "Caught signal." ; exit_nicely' SIGINT SIGTERM
344
+ trap ' echo "Caught signal." ; exit_nicely' 1 2 3 15
344
345
345
346
346
347
# -----------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments