File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
#
27
27
#
28
28
# IDENTIFICATION
29
- # $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.11 1996/10/05 21:34:33 momjian Exp $
29
+ # $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.12 1996/10/12 07:49:56 bryanh Exp $
30
30
#
31
31
# -------------------------------------------------------------------------
32
32
111
111
112
112
TEMPLATE=$LIBDIR /local1_template1.bki.source
113
113
GLOBAL=$LIBDIR /global1.bki.source
114
- PG_HBA_SAMPLE=$LIBDIR /pg_hba.sample
114
+ PG_HBA_SAMPLE=$LIBDIR /pg_hba.conf. sample
115
115
116
116
# -------------------------------------------------------------------------
117
117
# Find the input files
@@ -264,7 +264,7 @@ if [ $template_only -eq 0 ]; then
264
264
265
265
pg_version $PGDATA
266
266
267
- cp $PG_HBA_SAMPLE $PGDATA /pg_hba
267
+ cp $PG_HBA_SAMPLE $PGDATA /pg_hba.conf
268
268
269
269
echo " Adding template1 database to pg_database..."
270
270
You can’t perform that action at this time.
0 commit comments