Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2000 19:00:03 -0700 (PDT)
From:      adrian@ubergeeks.com
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/17744: postgresql cannot be packaged ...
Message-ID:  <200004070200.TAA13451@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/17744; it has been noted by GNATS.

From: adrian@ubergeeks.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/17744: postgresql cannot be packaged ...
Date: Thu, 6 Apr 2000 21:48:46 -0400 (EDT)

 >Submitter-Id:   current-users
 >Originator:     Adrian Filipi-Martin
 >Organization:   Ubergeeks Consulting
 >Confidential:   no
 >Synopsis:       correction to previous submission
 >Severity:       non-critical
 >Priority:       medium
 >Category:       ports
 >Release:        FreeBSD 3.4-RELEASE i386
 >Class:          change-request
 >Environment: 
 
 	same as ports/17744
 
 >Description: 
 
 	Missed setting the homedirectory for pgsql properly.  Accidentally
 	left it set to mysql's home directory.
 
 >How-To-Repeat: 
 
 	apply ports/17744
 
 >Fix: 
 	
 	Apply this patch.
 
 --- INSTALL.orig	Thu Apr  6 21:43:46 2000
 +++ INSTALL	Thu Apr  6 21:44:17 2000
 @@ -2,7 +2,7 @@
  
  PATH=/bin:/usr/sbin
  if [ -z "${DB_DIR}" ]; then
 -	DB_DIR=/var/db/mysql
 +	DB_DIR=/usr/local/pgsql/data
  fi
  
  case $2 in
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004070200.TAA13451>