Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2017 Alexander Pyhalov
#
 
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
file files/pcp.conf path=etc/pgpool-II/pcp.conf mode=0644 preserve=true
file files/pgpool.conf path=etc/pgpool-II/pgpool.conf mode=0644 preserve=true
file files/pool_hba.conf path=etc/pgpool-II/pool_hba.conf mode=0644 preserve=true
file files/pgpool.xml path=lib/svc/manifest/application/database/pgpool.xml
 
# We need the postgres user
depend type=require fmri=database/postgres-common
 
<transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
 
dir path=var/postgres/pgpool-II owner=postgres group=postgres
dir path=var/postgres/pgpool-II/oiddir owner=postgres group=postgres
 
file etc/pgpool-II/aws_eip_if_cmd.sh.sample path=usr/share/doc/pgpool-II/examples/aws_eip_if_cmd.sh.sample
file etc/pgpool-II/aws_rtb_if_cmd.sh.sample path=usr/share/doc/pgpool-II/examples/aws_rtb_if_cmd.sh.sample
file etc/pgpool-II/escalation.sh.sample path=usr/share/doc/pgpool-II/examples/escalation.sh.sample
file etc/pgpool-II/failover.sh.sample path=usr/share/doc/pgpool-II/examples/failover.sh.sample
file etc/pgpool-II/follow_primary.sh.sample path=usr/share/doc/pgpool-II/examples/follow_primary.sh.sample
file etc/pgpool-II/pcp.conf.sample path=usr/share/doc/pgpool-II/examples/pcp.conf.sample
file etc/pgpool-II/pgpool.conf.sample path=usr/share/doc/pgpool-II/examples/pgpool.conf.sample
file etc/pgpool-II/pgpool_remote_start.sample path=usr/share/doc/pgpool-II/examples/pgpool_remote_start.sample
file etc/pgpool-II/pool_hba.conf.sample path=usr/share/doc/pgpool-II/examples/pool_hba.conf.sample
file etc/pgpool-II/recovery_1st_stage.sample path=usr/share/doc/pgpool-II/examples/recovery_1st_stage.sample
file etc/pgpool-II/replication_mode_recovery_1st_stage.sample path=usr/share/doc/pgpool-II/examples/replication_mode_recovery_1st_stage.sample
file etc/pgpool-II/replication_mode_recovery_2nd_stage.sample path=usr/share/doc/pgpool-II/examples/replication_mode_recovery_2nd_stage.sample
 
file path=usr/bin/pcp_attach_node
file path=usr/bin/pcp_detach_node
file path=usr/bin/pcp_health_check_stats
file path=usr/bin/pcp_node_count
file path=usr/bin/pcp_node_info
file path=usr/bin/pcp_pool_status
file path=usr/bin/pcp_proc_count
file path=usr/bin/pcp_proc_info
file path=usr/bin/pcp_promote_node
file path=usr/bin/pcp_recovery_node
file path=usr/bin/pcp_reload_config
file path=usr/bin/pcp_stop_pgpool
file path=usr/bin/pcp_watchdog_info
file path=usr/bin/pg_enc
file path=usr/bin/pg_md5
file path=usr/bin/pgpool
file path=usr/bin/pgpool_setup
file path=usr/bin/pgproto
file path=usr/bin/watchdog_setup
file path=usr/bin/wd_cli
file path=usr/include/libpcp_ext.h
file path=usr/include/pcp.h
file path=usr/include/pool_process_reporting.h
file path=usr/include/pool_type.h
file path=usr/lib/$(MACH64)/libpcp.a
link path=usr/lib/$(MACH64)/libpcp.so target=libpcp.so.2.0.0
link path=usr/lib/$(MACH64)/libpcp.so.2 target=libpcp.so.2.0.0
file path=usr/lib/$(MACH64)/libpcp.so.2.0.0
file path=usr/share/man/man1/PGPOOL_RESET.1
file path=usr/share/man/man1/PGPOOL_SET.1
file path=usr/share/man/man1/PGPOOL_SHOW.1
file path=usr/share/man/man1/SHOW_POOL_BACKEND_STATS.1
file path=usr/share/man/man1/SHOW_POOL_CACHE.1
file path=usr/share/man/man1/SHOW_POOL_HEALTH_CHECK_STATS.1
file path=usr/share/man/man1/SHOW_POOL_NODES.1
file path=usr/share/man/man1/SHOW_POOL_POOLS.1
file path=usr/share/man/man1/SHOW_POOL_PROCESSES.1
file path=usr/share/man/man1/SHOW_POOL_STATUS.1
file path=usr/share/man/man1/SHOW_POOL_VERSION.1
file path=usr/share/man/man1/pcp_attach_node.1
file path=usr/share/man/man1/pcp_common_options.1
file path=usr/share/man/man1/pcp_detach_node.1
file path=usr/share/man/man1/pcp_health_check_stats.1
file path=usr/share/man/man1/pcp_node_count.1
file path=usr/share/man/man1/pcp_node_info.1
file path=usr/share/man/man1/pcp_pool_status.1
file path=usr/share/man/man1/pcp_proc_count.1
file path=usr/share/man/man1/pcp_proc_info.1
file path=usr/share/man/man1/pcp_promote_node.1
file path=usr/share/man/man1/pcp_recovery_node.1
file path=usr/share/man/man1/pcp_reload_config.1
file path=usr/share/man/man1/pcp_stop_pgpool.1
file path=usr/share/man/man1/pcp_watchdog_info.1
file path=usr/share/man/man1/pg_enc.1
file path=usr/share/man/man1/pg_md5.1
file path=usr/share/man/man1/pgpool_setup.1
file path=usr/share/man/man1/pgproto.1
file path=usr/share/man/man1/watchdog_setup.1
file path=usr/share/man/man1/wd_cli.1
file path=usr/share/man/man8/pgpool.8
file path=usr/share/pgpool-II/insert_lock.sql
file path=usr/share/pgpool-II/pgpool.pam