diff options
author | reed <reed@pkgsrc.org> | 2005-05-02 20:33:57 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-05-02 20:33:57 +0000 |
commit | 3b1c58eac98b20cfdd3cab452fa5b3ceb6c310c1 (patch) | |
tree | cfc830d7101f7980061435085607a6e7cdce8fd3 /databases/postgresql80-server | |
parent | a5aa20f67af93ecaf0109d5ee67340ff6c2d1b8f (diff) | |
download | pkgsrc-3b1c58eac98b20cfdd3cab452fa5b3ceb6c310c1.tar.gz |
RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
Diffstat (limited to 'databases/postgresql80-server')
-rw-r--r-- | databases/postgresql80-server/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql80-server/PLIST b/databases/postgresql80-server/PLIST index 7e1c9b11021..10eba5ea7b8 100644 --- a/databases/postgresql80-server/PLIST +++ b/databases/postgresql80-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2005/04/13 13:15:47 abs Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/05/02 20:33:59 reed Exp $ bin/postgres bin/postmaster lib/postgresql/ascii_and_mic.so @@ -47,6 +47,7 @@ ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/postgres.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/postgres.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/postgres.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/postgres.mo +share/examples/rc.d/pgsql share/postgresql80/conversion_create.sql share/postgresql80/information_schema.sql share/postgresql80/pg_hba.conf.sample |