diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-07-20 07:33:36 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-07-20 07:33:36 +0000 |
commit | c777e8131ed08d6baccc402608a19d664561671a (patch) | |
tree | 1806402836940675f8f122ac7291c2309c1ddf45 | |
parent | 20288400f3ad4a29fe6fa4623c35314c0f8eee05 (diff) | |
download | postgresql-c777e8131ed08d6baccc402608a19d664561671a.tar.gz postgresql-c777e8131ed08d6baccc402608a19d664561671a.zip |
fixed a bug with not commenting out FSYNC= in initdb.sh
-rw-r--r-- | src/Makefile.global | 4 | ||||
-rw-r--r-- | src/bin/initdb/initdb.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index 061cf4de023..19ad705c334 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -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 diff --git a/src/bin/initdb/initdb.sh b/src/bin/initdb/initdb.sh index d15b1b4f52a..4c15592608a 100644 --- a/src/bin/initdb/initdb.sh +++ b/src/bin/initdb/initdb.sh @@ -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` |