rebuild geeqie
[oi-userland.git] / components / network / openssh / ssh-service.p5m
blob45d0845aece8b36568964518e896924f06c12e06
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/sshd$ -> default restart_fmri svc:/network/ssh:default>
25 set name=pkg.fmri value=pkg:/service/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
26 set name=pkg.summary value="OpenSSH servers and SSH (Secure Shell) services"
27 set name=pkg.human-version value=$(HUMAN_VERSION)
28 set name=info.classification \
29     value=org.opensolaris.category.2008:Applications/Internet \
30     value=org.opensolaris.category.2008:System/Security
31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
33 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
35 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
37 dir  path=var/empty owner=root group=sys mode=0755 sysattr=readonly
39 group groupname=sshd gid=22
40 user username=sshd ftpuser=false gcos-field="sshd privsep" group=sshd \
41     home-dir=/var/empty login-shell=/bin/false uid=22
43 depend type=require fmri=pkg:/network/ssh
45 # We have to preserve original_name as file was once moved to
46 # ssh-common and back again
47 file files/sshd_config original_name=service/network/ssh:etc/ssh/sshd_config \
48    path=etc/ssh/sshd_config mode=0644 preserve=true
49 file files/ssh.xml path=lib/svc/manifest/network/ssh.xml
50 file files/sshd path=lib/svc/method/sshd
52 file path=etc/ssh/moduli
53 file usr/lib/dtrace/64/sftp64.d path=usr/lib/dtrace/sftp.d mode=0555
54 file path=usr/libexec/sftp-server
55 file path=usr/libexec/ssh-keysign mode=4555
56 file path=usr/libexec/ssh-pkcs11-helper
57 file path=usr/libexec/sshd-session
58 file path=usr/sbin/sshd
59 file path=usr/share/man/man8/sftp-server.8
60 file path=usr/share/man/man8/ssh-keysign.8
61 file path=usr/share/man/man8/ssh-pkcs11-helper.8
62 file path=usr/share/man/man8/sshd.8
63 link path=usr/share/man/man4/authorized_keys.5 target=../man8/sshd.8
64 file path=usr/share/man/man5/moduli.5
65 file path=usr/share/man/man5/sshd_config.5