ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / sysutils / nut / nut-common.p5m
blob5f7a5ff5c2f63ade9bf7e4d1a51dbd31b69b2e72
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2016-2023 Jim Klimov. All rights reserved.
24 set name=pkg.fmri \
25     value=pkg:/$(COMPONENT_FMRI)/common@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
26 set name=pkg.human-version value=$(HUMAN_VERSION)
27 set name=pkg.summary value="$(COMPONENT_SUMMARY) (Base accounts and dirs)"
28 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
29 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
30 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
31 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
33 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
35 # Ensure the UID exists till the end, until after the main packages are removed
36 # and in particular do not move databases and logs into lost+found on uninstall
37 # Note the locked user password is NL (not NP) because it has to manage crontab
38 # Default rights inspired by scripts/Solaris/postinstall.in
39 group groupname=nut gid=77
40 user ftpuser=false gcos-field="Network UPS Tools Reserved UID" \
41     group=nut group-list=root \
42     password=NL username=nut uid=77
44 # NUT service names are grouped as "system/power/nut*", hence the directory:
45 dir group=sys owner=root mode=0755 path=lib/svc/manifest/system/power
47 # These directories can hold some content generated or downloaded at runtime
48 # and can become lost+found when you un/re-install the core packages (if these
49 # pkg actions are delivered there instead)
50 dir group=nut owner=root mode=0775 path=etc/nut
51 dir group=nut owner=root mode=0770 path=var/db/nut
52 file files/README-NUT-etc.txt path=etc/nut/README-NUT-etc.txt owner=root group=bin
54 # Configuration report with details of this build
55 file path=usr/share/nut/config.nut_report_feature.log
57 # NUT umbrella service
58 # Services for monitoring client (upsmon) generally does not have to be
59 # present and running on the same system as a data server and drivers.
60 # NUT should start generally after networking (if SNMP or NetXML is used,
61 # or if this box is a client to remote upsd). Ending is trickier - could
62 # want it to issue killpower late in shutdown, but have network to be able
63 # to do so (for remote UPSes). This can be tuned in XML manifest by user.
64 file path=usr/share/nut/solaris-smf/manifest/nut.xml
65 link path=lib/svc/manifest/system/power/nut.xml \
66     target=../../../../../usr/share/nut/solaris-smf/manifest/nut.xml \
67     restart_fmri=svc:/system/manifest-import:default
69 # Common to clients, server, drivers...
70 file scripts/misc/nut.bash_completion path=usr/share/bash-completion/completions/nut
71 file scripts/logrotate/nutlogd path=usr/share/nut/nutlogd.example