1 #
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 2015 Alexander Pyhalov
14 #
15
16 set name=pkg.fmri value=pkg:/service/network/ssh-common@$(PKGVERS)
17 set name=pkg.description \
18 value="Provides configuration files and server support for the Secure Shell (SSH) service which creates RSA and DSA host keys if they are not available and start or stop the sshd (Secure Shell daemon)."
19 set name=pkg.summary \
20 value="Secure Shell (SSH) service and configuration files"
21 set name=info.classification \
22 value=org.opensolaris.category.2008:System/Security
23 set name=variant.arch value=$(ARCH)
24 dir path=etc group=sys
25 dir path=etc/ssh group=sys
26 dir path=lib
27 dir path=lib/svc
28 dir path=lib/svc/manifest group=sys
29 dir path=lib/svc/manifest/network group=sys
30 dir path=lib/svc/method
31 dir path=usr group=sys
32 dir path=usr/share/man
33 dir path=usr/share/man/man4
34 file path=etc/ssh/moduli.sunssh group=sys preserve=true
35 file path=etc/ssh/ssh_config group=sys \
36 original_name=network/ssh:etc/ssh/ssh_config preserve=true
37 file path=etc/ssh/sshd_config group=sys \
38 original_name=service/network/ssh:etc/ssh/sshd_config preserve=true
39 file path=lib/svc/manifest/network/ssh.xml group=sys mode=0444
40 file path=lib/svc/method/sshd mode=0555
41 file path=usr/share/man/man4/ssh_config.sunssh.4
42 file path=usr/share/man/man4/sshd_config.sunssh.4
43 license usr/src/cmd/ssh/THIRDPARTYLICENSE \
44 license=usr/src/cmd/ssh/THIRDPARTYLICENSE
45 link path=etc/ssh/moduli mediator=ssh mediator-implementation=sunssh \
46 target=moduli.sunssh
47 link path=usr/share/man/man4/ssh_config.4 mediator=ssh \
48 mediator-implementation=sunssh target=ssh_config.sunssh.4
49 link path=usr/share/man/man4/sshd_config.4 mediator=ssh \
50 mediator-implementation=sunssh target=sshd_config.sunssh.4
|
1 #
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 2015 Alexander Pyhalov
14 #
15
16 set name=pkg.fmri value=pkg:/service/network/ssh-common@$(PKGVERS)
17 set name=pkg.description \
18 value="Provides SMF service for the Secure Shell (SSH) service which creates RSA and DSA host keys if they are not available and start or stop the sshd (Secure Shell daemon)."
19 set name=pkg.summary value="Secure Shell (SSH) service."
20 set name=info.classification \
21 value=org.opensolaris.category.2008:System/Security
22 set name=org.opensolaris.noincorp value=true
23 set name=variant.arch value=$(ARCH)
24 dir path=etc group=sys
25 dir path=etc/ssh group=sys
26 dir path=lib
27 dir path=lib/svc
28 dir path=lib/svc/manifest group=sys
29 dir path=lib/svc/manifest/network group=sys
30 dir path=lib/svc/method
31 dir path=usr group=sys
32 dir path=usr/share/man
33 dir path=usr/share/man/man4
34 file path=etc/ssh/ssh_config group=sys \
35 original_name=network/ssh:etc/ssh/ssh_config preserve=true
36 file path=etc/ssh/sshd_config group=sys \
37 original_name=service/network/ssh:etc/ssh/sshd_config preserve=true
38 file path=lib/svc/manifest/network/ssh.xml group=sys mode=0444
39 file path=lib/svc/method/sshd mode=0555
40 license usr/src/cmd/ssh/THIRDPARTYLICENSE \
41 license=usr/src/cmd/ssh/THIRDPARTYLICENSE
|