]> granicus.if.org Git - postgresql/commitdiff
fixed a bug with not commenting out FSYNC= in initdb.sh
authorMarc G. Fournier <scrappy@hub.org>
Sat, 20 Jul 1996 07:33:36 +0000 (07:33 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 20 Jul 1996 07:33:36 +0000 (07:33 +0000)
src/Makefile.global
src/bin/initdb/initdb.sh

index 061cf4de023aa1a939d7f2219090635e7f14a36a..19ad705c3341148849da0b4558434dbaef8fdda0 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.5 1996/07/19 05:32:22 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.6 1996/07/20 07:29:33 scrappy Exp $
 #
 # NOTES
 #    This is seen by any Makefiles that include mk/postgres.mk. To
@@ -60,7 +60,7 @@
 PORTNAME=      BSD44_derived
 
 # SRCDIR specifies where the source files are.
-SRCDIR=                <SET THIS VALUE>
+SRCDIR=                /home/staff/scrappy/cvs/postgres95/src
 
 # FreeBSD 2.1R with new Flex v2.5.2 in /usr/local
 LEX = flex
index d15b1b4f52af0ae633f3133dda59b413c2594e63..4c15592608a9f63ba90e502d78a3be4cb72c3b34 100644 (file)
@@ -12,7 +12,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.2 1996/07/15 19:22:58 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.3 1996/07/20 07:33:36 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -35,7 +35,7 @@ export PATH
 
 # OPENLINK Added an fsync option to postmaster
 # REQUIRES: pg95 compiled with -DOPENLINK_PATCHES, see README_OPENLINK
-FSYNC=#-F
+# FSYNC=-F
 
 CMDNAME=`basename $0`