diff options
author | andreas <andreas@FreeBSD.org> | 1999-04-13 04:39:12 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-04-13 04:39:12 +0800 |
commit | e9b1d5bc6b57a7c096b1c77a32fba727187c0aed (patch) | |
tree | 6135c463fdb430e67d89f8f4de42938a8d684888 /databases/postgresql73-server | |
parent | dfbe7d0ff4e47b61769286f1fc457143e1fce4f8 (diff) | |
download | freebsd-ports-gnome-e9b1d5bc6b57a7c096b1c77a32fba727187c0aed.tar.gz freebsd-ports-gnome-e9b1d5bc6b57a7c096b1c77a32fba727187c0aed.tar.zst freebsd-ports-gnome-e9b1d5bc6b57a7c096b1c77a32fba727187c0aed.zip |
add a note, that in order to install and run postgresql, you need kernel with
options "SYSVSHM, SYSVSEM, SYSVMSG"
PR: 6321
Diffstat (limited to 'databases/postgresql73-server')
-rw-r--r-- | databases/postgresql73-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql73-server/Makefile b/databases/postgresql73-server/Makefile index 9f771293a680..164663844d18 100644 --- a/databases/postgresql73-server/Makefile +++ b/databases/postgresql73-server/Makefile @@ -3,7 +3,7 @@ # Date created: November 13, 1998 # Whom: Marc G. Fournier <scrappy@FreeBSD.ORG> # -# $Id: Makefile,v 1.34 1999/03/11 20:33:50 scrappy Exp $ +# $Id: Makefile,v 1.35 1999/04/08 19:05:46 billf Exp $ # DISTNAME= postgresql-6.4.2 @@ -61,6 +61,8 @@ MANL= abort.l alter_table.l alter_user.l begin.l close.l cluster.l \ MANPREFIX= ${PREFIX}/pgsql pre-fetch: + @${ECHO_MSG} "To install and run postgresql you need to compile kernel with:" + @${ECHO_MSG} " options \"SYSVSHM, SYSVSEM, SYSVMSG\"" .if !defined(USE_TCL) @${ECHO_MSG} "To build the \"PostgreSQL to Tcl interface library\", libpgtcl, type:" @${ECHO_MSG} " make USE_TCL=yes" |