summaryrefslogtreecommitdiff
path: root/databases/postgresql/patches/patch-ab
blob: feb9db2ef3449d4e930ee0882ee6971ec6ab11e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- bin/initdb/initdb.orig	Mon Apr  6 02:05:52 1998
+++ bin/initdb/initdb	Wed Jun 10 13:13:18 1998
@@ -286,7 +286,7 @@
 #----------------------------------------------------------------------------
 
 if [ $template_only -eq 0 ]; then
-    echo "Creating global classes in $PG_DATA/base"
+    echo "Creating global classes in $PGDATA/base"
     echo "Running: postgres $BACKENDARGS template1"
 
     cat $GLOBAL \