Print this page
7293 Sun Secure Shell is neither

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/service-network-ssh-common.mf
          +++ new/usr/src/pkg/manifests/service-network-ssh-common.mf
↓ open down ↓ 7 lines elided ↑ open up ↑
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright 2015 Alexander Pyhalov
  14   14  #
  15   15  
  16   16  set name=pkg.fmri value=pkg:/service/network/ssh-common@$(PKGVERS)
  17   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"
       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."
  21   20  set name=info.classification \
  22   21      value=org.opensolaris.category.2008:System/Security
       22 +set name=org.opensolaris.noincorp value=true
  23   23  set name=variant.arch value=$(ARCH)
  24   24  dir path=etc group=sys
  25   25  dir path=etc/ssh group=sys
  26   26  dir path=lib
  27   27  dir path=lib/svc
  28   28  dir path=lib/svc/manifest group=sys
  29   29  dir path=lib/svc/manifest/network group=sys
  30   30  dir path=lib/svc/method
  31   31  dir path=usr group=sys
  32   32  dir path=usr/share/man
  33   33  dir path=usr/share/man/man4
  34      -file path=etc/ssh/moduli.sunssh group=sys preserve=true
  35   34  file path=etc/ssh/ssh_config group=sys \
  36   35      original_name=network/ssh:etc/ssh/ssh_config preserve=true
  37   36  file path=etc/ssh/sshd_config group=sys \
  38   37      original_name=service/network/ssh:etc/ssh/sshd_config preserve=true
  39   38  file path=lib/svc/manifest/network/ssh.xml group=sys mode=0444
  40   39  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   40  license usr/src/cmd/ssh/THIRDPARTYLICENSE \
  44   41      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
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX