p7zip: assorted fixes
[oi-userland.git] / components / network / hpn-ssh / hpn-ssh-service.p5m
blobaba0e642d0009c2783a04a8bfe9bc23c083abf77
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 # fields enclosed by brackets "[]" replaced with your own identifying
16 # information: Portions Copyright [yyyy] [name of copyright owner]
18 # CDDL HEADER END
20 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
23 <transform file path=usr/sbin/hpnsshd$ -> default restart_fmri svc:/network/hpnssh:default>
24 <transform file path=usr/libexec/hpnssh-keysign$ -> default mode 4555>
26 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
27 set name=pkg.human-version value=$(HUMAN_VERSION)
28 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
29 set name=info.classification \
30     value=org.opensolaris.category.2008:Applications/Internet \
31     value=org.opensolaris.category.2008:System/Security
32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
36 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
38 dir  path=var/empty owner=root group=sys mode=0755 sysattr=readonly
40 group groupname=hpnsshd gid=24
41 user username=hpnsshd ftpuser=false gcos-field="hpnsshd privsep" group=hpnsshd \
42     home-dir=/var/empty login-shell=/bin/false uid=24
44 depend type=require fmri=network/hpn-ssh
46 file path=etc/hpnssh/moduli
47 file path=etc/hpnssh/sshd_config
48 file path=etc/hpnssh/sshd_config.d/50-openindiana.conf
49 file path=lib/svc/manifest/network/hpnssh.xml
50 file path=lib/svc/method/hpnsshd
51 file path=usr/lib/dtrace/hpnsftp.d
52 file path=usr/libexec/hpnsftp-server
53 file path=usr/libexec/hpnssh-keysign
54 file path=usr/libexec/hpnssh-pkcs11-helper
55 file path=usr/libexec/hpnssh-sk-helper
56 file path=usr/sbin/hpnsshd
57 file path=usr/share/man/man5/hpnmoduli.5
58 file path=usr/share/man/man5/hpnsshd_config.5
59 file path=usr/share/man/man8/hpnsftp-server.8
60 file path=usr/share/man/man8/hpnssh-keysign.8
61 file path=usr/share/man/man8/hpnssh-pkcs11-helper.8
62 file path=usr/share/man/man8/hpnssh-sk-helper.8
63 file path=usr/share/man/man8/hpnsshd.8