diff options
Diffstat (limited to 'databases/postgresql-server/PLIST')
-rw-r--r-- | databases/postgresql-server/PLIST | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/postgresql-server/PLIST b/databases/postgresql-server/PLIST new file mode 100644 index 00000000000..2c89af1ea64 --- /dev/null +++ b/databases/postgresql-server/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:12:41 zuntum Exp $ +bin/postgres +bin/postmaster +etc/rc.d/pgsql +man/man1/postgres.1 +man/man1/postmaster.1 +share/postgresql/global.bki +share/postgresql/global.description +share/postgresql/pg_hba.conf.sample +share/postgresql/pg_ident.conf.sample +share/postgresql/postgresql.conf.sample +share/postgresql/template1.bki +share/postgresql/template1.description +@unexec rmdir -p %D/share/postgresql 2>/dev/null || true |