mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
new plist
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.12 2004/07/26 10:10:46 peter Exp $
|
||||
lib/libecpg.so.4.1
|
||||
lib/libecpg_compat.so.1.2
|
||||
lib/libpgtypes.so.1.2
|
||||
lib/libpq.so.3.1
|
||||
DYNLIBDIR(%B)
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.13 2004/08/09 12:16:55 espie Exp $
|
||||
@lib lib/libecpg.so.4.1
|
||||
@lib lib/libecpg_compat.so.1.2
|
||||
@lib lib/libpgtypes.so.1.2
|
||||
@lib lib/libpq.so.3.1
|
||||
|
||||
+119
-117
@@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.25 2004/08/09 12:16:55 espie Exp $
|
||||
@pkgcfl pgsql-[0-9]*
|
||||
@pkgcfl pgsql-clients-[0-9]*
|
||||
@pkgcfl postgresql-[0-9]*
|
||||
@comment $OpenBSD: PLIST,v 1.24 2004/07/26 10:10:46 peter Exp $
|
||||
bin/clusterdb
|
||||
bin/createdb
|
||||
bin/createlang
|
||||
@@ -17,21 +17,28 @@ bin/pg_id
|
||||
bin/pg_restore
|
||||
bin/psql
|
||||
bin/vacuumdb
|
||||
include/postgresql/
|
||||
include/postgresql/ecpg_informix.h
|
||||
include/postgresql/ecpgerrno.h
|
||||
include/postgresql/ecpglib.h
|
||||
include/postgresql/ecpgtype.h
|
||||
include/postgresql/informix/
|
||||
include/postgresql/informix/esql/
|
||||
include/postgresql/informix/esql/datetime.h
|
||||
include/postgresql/informix/esql/decimal.h
|
||||
include/postgresql/informix/esql/sqlda.h
|
||||
include/postgresql/informix/esql/sqltypes.h
|
||||
include/postgresql/internal/
|
||||
include/postgresql/internal/c.h
|
||||
include/postgresql/internal/lib/
|
||||
include/postgresql/internal/lib/dllist.h
|
||||
include/postgresql/internal/libpq/
|
||||
include/postgresql/internal/libpq-int.h
|
||||
include/postgresql/internal/libpq/pqcomm.h
|
||||
include/postgresql/internal/port.h
|
||||
include/postgresql/internal/postgres_fe.h
|
||||
include/postgresql/internal/pqexpbuffer.h
|
||||
include/postgresql/libpq/
|
||||
include/postgresql/libpq-fe.h
|
||||
include/postgresql/libpq/libpq-fs.h
|
||||
include/postgresql/pg_config.h
|
||||
@@ -57,113 +64,116 @@ lib/libpgtypes.a
|
||||
lib/libpq.a
|
||||
@comment lib/libpq.so
|
||||
@comment lib/libpq.so.3
|
||||
man/man1/clusterdb.1
|
||||
man/man1/createdb.1
|
||||
man/man1/createlang.1
|
||||
man/man1/createuser.1
|
||||
man/man1/dropdb.1
|
||||
man/man1/droplang.1
|
||||
man/man1/dropuser.1
|
||||
man/man1/ecpg.1
|
||||
man/man1/pg_config.1
|
||||
man/man1/pg_dump.1
|
||||
man/man1/pg_dumpall.1
|
||||
man/man1/pg_restore.1
|
||||
man/man1/psql.1
|
||||
man/man1/vacuumdb.1
|
||||
man/man7/abort.7
|
||||
man/man7/alter_aggregate.7
|
||||
man/man7/alter_conversion.7
|
||||
man/man7/alter_database.7
|
||||
man/man7/alter_domain.7
|
||||
man/man7/alter_function.7
|
||||
man/man7/alter_group.7
|
||||
man/man7/alter_language.7
|
||||
man/man7/alter_operator_class.7
|
||||
man/man7/alter_schema.7
|
||||
man/man7/alter_sequence.7
|
||||
man/man7/alter_table.7
|
||||
man/man7/alter_trigger.7
|
||||
man/man7/alter_user.7
|
||||
man/man7/analyze.7
|
||||
man/man7/begin.7
|
||||
man/man7/checkpoint.7
|
||||
man/man7/close.7
|
||||
man/man7/cluster.7
|
||||
man/man7/comment.7
|
||||
man/man7/commit.7
|
||||
man/man7/copy.7
|
||||
man/man7/create_aggregate.7
|
||||
man/man7/create_cast.7
|
||||
man/man7/create_constraint_trigger.7
|
||||
man/man7/create_conversion.7
|
||||
man/man7/create_database.7
|
||||
man/man7/create_domain.7
|
||||
man/man7/create_function.7
|
||||
man/man7/create_group.7
|
||||
man/man7/create_index.7
|
||||
man/man7/create_language.7
|
||||
man/man7/create_operator.7
|
||||
man/man7/create_operator_class.7
|
||||
man/man7/create_rule.7
|
||||
man/man7/create_schema.7
|
||||
man/man7/create_sequence.7
|
||||
man/man7/create_table.7
|
||||
man/man7/create_table_as.7
|
||||
man/man7/create_trigger.7
|
||||
man/man7/create_type.7
|
||||
man/man7/create_user.7
|
||||
man/man7/create_view.7
|
||||
man/man7/deallocate.7
|
||||
man/man7/declare.7
|
||||
man/man7/delete.7
|
||||
man/man7/drop_aggregate.7
|
||||
man/man7/drop_cast.7
|
||||
man/man7/drop_conversion.7
|
||||
man/man7/drop_database.7
|
||||
man/man7/drop_domain.7
|
||||
man/man7/drop_function.7
|
||||
man/man7/drop_group.7
|
||||
man/man7/drop_index.7
|
||||
man/man7/drop_language.7
|
||||
man/man7/drop_operator.7
|
||||
man/man7/drop_operator_class.7
|
||||
man/man7/drop_rule.7
|
||||
man/man7/drop_schema.7
|
||||
man/man7/drop_sequence.7
|
||||
man/man7/drop_table.7
|
||||
man/man7/drop_trigger.7
|
||||
man/man7/drop_type.7
|
||||
man/man7/drop_user.7
|
||||
man/man7/drop_view.7
|
||||
man/man7/end.7
|
||||
man/man7/execute.7
|
||||
man/man7/explain.7
|
||||
man/man7/fetch.7
|
||||
man/man7/grant.7
|
||||
man/man7/insert.7
|
||||
man/man7/listen.7
|
||||
man/man7/load.7
|
||||
man/man7/lock.7
|
||||
man/man7/move.7
|
||||
man/man7/notify.7
|
||||
man/man7/prepare.7
|
||||
man/man7/reindex.7
|
||||
man/man7/reset.7
|
||||
man/man7/revoke.7
|
||||
man/man7/rollback.7
|
||||
man/man7/select.7
|
||||
man/man7/select_into.7
|
||||
man/man7/set.7
|
||||
man/man7/set_constraints.7
|
||||
man/man7/set_session_authorization.7
|
||||
man/man7/set_transaction.7
|
||||
man/man7/show.7
|
||||
man/man7/start_transaction.7
|
||||
man/man7/truncate.7
|
||||
man/man7/unlisten.7
|
||||
man/man7/update.7
|
||||
man/man7/vacuum.7
|
||||
@man man/man1/clusterdb.1
|
||||
@man man/man1/createdb.1
|
||||
@man man/man1/createlang.1
|
||||
@man man/man1/createuser.1
|
||||
@man man/man1/dropdb.1
|
||||
@man man/man1/droplang.1
|
||||
@man man/man1/dropuser.1
|
||||
@man man/man1/ecpg.1
|
||||
@man man/man1/pg_config.1
|
||||
@man man/man1/pg_dump.1
|
||||
@man man/man1/pg_dumpall.1
|
||||
@man man/man1/pg_restore.1
|
||||
@comment @man man/man1/pgtclsh.1
|
||||
@comment @man man/man1/pgtksh.1
|
||||
@man man/man1/psql.1
|
||||
@man man/man1/vacuumdb.1
|
||||
@man man/man7/abort.7
|
||||
@man man/man7/alter_aggregate.7
|
||||
@man man/man7/alter_conversion.7
|
||||
@man man/man7/alter_database.7
|
||||
@man man/man7/alter_domain.7
|
||||
@man man/man7/alter_function.7
|
||||
@man man/man7/alter_group.7
|
||||
@man man/man7/alter_language.7
|
||||
@man man/man7/alter_operator_class.7
|
||||
@man man/man7/alter_schema.7
|
||||
@man man/man7/alter_sequence.7
|
||||
@man man/man7/alter_table.7
|
||||
@man man/man7/alter_trigger.7
|
||||
@man man/man7/alter_user.7
|
||||
@man man/man7/analyze.7
|
||||
@man man/man7/begin.7
|
||||
@man man/man7/checkpoint.7
|
||||
@man man/man7/close.7
|
||||
@man man/man7/cluster.7
|
||||
@man man/man7/comment.7
|
||||
@man man/man7/commit.7
|
||||
@man man/man7/copy.7
|
||||
@man man/man7/create_aggregate.7
|
||||
@man man/man7/create_cast.7
|
||||
@man man/man7/create_constraint_trigger.7
|
||||
@man man/man7/create_conversion.7
|
||||
@man man/man7/create_database.7
|
||||
@man man/man7/create_domain.7
|
||||
@man man/man7/create_function.7
|
||||
@man man/man7/create_group.7
|
||||
@man man/man7/create_index.7
|
||||
@man man/man7/create_language.7
|
||||
@man man/man7/create_operator.7
|
||||
@man man/man7/create_operator_class.7
|
||||
@man man/man7/create_rule.7
|
||||
@man man/man7/create_schema.7
|
||||
@man man/man7/create_sequence.7
|
||||
@man man/man7/create_table.7
|
||||
@man man/man7/create_table_as.7
|
||||
@man man/man7/create_trigger.7
|
||||
@man man/man7/create_type.7
|
||||
@man man/man7/create_user.7
|
||||
@man man/man7/create_view.7
|
||||
@man man/man7/deallocate.7
|
||||
@man man/man7/declare.7
|
||||
@man man/man7/delete.7
|
||||
@man man/man7/drop_aggregate.7
|
||||
@man man/man7/drop_cast.7
|
||||
@man man/man7/drop_conversion.7
|
||||
@man man/man7/drop_database.7
|
||||
@man man/man7/drop_domain.7
|
||||
@man man/man7/drop_function.7
|
||||
@man man/man7/drop_group.7
|
||||
@man man/man7/drop_index.7
|
||||
@man man/man7/drop_language.7
|
||||
@man man/man7/drop_operator.7
|
||||
@man man/man7/drop_operator_class.7
|
||||
@man man/man7/drop_rule.7
|
||||
@man man/man7/drop_schema.7
|
||||
@man man/man7/drop_sequence.7
|
||||
@man man/man7/drop_table.7
|
||||
@man man/man7/drop_trigger.7
|
||||
@man man/man7/drop_type.7
|
||||
@man man/man7/drop_user.7
|
||||
@man man/man7/drop_view.7
|
||||
@man man/man7/end.7
|
||||
@man man/man7/execute.7
|
||||
@man man/man7/explain.7
|
||||
@man man/man7/fetch.7
|
||||
@man man/man7/grant.7
|
||||
@man man/man7/insert.7
|
||||
@man man/man7/listen.7
|
||||
@man man/man7/load.7
|
||||
@man man/man7/lock.7
|
||||
@man man/man7/move.7
|
||||
@man man/man7/notify.7
|
||||
@man man/man7/prepare.7
|
||||
@man man/man7/reindex.7
|
||||
@man man/man7/reset.7
|
||||
@man man/man7/revoke.7
|
||||
@man man/man7/rollback.7
|
||||
@man man/man7/select.7
|
||||
@man man/man7/select_into.7
|
||||
@man man/man7/set.7
|
||||
@man man/man7/set_constraints.7
|
||||
@man man/man7/set_session_authorization.7
|
||||
@man man/man7/set_transaction.7
|
||||
@man man/man7/show.7
|
||||
@man man/man7/start_transaction.7
|
||||
@man man/man7/truncate.7
|
||||
@man man/man7/unlisten.7
|
||||
@man man/man7/update.7
|
||||
@man man/man7/vacuum.7
|
||||
share/doc/postgresql/
|
||||
share/doc/postgresql/COPYRIGHT
|
||||
share/doc/postgresql/FAQ
|
||||
share/doc/postgresql/FAQ_DEV
|
||||
@@ -173,17 +183,9 @@ share/doc/postgresql/README
|
||||
share/doc/postgresql/README.mb.big5
|
||||
share/doc/postgresql/README.mb.jp
|
||||
share/doc/postgresql/TODO
|
||||
share/postgresql/
|
||||
share/postgresql/conversion_create.sql
|
||||
share/postgresql/information_schema.sql
|
||||
share/postgresql/postgres.description
|
||||
share/postgresql/sql_features.txt
|
||||
%%SHARED%%
|
||||
@dirrm share/postgresql
|
||||
@dirrm share/doc/postgresql
|
||||
@dirrm include/postgresql/libpq
|
||||
@dirrm include/postgresql/internal/libpq
|
||||
@dirrm include/postgresql/internal/lib
|
||||
@dirrm include/postgresql/internal
|
||||
@dirrm include/postgresql/informix/esql
|
||||
@dirrm include/postgresql/informix
|
||||
@dirrm include/postgresql
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.13 2004/07/26 10:10:46 peter Exp $
|
||||
@comment $OpenBSD: PLIST-docs,v 1.14 2004/08/09 12:16:55 espie Exp $
|
||||
share/doc/postgresql/html/
|
||||
share/doc/postgresql/html/LEGALNOTICE.html
|
||||
share/doc/postgresql/html/admin.html
|
||||
share/doc/postgresql/html/app-clusterdb.html
|
||||
@@ -600,4 +601,3 @@ share/doc/postgresql/html/xoper-optimization.html
|
||||
share/doc/postgresql/html/xoper.html
|
||||
share/doc/postgresql/html/xplang.html
|
||||
share/doc/postgresql/html/xtypes.html
|
||||
@dirrm share/doc/postgresql/html
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.2 2004/08/09 12:16:55 espie Exp $
|
||||
@pkgcfl pgsql-[0-9]*
|
||||
@pkgcfl pgsql-clients-[0-9]*
|
||||
@pkgcfl postgresql-clients-[0-9]*
|
||||
@pkgcfl postgresql-server-[0-9]*
|
||||
@pkgcfl postgresql-[0-9]*
|
||||
@comment $OpenBSD: PLIST-server,v 1.1 2004/07/26 10:10:46 peter Exp $
|
||||
bin/initdb
|
||||
bin/initlocation
|
||||
bin/ipcclean
|
||||
@@ -13,6 +13,8 @@ bin/pg_encoding
|
||||
bin/pg_resetxlog
|
||||
bin/postgres
|
||||
bin/postmaster
|
||||
include/postgresql/server/
|
||||
include/postgresql/server/access/
|
||||
include/postgresql/server/access/attnum.h
|
||||
include/postgresql/server/access/clog.h
|
||||
include/postgresql/server/access/genam.h
|
||||
@@ -45,8 +47,10 @@ include/postgresql/server/access/xact.h
|
||||
include/postgresql/server/access/xlog.h
|
||||
include/postgresql/server/access/xlogdefs.h
|
||||
include/postgresql/server/access/xlogutils.h
|
||||
include/postgresql/server/bootstrap/
|
||||
include/postgresql/server/bootstrap/bootstrap.h
|
||||
include/postgresql/server/c.h
|
||||
include/postgresql/server/catalog/
|
||||
include/postgresql/server/catalog/catalog.h
|
||||
include/postgresql/server/catalog/catname.h
|
||||
include/postgresql/server/catalog/catversion.h
|
||||
@@ -85,6 +89,7 @@ include/postgresql/server/catalog/pg_statistic.h
|
||||
include/postgresql/server/catalog/pg_trigger.h
|
||||
include/postgresql/server/catalog/pg_type.h
|
||||
include/postgresql/server/catalog/pg_version.h
|
||||
include/postgresql/server/commands/
|
||||
include/postgresql/server/commands/alter.h
|
||||
include/postgresql/server/commands/async.h
|
||||
include/postgresql/server/commands/cluster.h
|
||||
@@ -109,6 +114,7 @@ include/postgresql/server/commands/variable.h
|
||||
include/postgresql/server/commands/version.h
|
||||
include/postgresql/server/commands/view.h
|
||||
include/postgresql/server/dynloader.h
|
||||
include/postgresql/server/executor/
|
||||
include/postgresql/server/executor/execdebug.h
|
||||
include/postgresql/server/executor/execdefs.h
|
||||
include/postgresql/server/executor/execdesc.h
|
||||
@@ -143,9 +149,11 @@ include/postgresql/server/fmgr.h
|
||||
include/postgresql/server/funcapi.h
|
||||
include/postgresql/server/getaddrinfo.h
|
||||
include/postgresql/server/getopt_long.h
|
||||
include/postgresql/server/lib/
|
||||
include/postgresql/server/lib/dllist.h
|
||||
include/postgresql/server/lib/lispsort.h
|
||||
include/postgresql/server/lib/stringinfo.h
|
||||
include/postgresql/server/libpq/
|
||||
include/postgresql/server/libpq/auth.h
|
||||
include/postgresql/server/libpq/be-fsstubs.h
|
||||
include/postgresql/server/libpq/crypt.h
|
||||
@@ -157,8 +165,10 @@ include/postgresql/server/libpq/libpq.h
|
||||
include/postgresql/server/libpq/pqcomm.h
|
||||
include/postgresql/server/libpq/pqformat.h
|
||||
include/postgresql/server/libpq/pqsignal.h
|
||||
include/postgresql/server/mb/
|
||||
include/postgresql/server/mb/pg_wchar.h
|
||||
include/postgresql/server/miscadmin.h
|
||||
include/postgresql/server/nodes/
|
||||
include/postgresql/server/nodes/bitmapset.h
|
||||
include/postgresql/server/nodes/execnodes.h
|
||||
include/postgresql/server/nodes/makefuncs.h
|
||||
@@ -173,6 +183,7 @@ include/postgresql/server/nodes/primnodes.h
|
||||
include/postgresql/server/nodes/print.h
|
||||
include/postgresql/server/nodes/readfuncs.h
|
||||
include/postgresql/server/nodes/relation.h
|
||||
include/postgresql/server/optimizer/
|
||||
include/postgresql/server/optimizer/clauses.h
|
||||
include/postgresql/server/optimizer/cost.h
|
||||
include/postgresql/server/optimizer/geqo.h
|
||||
@@ -195,6 +206,7 @@ include/postgresql/server/optimizer/restrictinfo.h
|
||||
include/postgresql/server/optimizer/subselect.h
|
||||
include/postgresql/server/optimizer/tlist.h
|
||||
include/postgresql/server/optimizer/var.h
|
||||
include/postgresql/server/parser/
|
||||
include/postgresql/server/parser/analyze.h
|
||||
include/postgresql/server/parser/gramparse.h
|
||||
include/postgresql/server/parser/keywords.h
|
||||
@@ -216,6 +228,7 @@ include/postgresql/server/pg_config.h
|
||||
include/postgresql/server/pg_config_manual.h
|
||||
include/postgresql/server/pg_config_os.h
|
||||
include/postgresql/server/pgstat.h
|
||||
include/postgresql/server/port/
|
||||
include/postgresql/server/port.h
|
||||
include/postgresql/server/port/aix.h
|
||||
include/postgresql/server/port/beos.h
|
||||
@@ -243,10 +256,12 @@ include/postgresql/server/port/win32.h
|
||||
include/postgresql/server/postgres.h
|
||||
include/postgresql/server/postgres_ext.h
|
||||
include/postgresql/server/postgres_fe.h
|
||||
include/postgresql/server/regex/
|
||||
include/postgresql/server/regex/regcustom.h
|
||||
include/postgresql/server/regex/regerrs.h
|
||||
include/postgresql/server/regex/regex.h
|
||||
include/postgresql/server/regex/regguts.h
|
||||
include/postgresql/server/rewrite/
|
||||
include/postgresql/server/rewrite/prs2lock.h
|
||||
include/postgresql/server/rewrite/rewriteDefine.h
|
||||
include/postgresql/server/rewrite/rewriteHandler.h
|
||||
@@ -254,6 +269,7 @@ include/postgresql/server/rewrite/rewriteManip.h
|
||||
include/postgresql/server/rewrite/rewriteRemove.h
|
||||
include/postgresql/server/rewrite/rewriteSupport.h
|
||||
include/postgresql/server/rusagestub.h
|
||||
include/postgresql/server/storage/
|
||||
include/postgresql/server/storage/backendid.h
|
||||
include/postgresql/server/storage/block.h
|
||||
include/postgresql/server/storage/buf.h
|
||||
@@ -286,12 +302,14 @@ include/postgresql/server/storage/sinvaladt.h
|
||||
include/postgresql/server/storage/smgr.h
|
||||
include/postgresql/server/storage/spin.h
|
||||
include/postgresql/server/strdup.h
|
||||
include/postgresql/server/tcop/
|
||||
include/postgresql/server/tcop/dest.h
|
||||
include/postgresql/server/tcop/fastpath.h
|
||||
include/postgresql/server/tcop/pquery.h
|
||||
include/postgresql/server/tcop/tcopdebug.h
|
||||
include/postgresql/server/tcop/tcopprot.h
|
||||
include/postgresql/server/tcop/utility.h
|
||||
include/postgresql/server/utils/
|
||||
include/postgresql/server/utils/acl.h
|
||||
include/postgresql/server/utils/array.h
|
||||
include/postgresql/server/utils/ascii.h
|
||||
@@ -338,16 +356,15 @@ include/postgresql/server/utils/tuplesort.h
|
||||
include/postgresql/server/utils/tuplestore.h
|
||||
include/postgresql/server/utils/typcache.h
|
||||
include/postgresql/server/utils/varbit.h
|
||||
man/man1/initdb.1
|
||||
man/man1/initlocation.1
|
||||
man/man1/ipcclean.1
|
||||
man/man1/pg_controldata.1
|
||||
man/man1/pg_ctl.1
|
||||
man/man1/pg_resetxlog.1
|
||||
@comment man/man1/pgtclsh.1
|
||||
@comment man/man1/pgtksh.1
|
||||
man/man1/postgres.1
|
||||
man/man1/postmaster.1
|
||||
lib/postgresql/
|
||||
@man man/man1/initdb.1
|
||||
@man man/man1/initlocation.1
|
||||
@man man/man1/ipcclean.1
|
||||
@man man/man1/pg_controldata.1
|
||||
@man man/man1/pg_ctl.1
|
||||
@man man/man1/pg_resetxlog.1
|
||||
@man man/man1/postgres.1
|
||||
@man man/man1/postmaster.1
|
||||
share/doc/postgresql/README.OpenBSD
|
||||
share/postgresql/pg_hba.conf.sample
|
||||
share/postgresql/pg_ident.conf.sample
|
||||
@@ -355,24 +372,5 @@ share/postgresql/pg_service.conf.sample
|
||||
share/postgresql/postgres.bki
|
||||
share/postgresql/postgresql.conf.sample
|
||||
%%SHARED%%
|
||||
@dirrm lib/postgresql
|
||||
@dirrm include/postgresql/server/utils
|
||||
@dirrm include/postgresql/server/tcop
|
||||
@dirrm include/postgresql/server/storage
|
||||
@dirrm include/postgresql/server/rewrite
|
||||
@dirrm include/postgresql/server/regex
|
||||
@dirrm include/postgresql/server/port
|
||||
@dirrm include/postgresql/server/parser
|
||||
@dirrm include/postgresql/server/optimizer
|
||||
@dirrm include/postgresql/server/nodes
|
||||
@dirrm include/postgresql/server/mb
|
||||
@dirrm include/postgresql/server/libpq
|
||||
@dirrm include/postgresql/server/lib
|
||||
@dirrm include/postgresql/server/executor
|
||||
@dirrm include/postgresql/server/commands
|
||||
@dirrm include/postgresql/server/catalog
|
||||
@dirrm include/postgresql/server/bootstrap
|
||||
@dirrm include/postgresql/server/access
|
||||
@dirrm include/postgresql/server
|
||||
@extraunexec userdel -r _postgresql
|
||||
@extraunexec groupdel _postgresql
|
||||
|
||||
Reference in New Issue
Block a user