diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-06-20 05:08:07 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-06-20 05:08:07 +0000 |
commit | 7145c7d0d1f07cb4b8a01045b9dc89e1ef7e3060 (patch) | |
tree | 0e2c287e9ee287c407285420bfaf825241e23bf5 /databases/postgresql91-server/files | |
parent | 75d6e619b822ccff9338e52a13d553cfc390ed84 (diff) | |
download | ports-7145c7d0d1f07cb4b8a01045b9dc89e1ef7e3060.tar.gz ports-7145c7d0d1f07cb4b8a01045b9dc89e1ef7e3060.zip |
Notes
Diffstat (limited to 'databases/postgresql91-server/files')
-rw-r--r-- | databases/postgresql91-server/files/patch-bb | 2 | ||||
-rw-r--r-- | databases/postgresql91-server/files/post-install-notes | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql91-server/files/patch-bb b/databases/postgresql91-server/files/patch-bb index 21759027a23e..ea0f1732dcb0 100644 --- a/databases/postgresql91-server/files/patch-bb +++ b/databases/postgresql91-server/files/patch-bb @@ -3,7 +3,7 @@ @@ -71,7 +71,9 @@ CFLAGS+= $(TCL_SHLIB_CFLAGS) $(TCL_DEFS) - CFLAGS+= -I$(SRCDIR)/include -I$(SRCDIR)/backend + CFLAGS+= -I$(SRCDIR)/include -I$(SRCDIR)/backend $(PGSQL_INCLUDES) - + +CFLAGS+= -I$(TCL_INCDIR) diff --git a/databases/postgresql91-server/files/post-install-notes b/databases/postgresql91-server/files/post-install-notes index d99f47615730..289a7651109a 100644 --- a/databases/postgresql91-server/files/post-install-notes +++ b/databases/postgresql91-server/files/post-install-notes @@ -12,3 +12,5 @@ If you built PostgreSQL with TCL support, you can install the port "pgaccess" to get a TCL/TK based database frontend for database operations. +To start PostgreSQL, run the startup script: +$PREFIX/etc/rc.d/pgsql.sh start |