Use "PLIST_SUBST=PGUSER=${PGUSER}".

Add NetBSD Id to patch-ae.
s|/usr/sbin/chown|${CHOWN}|
s|/bin/chmod|${CHMOD}|
This commit is contained in:
sakamoto 1999-09-06 07:01:43 +00:00
parent 1a819cee9e
commit c2180c93a6
3 changed files with 235 additions and 236 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.37 1999/08/24 14:18:53 tron Exp $ # $NetBSD: Makefile,v 1.38 1999/09/06 07:01:43 sakamoto Exp $
# FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp
# #
@ -20,11 +20,11 @@ DEPENDS+= tk-8.0.5:../../x11/tk80 \
# Needs ELF clue, mips has no TAS implementation # Needs ELF clue, mips has no TAS implementation
NOT_FOR_PLATFORM= *-*-alpha *-*-mips NOT_FOR_PLATFORM= *-*-alpha *-*-mips
PLIST_SRC= ${WRKDIR}/PLIST.tmp
REQ_FILE= ${WRKDIR}/REQ REQ_FILE= ${WRKDIR}/REQ
PGUSER?= pgsql PGUSER?= pgsql
PGGROUP?= ingres PGGROUP?= ingres
PLIST_SUBST= PGUSER=${PGUSER}
USE_GMAKE= USE_GMAKE=
MAKEFILE= GNUmakefile MAKEFILE= GNUmakefile
@ -76,9 +76,6 @@ pre-install:
-e 's|@PREFIX@|${PREFIX}|g' \ -e 's|@PREFIX@|${PREFIX}|g' \
-e 's|@LOCALBASE@|${LOCALBASE}|g' \ -e 's|@LOCALBASE@|${LOCALBASE}|g' \
<${PKGDIR}/REQ > ${REQ_FILE} <${PKGDIR}/REQ > ${REQ_FILE}
@${SED} \
-e 's|@PGUSER@|${PGUSER}|g' \
<${PKGDIR}/PLIST > ${PLIST_SRC}
${SH} ${REQ_FILE} ${PKGNAME} INSTALL ${SH} ${REQ_FILE} ${PKGNAME} INSTALL
post-install: post-install:
@ -104,14 +101,14 @@ post-install:
${ECHO} "#export TZ" \ ${ECHO} "#export TZ" \
>> ${PREFIX}/${PGUSER}/.profile; \ >> ${PREFIX}/${PGUSER}/.profile; \
fi fi
@/usr/sbin/chown -R ${PGUSER}:${PGGROUP} ${PREFIX}/${PGUSER} @${CHOWN} -R ${PGUSER}:${PGGROUP} ${PREFIX}/${PGUSER}
@${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' @${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...'
${LDCONFIG} ${PREFIX}/${PGUSER}/lib || ${TRUE} ${LDCONFIG} ${PREFIX}/${PGUSER}/lib || ${TRUE}
@${ECHO} '${SETENV} PATH=${PREFIX}/${PGUSER}/bin:$$PATH ${PREFIX}/${PGUSER}/bin/initdb --pglib=${PREFIX}/${PGUSER}/lib --pgdata=${PREFIX}/${PGUSER}/data' | su -l ${PGUSER} @${ECHO} '${SETENV} PATH=${PREFIX}/${PGUSER}/bin:$$PATH ${PREFIX}/${PGUSER}/bin/initdb --pglib=${PREFIX}/${PGUSER}/lib --pgdata=${PREFIX}/${PGUSER}/data' | ${SU} -l ${PGUSER}
@${SED} -e "s=!!PREFIX!!=${PREFIX}=g" -e "s=!!PGUSER!!=${PGUSER}=g" \ @${SED} -e "s=!!PREFIX!!=${PREFIX}=g" -e "s=!!PGUSER!!=${PGUSER}=g" \
< ${FILESDIR}/pgsql.sh.tmpl > ${PREFIX}/etc/rc.d/pgsql.sh < ${FILESDIR}/pgsql.sh.tmpl > ${PREFIX}/etc/rc.d/pgsql.sh
@/bin/chmod 554 ${PREFIX}/etc/rc.d/pgsql.sh @${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh
@/usr/sbin/chown root:${PGGROUP} ${PREFIX}/etc/rc.d/pgsql.sh @${CHOWN} root:${PGGROUP} ${PREFIX}/etc/rc.d/pgsql.sh
@${INSTALL} -c -o ${PGUSER} -g ${PGGROUP} -m 444 \ @${INSTALL} -c -o ${PGUSER} -g ${PGGROUP} -m 444 \
${FILESDIR}/post-install-notes ${PREFIX}/${PGUSER} ${FILESDIR}/post-install-notes ${PREFIX}/${PGUSER}
-${MKDIR} ${PREFIX}/share/doc/pgsql -${MKDIR} ${PREFIX}/share/doc/pgsql

View file

@ -1,3 +1,5 @@
$NetBSD: patch-ae,v 1.8 1999/09/06 07:01:44 sakamoto Exp $
diff -rc2 config.sub config.sub diff -rc2 config.sub config.sub
*** config.sub Tue Mar 25 02:16:33 1997 *** config.sub Tue Mar 25 02:16:33 1997
--- config.sub Thu Mar 4 21:46:43 1999 --- config.sub Thu Mar 4 21:46:43 1999

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 1999/01/04 13:05:02 frueauf Exp $ @comment $NetBSD: PLIST,v 1.9 1999/09/06 07:01:44 sakamoto Exp $
etc/rc.d/pgsql.sh etc/rc.d/pgsql.sh
share/doc/pgsql/src/graphics/catalogs.gif share/doc/pgsql/src/graphics/catalogs.gif
share/doc/pgsql/src/graphics/catalogs.ps share/doc/pgsql/src/graphics/catalogs.ps
@ -181,232 +181,232 @@ share/doc/pgsql/FAQ_CVS
share/doc/pgsql/FAQ share/doc/pgsql/FAQ
share/doc/pgsql/README.mb share/doc/pgsql/README.mb
share/doc/pgsql/user.ps.gz share/doc/pgsql/user.ps.gz
@PGUSER@/lib/global1.bki.source ${PGUSER}/lib/global1.bki.source
@PGUSER@/lib/global1.description ${PGUSER}/lib/global1.description
@PGUSER@/lib/local1_template1.bki.source ${PGUSER}/lib/local1_template1.bki.source
@PGUSER@/lib/local1_template1.description ${PGUSER}/lib/local1_template1.description
@PGUSER@/lib/pg_hba.conf.sample ${PGUSER}/lib/pg_hba.conf.sample
@PGUSER@/lib/pg_geqo.sample ${PGUSER}/lib/pg_geqo.sample
@PGUSER@/lib/libpq.a ${PGUSER}/lib/libpq.a
@PGUSER@/lib/libpq.so.2.0 ${PGUSER}/lib/libpq.so.2.0
@PGUSER@/lib/libpq.so.2 ${PGUSER}/lib/libpq.so.2
@PGUSER@/lib/libpq.so ${PGUSER}/lib/libpq.so
@PGUSER@/lib/libecpg.a ${PGUSER}/lib/libecpg.a
@PGUSER@/lib/libecpg.so.2.6.2 ${PGUSER}/lib/libecpg.so.2.6.2
@PGUSER@/lib/libecpg.so.2 ${PGUSER}/lib/libecpg.so.2
@PGUSER@/lib/libecpg.so ${PGUSER}/lib/libecpg.so
@PGUSER@/lib/libpq++.a ${PGUSER}/lib/libpq++.a
@PGUSER@/lib/libpq++.so.2.0 ${PGUSER}/lib/libpq++.so.2.0
@PGUSER@/lib/libpq++.so.2 ${PGUSER}/lib/libpq++.so.2
@PGUSER@/lib/libpq++.so ${PGUSER}/lib/libpq++.so
@PGUSER@/lib/libpgtcl.a ${PGUSER}/lib/libpgtcl.a
@PGUSER@/lib/libpgtcl.so.2.0 ${PGUSER}/lib/libpgtcl.so.2.0
@PGUSER@/lib/libpgtcl.so.2 ${PGUSER}/lib/libpgtcl.so.2
@PGUSER@/lib/libpgtcl.so ${PGUSER}/lib/libpgtcl.so
@PGUSER@/lib/plpgsql.so ${PGUSER}/lib/plpgsql.so
@PGUSER@/lib/pltcl.so ${PGUSER}/lib/pltcl.so
@PGUSER@/bin/postgres ${PGUSER}/bin/postgres
@PGUSER@/bin/postmaster ${PGUSER}/bin/postmaster
@PGUSER@/bin/ecpg ${PGUSER}/bin/ecpg
@PGUSER@/bin/pg_id ${PGUSER}/bin/pg_id
@PGUSER@/bin/pg_version ${PGUSER}/bin/pg_version
@PGUSER@/bin/psql ${PGUSER}/bin/psql
@PGUSER@/bin/pg_dump ${PGUSER}/bin/pg_dump
@PGUSER@/bin/pg_dumpall ${PGUSER}/bin/pg_dumpall
@PGUSER@/bin/pg_upgrade ${PGUSER}/bin/pg_upgrade
@PGUSER@/bin/pg_passwd ${PGUSER}/bin/pg_passwd
@PGUSER@/bin/cleardbdir ${PGUSER}/bin/cleardbdir
@PGUSER@/bin/createdb ${PGUSER}/bin/createdb
@PGUSER@/bin/createuser ${PGUSER}/bin/createuser
@PGUSER@/bin/destroydb ${PGUSER}/bin/destroydb
@PGUSER@/bin/destroyuser ${PGUSER}/bin/destroyuser
@PGUSER@/bin/initdb ${PGUSER}/bin/initdb
@PGUSER@/bin/initlocation ${PGUSER}/bin/initlocation
@PGUSER@/bin/ipcclean ${PGUSER}/bin/ipcclean
@PGUSER@/bin/pgaccess ${PGUSER}/bin/pgaccess
@PGUSER@/bin/pgtclsh ${PGUSER}/bin/pgtclsh
@PGUSER@/bin/pgtksh ${PGUSER}/bin/pgtksh
@PGUSER@/man/man1/cleardbdir.1 ${PGUSER}/man/man1/cleardbdir.1
@PGUSER@/man/man1/createdb.1 ${PGUSER}/man/man1/createdb.1
@PGUSER@/man/man1/createuser.1 ${PGUSER}/man/man1/createuser.1
@PGUSER@/man/man1/destroydb.1 ${PGUSER}/man/man1/destroydb.1
@PGUSER@/man/man1/destroyuser.1 ${PGUSER}/man/man1/destroyuser.1
@PGUSER@/man/man1/ecpg.1 ${PGUSER}/man/man1/ecpg.1
@PGUSER@/man/man1/initdb.1 ${PGUSER}/man/man1/initdb.1
@PGUSER@/man/man1/initlocation.1 ${PGUSER}/man/man1/initlocation.1
@PGUSER@/man/man1/ipcclean.1 ${PGUSER}/man/man1/ipcclean.1
@PGUSER@/man/man1/pg_dump.1 ${PGUSER}/man/man1/pg_dump.1
@PGUSER@/man/man1/pg_dumpall.1 ${PGUSER}/man/man1/pg_dumpall.1
@PGUSER@/man/man1/pg_passwd.1 ${PGUSER}/man/man1/pg_passwd.1
@PGUSER@/man/man1/pg_upgrade.1 ${PGUSER}/man/man1/pg_upgrade.1
@PGUSER@/man/man1/postgres.1 ${PGUSER}/man/man1/postgres.1
@PGUSER@/man/man1/postmaster.1 ${PGUSER}/man/man1/postmaster.1
@PGUSER@/man/man1/psql.1 ${PGUSER}/man/man1/psql.1
@PGUSER@/man/man3/catalogs.3 ${PGUSER}/man/man3/catalogs.3
@PGUSER@/man/man3/libpq.3 ${PGUSER}/man/man3/libpq.3
@PGUSER@/man/man5/pg_hba.conf.5 ${PGUSER}/man/man5/pg_hba.conf.5
@PGUSER@/man/manl/abort.l ${PGUSER}/man/manl/abort.l
@PGUSER@/man/manl/alter_table.l ${PGUSER}/man/manl/alter_table.l
@PGUSER@/man/manl/alter_user.l ${PGUSER}/man/manl/alter_user.l
@PGUSER@/man/manl/begin.l ${PGUSER}/man/manl/begin.l
@PGUSER@/man/manl/close.l ${PGUSER}/man/manl/close.l
@PGUSER@/man/manl/cluster.l ${PGUSER}/man/manl/cluster.l
@PGUSER@/man/manl/commit.l ${PGUSER}/man/manl/commit.l
@PGUSER@/man/manl/copy.l ${PGUSER}/man/manl/copy.l
@PGUSER@/man/manl/create_aggregate.l ${PGUSER}/man/manl/create_aggregate.l
@PGUSER@/man/manl/create_database.l ${PGUSER}/man/manl/create_database.l
@PGUSER@/man/manl/create_function.l ${PGUSER}/man/manl/create_function.l
@PGUSER@/man/manl/create_index.l ${PGUSER}/man/manl/create_index.l
@PGUSER@/man/manl/create_language.l ${PGUSER}/man/manl/create_language.l
@PGUSER@/man/manl/create_operator.l ${PGUSER}/man/manl/create_operator.l
@PGUSER@/man/manl/create_rule.l ${PGUSER}/man/manl/create_rule.l
@PGUSER@/man/manl/create_sequence.l ${PGUSER}/man/manl/create_sequence.l
@PGUSER@/man/manl/create_table.l ${PGUSER}/man/manl/create_table.l
@PGUSER@/man/manl/create_trigger.l ${PGUSER}/man/manl/create_trigger.l
@PGUSER@/man/manl/create_type.l ${PGUSER}/man/manl/create_type.l
@PGUSER@/man/manl/create_user.l ${PGUSER}/man/manl/create_user.l
@PGUSER@/man/manl/create_version.l ${PGUSER}/man/manl/create_version.l
@PGUSER@/man/manl/create_view.l ${PGUSER}/man/manl/create_view.l
@PGUSER@/man/manl/declare.l ${PGUSER}/man/manl/declare.l
@PGUSER@/man/manl/delete.l ${PGUSER}/man/manl/delete.l
@PGUSER@/man/manl/drop.l ${PGUSER}/man/manl/drop.l
@PGUSER@/man/manl/drop_aggregate.l ${PGUSER}/man/manl/drop_aggregate.l
@PGUSER@/man/manl/drop_database.l ${PGUSER}/man/manl/drop_database.l
@PGUSER@/man/manl/drop_function.l ${PGUSER}/man/manl/drop_function.l
@PGUSER@/man/manl/drop_index.l ${PGUSER}/man/manl/drop_index.l
@PGUSER@/man/manl/drop_language.l ${PGUSER}/man/manl/drop_language.l
@PGUSER@/man/manl/drop_operator.l ${PGUSER}/man/manl/drop_operator.l
@PGUSER@/man/manl/drop_rule.l ${PGUSER}/man/manl/drop_rule.l
@PGUSER@/man/manl/drop_sequence.l ${PGUSER}/man/manl/drop_sequence.l
@PGUSER@/man/manl/drop_table.l ${PGUSER}/man/manl/drop_table.l
@PGUSER@/man/manl/drop_trigger.l ${PGUSER}/man/manl/drop_trigger.l
@PGUSER@/man/manl/drop_type.l ${PGUSER}/man/manl/drop_type.l
@PGUSER@/man/manl/drop_user.l ${PGUSER}/man/manl/drop_user.l
@PGUSER@/man/manl/drop_view.l ${PGUSER}/man/manl/drop_view.l
@PGUSER@/man/manl/end.l ${PGUSER}/man/manl/end.l
@PGUSER@/man/manl/explain.l ${PGUSER}/man/manl/explain.l
@PGUSER@/man/manl/fetch.l ${PGUSER}/man/manl/fetch.l
@PGUSER@/man/manl/grant.l ${PGUSER}/man/manl/grant.l
@PGUSER@/man/manl/insert.l ${PGUSER}/man/manl/insert.l
@PGUSER@/man/manl/listen.l ${PGUSER}/man/manl/listen.l
@PGUSER@/man/manl/load.l ${PGUSER}/man/manl/load.l
@PGUSER@/man/manl/lock.l ${PGUSER}/man/manl/lock.l
@PGUSER@/man/manl/move.l ${PGUSER}/man/manl/move.l
@PGUSER@/man/manl/notify.l ${PGUSER}/man/manl/notify.l
@PGUSER@/man/manl/reset.l ${PGUSER}/man/manl/reset.l
@PGUSER@/man/manl/revoke.l ${PGUSER}/man/manl/revoke.l
@PGUSER@/man/manl/rollback.l ${PGUSER}/man/manl/rollback.l
@PGUSER@/man/manl/select.l ${PGUSER}/man/manl/select.l
@PGUSER@/man/manl/set.l ${PGUSER}/man/manl/set.l
@PGUSER@/man/manl/show.l ${PGUSER}/man/manl/show.l
@PGUSER@/man/manl/sql.l ${PGUSER}/man/manl/sql.l
@PGUSER@/man/manl/update.l ${PGUSER}/man/manl/update.l
@PGUSER@/man/manl/vacuum.l ${PGUSER}/man/manl/vacuum.l
@PGUSER@/data/base/template1/pg_proc ${PGUSER}/data/base/template1/pg_proc
@PGUSER@/data/base/template1/pg_type ${PGUSER}/data/base/template1/pg_type
@PGUSER@/data/base/template1/pg_attribute ${PGUSER}/data/base/template1/pg_attribute
@PGUSER@/data/base/template1/pg_class ${PGUSER}/data/base/template1/pg_class
@PGUSER@/data/base/template1/pg_inherits ${PGUSER}/data/base/template1/pg_inherits
@PGUSER@/data/base/template1/pg_index ${PGUSER}/data/base/template1/pg_index
@PGUSER@/data/base/template1/pg_statistic ${PGUSER}/data/base/template1/pg_statistic
@PGUSER@/data/base/template1/pg_operator ${PGUSER}/data/base/template1/pg_operator
@PGUSER@/data/base/template1/pg_opclass ${PGUSER}/data/base/template1/pg_opclass
@PGUSER@/data/base/template1/pg_am ${PGUSER}/data/base/template1/pg_am
@PGUSER@/data/base/template1/pg_amop ${PGUSER}/data/base/template1/pg_amop
@PGUSER@/data/base/template1/pg_amproc ${PGUSER}/data/base/template1/pg_amproc
@PGUSER@/data/base/template1/pg_language ${PGUSER}/data/base/template1/pg_language
@PGUSER@/data/base/template1/pg_parg ${PGUSER}/data/base/template1/pg_parg
@PGUSER@/data/base/template1/pg_aggregate ${PGUSER}/data/base/template1/pg_aggregate
@PGUSER@/data/base/template1/pg_ipl ${PGUSER}/data/base/template1/pg_ipl
@PGUSER@/data/base/template1/pg_inheritproc ${PGUSER}/data/base/template1/pg_inheritproc
@PGUSER@/data/base/template1/pg_rewrite ${PGUSER}/data/base/template1/pg_rewrite
@PGUSER@/data/base/template1/pg_listener ${PGUSER}/data/base/template1/pg_listener
@PGUSER@/data/base/template1/pg_description ${PGUSER}/data/base/template1/pg_description
@PGUSER@/data/base/template1/pg_attribute_relid_attnam_index ${PGUSER}/data/base/template1/pg_attribute_relid_attnam_index
@PGUSER@/data/base/template1/pg_attribute_relid_attnum_index ${PGUSER}/data/base/template1/pg_attribute_relid_attnum_index
@PGUSER@/data/base/template1/pg_attribute_attrelid_index ${PGUSER}/data/base/template1/pg_attribute_attrelid_index
@PGUSER@/data/base/template1/pg_proc_oid_index ${PGUSER}/data/base/template1/pg_proc_oid_index
@PGUSER@/data/base/template1/pg_proc_proname_narg_type_index ${PGUSER}/data/base/template1/pg_proc_proname_narg_type_index
@PGUSER@/data/base/template1/pg_proc_prosrc_index ${PGUSER}/data/base/template1/pg_proc_prosrc_index
@PGUSER@/data/base/template1/pg_type_oid_index ${PGUSER}/data/base/template1/pg_type_oid_index
@PGUSER@/data/base/template1/pg_type_typname_index ${PGUSER}/data/base/template1/pg_type_typname_index
@PGUSER@/data/base/template1/pg_class_oid_index ${PGUSER}/data/base/template1/pg_class_oid_index
@PGUSER@/data/base/template1/pg_class_relname_index ${PGUSER}/data/base/template1/pg_class_relname_index
@PGUSER@/data/base/template1/pg_attrdef ${PGUSER}/data/base/template1/pg_attrdef
@PGUSER@/data/base/template1/pg_attrdef_adrelid_index ${PGUSER}/data/base/template1/pg_attrdef_adrelid_index
@PGUSER@/data/base/template1/pg_relcheck ${PGUSER}/data/base/template1/pg_relcheck
@PGUSER@/data/base/template1/pg_relcheck_rcrelid_index ${PGUSER}/data/base/template1/pg_relcheck_rcrelid_index
@PGUSER@/data/base/template1/pg_trigger ${PGUSER}/data/base/template1/pg_trigger
@PGUSER@/data/base/template1/pg_trigger_tgrelid_index ${PGUSER}/data/base/template1/pg_trigger_tgrelid_index
@PGUSER@/data/base/template1/pg_description_objoid_index ${PGUSER}/data/base/template1/pg_description_objoid_index
@PGUSER@/data/base/template1/PG_VERSION ${PGUSER}/data/base/template1/PG_VERSION
@PGUSER@/data/base/template1/pg_internal.init ${PGUSER}/data/base/template1/pg_internal.init
@PGUSER@/data/base/template1/pg_user ${PGUSER}/data/base/template1/pg_user
@PGUSER@/data/base/template1/pg_rules ${PGUSER}/data/base/template1/pg_rules
@PGUSER@/data/base/template1/pg_views ${PGUSER}/data/base/template1/pg_views
@PGUSER@/data/base/template1/pg_tables ${PGUSER}/data/base/template1/pg_tables
@PGUSER@/data/base/template1/pg_indexes ${PGUSER}/data/base/template1/pg_indexes
@PGUSER@/data/pg_variable ${PGUSER}/data/pg_variable
@PGUSER@/data/pg_database ${PGUSER}/data/pg_database
@PGUSER@/data/pg_shadow ${PGUSER}/data/pg_shadow
@PGUSER@/data/pg_group ${PGUSER}/data/pg_group
@PGUSER@/data/pg_log ${PGUSER}/data/pg_log
@PGUSER@/data/PG_VERSION ${PGUSER}/data/PG_VERSION
@PGUSER@/data/pg_hba.conf ${PGUSER}/data/pg_hba.conf
@PGUSER@/data/pg_geqo.sample ${PGUSER}/data/pg_geqo.sample
@PGUSER@/data/pg_pwd ${PGUSER}/data/pg_pwd
@PGUSER@/include/fmgr.h ${PGUSER}/include/fmgr.h
@PGUSER@/include/port/bsd ${PGUSER}/include/port/bsd
@PGUSER@/include/lib/dllist.h ${PGUSER}/include/lib/dllist.h
@PGUSER@/include/libpq/pqcomm.h ${PGUSER}/include/libpq/pqcomm.h
@PGUSER@/include/libpq/libpq-fs.h ${PGUSER}/include/libpq/libpq-fs.h
@PGUSER@/include/utils/geo_decls.h ${PGUSER}/include/utils/geo_decls.h
@PGUSER@/include/utils/elog.h ${PGUSER}/include/utils/elog.h
@PGUSER@/include/utils/palloc.h ${PGUSER}/include/utils/palloc.h
@PGUSER@/include/access/attnum.h ${PGUSER}/include/access/attnum.h
@PGUSER@/include/executor/spi.h ${PGUSER}/include/executor/spi.h
@PGUSER@/include/commands/trigger.h ${PGUSER}/include/commands/trigger.h
@PGUSER@/include/os.h ${PGUSER}/include/os.h
@PGUSER@/include/config.h ${PGUSER}/include/config.h
@PGUSER@/include/c.h ${PGUSER}/include/c.h
@PGUSER@/include/postgres.h ${PGUSER}/include/postgres.h
@PGUSER@/include/postgres_ext.h ${PGUSER}/include/postgres_ext.h
@PGUSER@/include/libpq-fe.h ${PGUSER}/include/libpq-fe.h
@PGUSER@/include/libpq-int.h ${PGUSER}/include/libpq-int.h
@PGUSER@/include/ecpgerrno.h ${PGUSER}/include/ecpgerrno.h
@PGUSER@/include/ecpglib.h ${PGUSER}/include/ecpglib.h
@PGUSER@/include/ecpgtype.h ${PGUSER}/include/ecpgtype.h
@PGUSER@/include/sqlca.h ${PGUSER}/include/sqlca.h
@PGUSER@/include/libpq++/pgenv.h ${PGUSER}/include/libpq++/pgenv.h
@PGUSER@/include/libpq++/pgconnection.h ${PGUSER}/include/libpq++/pgconnection.h
@PGUSER@/include/libpq++/pgdatabase.h ${PGUSER}/include/libpq++/pgdatabase.h
@PGUSER@/include/libpq++/pgtransdb.h ${PGUSER}/include/libpq++/pgtransdb.h
@PGUSER@/include/libpq++/pgcursordb.h ${PGUSER}/include/libpq++/pgcursordb.h
@PGUSER@/include/libpq++/pglobject.h ${PGUSER}/include/libpq++/pglobject.h
@PGUSER@/include/libpq++.h ${PGUSER}/include/libpq++.h
@PGUSER@/include/libpgtcl.h ${PGUSER}/include/libpgtcl.h
@PGUSER@/.profile ${PGUSER}/.profile
@PGUSER@/post-install-notes ${PGUSER}/post-install-notes
@dirrm @PGUSER@/data/base/template1 @dirrm ${PGUSER}/data/base/template1
@dirrm @PGUSER@/data/base @dirrm ${PGUSER}/data/base
@dirrm @PGUSER@/data @dirrm ${PGUSER}/data
@dirrm @PGUSER@/include/libpq++ @dirrm ${PGUSER}/include/libpq++
@dirrm @PGUSER@/include/commands @dirrm ${PGUSER}/include/commands
@dirrm @PGUSER@/include/executor @dirrm ${PGUSER}/include/executor
@dirrm @PGUSER@/include/access @dirrm ${PGUSER}/include/access
@dirrm @PGUSER@/include/utils @dirrm ${PGUSER}/include/utils
@dirrm @PGUSER@/include/port @dirrm ${PGUSER}/include/port
@dirrm @PGUSER@/include/libpq @dirrm ${PGUSER}/include/libpq
@dirrm @PGUSER@/include/lib @dirrm ${PGUSER}/include/lib
@dirrm @PGUSER@/include @dirrm ${PGUSER}/include
@dirrm @PGUSER@/bin @dirrm ${PGUSER}/bin
@dirrm @PGUSER@/lib @dirrm ${PGUSER}/lib
@dirrm @PGUSER@/man/man1 @dirrm ${PGUSER}/man/man1
@dirrm @PGUSER@/man/man3 @dirrm ${PGUSER}/man/man3
@dirrm @PGUSER@/man/man5 @dirrm ${PGUSER}/man/man5
@dirrm @PGUSER@/man/manl @dirrm ${PGUSER}/man/manl
@dirrm @PGUSER@/man @dirrm ${PGUSER}/man
@dirrm @PGUSER@ @dirrm ${PGUSER}
@dirrm share/doc/pgsql/src/sgml/ref @dirrm share/doc/pgsql/src/sgml/ref
@dirrm share/doc/pgsql/src/sgml @dirrm share/doc/pgsql/src/sgml
@dirrm share/doc/pgsql/src/graphics @dirrm share/doc/pgsql/src/graphics