Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
12c9f8 1 #
GM 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2022 Gary Mills
14 #
15
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.human-version value=$(HUMAN_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
22 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
23
24 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
25
a95bbc 26 # Files in the files directory
AW 27 file zrepl.yml path=etc/zrepl/zrepl.yml \
28     mode=0644 preserve=true
29 file zrepl.yml path=etc/zrepl/zrepl.yml-ref \
30     mode=0444
31 file zrepl.xml path=lib/svc/manifest/application/zrepl.xml
32 file zrepl path=lib/svc/method/zrepl \
33     mode=0555
34 file exec_attr path=etc/security/exec_attr.d/zrepl
35
12c9f8 36 file path=usr/bin/zrepl
GM 37 file path=usr/share/bash-completion/completions/zrepl
38 file path=usr/share/man/man5/zrepl.yml.5
39 file path=usr/share/man/man8/zrepl.8
40 file path=usr/share/zrepl/config/bandwidth_limit.yml
41 file path=usr/share/zrepl/config/illumos.yml
42 file path=usr/share/zrepl/config/local.yml
43 file path=usr/share/zrepl/config/pull.yml
44 file path=usr/share/zrepl/config/pull_ssh.yml
45 file path=usr/share/zrepl/config/push.yml
46 file path=usr/share/zrepl/config/quickstart_backup_to_external_disk.yml
47 file path=usr/share/zrepl/config/quickstart_continuous_server_backup_receiver.yml
48 file path=usr/share/zrepl/config/quickstart_continuous_server_backup_sender.yml
49 file path=usr/share/zrepl/config/quickstart_fan_out_replication_source.yml
50 file path=usr/share/zrepl/config/quickstart_fan_out_replication_target.yml
51 file path=usr/share/zrepl/config/sink.yml
52 file path=usr/share/zrepl/config/snap.yml
a95bbc 53 file path=usr/share/zrepl/config/snap_cron.yml
12c9f8 54 file path=usr/share/zrepl/config/source.yml
GM 55 file path=usr/share/zrepl/config/source_ssh.yml
56 file path=usr/share/zsh/site-functions/_zrepl