mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
- pkg-install used wrong uid# - chown lib dir *after* it is created - pkg-install created data dir where Makefile didn't - add pkg-deinstall and remove user & group - don't chown data dir, since we don't create it anymore - spell and documentation fixes in the rc.d script PR: ports/25817 Submitted by: MAINTAINER
16 lines
374 B
Text
16 lines
374 B
Text
PATH=${PATH}:%%PREFIX%%/pgsql/bin
|
|
PGLIB=%%PREFIX%%/pgsql/lib
|
|
|
|
# note: PGDATA can be overridden by the -D startup option
|
|
PGDATA=%%PREFIX%%/pgsql/data
|
|
|
|
export PATH MANPATH PGLIB PGDATA
|
|
|
|
#You might want to set some locale stuff here
|
|
#PGDATESTYLE=ISO
|
|
#LC_ALL=sv_SE.ISO_8859-1
|
|
#export PGDATESTYLE LC_ALL
|
|
|
|
# if you want to make regression tests use this TZ
|
|
#TZ=PST8PDT
|
|
#export TZ
|