diff options
author | clive <clive@FreeBSD.org> | 2001-03-15 15:23:08 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-03-15 15:23:08 +0800 |
commit | 82c3872f88fd71cc3c85638923ceed2f3bbaf26e (patch) | |
tree | 0d4700ad51afdb02977ddc45148a410eee818772 /databases/postgresql74-server/files | |
parent | 29fc0ef7b21c6d632e4b1b3646096852a1036a97 (diff) | |
download | freebsd-ports-gnome-82c3872f88fd71cc3c85638923ceed2f3bbaf26e.tar.gz freebsd-ports-gnome-82c3872f88fd71cc3c85638923ceed2f3bbaf26e.tar.zst freebsd-ports-gnome-82c3872f88fd71cc3c85638923ceed2f3bbaf26e.zip |
Fix problems when installing postgresql7 with pkg_add:
- 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
Diffstat (limited to 'databases/postgresql74-server/files')
-rw-r--r-- | databases/postgresql74-server/files/dot.profile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql74-server/files/dot.profile.in b/databases/postgresql74-server/files/dot.profile.in index bd7ec45043be..3d8ca9ac4641 100644 --- a/databases/postgresql74-server/files/dot.profile.in +++ b/databases/postgresql74-server/files/dot.profile.in @@ -1,14 +1,14 @@ PATH=${PATH}:%%PREFIX%%/pgsql/bin PGLIB=%%PREFIX%%/pgsql/lib -# note: PGDATA overwrites the -D startup option +# 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_88591-1 +#LC_ALL=sv_SE.ISO_8859-1 #export PGDATESTYLE LC_ALL # if you want to make regression tests use this TZ |