Subject: CVS commit: pkgsrc/databases/postgresql-server/files
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/19/2002 22:01:53
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Oct 19 19:01:53 UTC 2002

Modified Files:
	pkgsrc/databases/postgresql-server/files: pgsql.sh

Log Message:
Allow for different "home" directory for storing PostgreSQL databases.
This is specified at run-time by setting pgsql_home=/path/to/home in
/etc/rc.conf.  Ensure that ${pgsql_home} has the correct permissions
(o=${pgsql_user}, g=${pgsql_group}, m=0750) before initializing the
database.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/databases/postgresql-server/files/pgsql.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.