From 6c799f30c2bf08be0783e095db0252546ab24c01 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Fri, 1 Jan 1999 07:19:45 +0000 Subject: Upgrade to v6.4. This version of port does not support complete packing list for -DMULTIBYTE, -DUSE_PERL or -DUSE_ODBC options. I'll fix it later. PR: ports/8856, ports/8976 Submitted by: Ichiro Fukuhara --- japanese/postgresql7/pkg-install | 98 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 japanese/postgresql7/pkg-install (limited to 'japanese/postgresql7/pkg-install') diff --git a/japanese/postgresql7/pkg-install b/japanese/postgresql7/pkg-install new file mode 100644 index 000000000000..e589ba9ef351 --- /dev/null +++ b/japanese/postgresql7/pkg-install @@ -0,0 +1,98 @@ +#!/bin/sh +# an installation script for postgresql + +check_pw() +{ + if which -s pw; then + : + else + cat < /dev/null` + id_pgsql=`id -u ${PGSQL_UID} 2> /dev/null` + if [ X"$id_pgsql" != X ]; then + exit 0 + elif [ X"$id_70" != X ]; then + cat <