Print this page
5861 clean up obsolete init scripts

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/service-network-smtp-sendmail.mf
          +++ new/usr/src/pkg/manifests/service-network-smtp-sendmail.mf
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24      -# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
       24 +# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
  25   25  #
  26   26  
  27   27  set name=pkg.fmri \
  28   28      value=pkg:/service/network/smtp/sendmail@8.14.4,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
  29   29  set name=pkg.description value="Sendmail Utilities"
  30   30  set name=pkg.summary value=Sendmail
  31   31  set name=info.classification value=org.opensolaris.category.2008:System/Core
  32   32  set name=variant.arch value=$(ARCH)
  33   33  dir path=etc group=sys
  34      -dir path=etc/init.d group=sys
  35   34  dir path=etc/mail group=mail
  36   35  dir path=etc/mail/cf group=mail
  37   36  dir path=etc/mail/cf/cf group=mail
  38   37  dir path=etc/mail/cf/domain group=mail
  39   38  dir path=etc/mail/cf/feature group=mail
  40   39  dir path=etc/mail/cf/m4 group=mail
  41   40  dir path=etc/mail/cf/mailer group=mail
  42   41  dir path=etc/mail/cf/ostype group=mail
  43   42  dir path=etc/mail/cf/sh group=mail
  44   43  dir path=lib
↓ open down ↓ 17 lines elided ↑ open up ↑
  62   61  dir path=usr/share/man
  63   62  dir path=usr/share/man/man1
  64   63  dir path=usr/share/man/man1m
  65   64  dir path=usr/share/man/man4
  66   65  dir path=var group=sys
  67   66  dir path=var/adm group=sys mode=0775
  68   67  dir path=var/adm/sm.bin group=sys
  69   68  dir path=var/spool
  70   69  dir path=var/spool/clientmqueue group=smmsp mode=0770 owner=smmsp
  71   70  dir path=var/spool/mqueue mode=0750
  72      -file path=etc/init.d/sendmail group=sys mode=0744 \
  73      -    original_name=SUNWsndm:etc/init.d/sendmail preserve=true
  74   71  file path=etc/mail/aliases original_name=SUNWsndm:etc/mail/aliases \
  75   72      preserve=true
  76   73  file path=etc/mail/cf/README group=mail mode=0444
  77   74  file path=etc/mail/cf/cf/Makefile group=mail mode=0444
  78   75  file path=etc/mail/cf/cf/sendmail.cf group=mail mode=0444
  79   76  file path=etc/mail/cf/cf/sendmail.mc group=mail mode=0444
  80   77  file path=etc/mail/cf/cf/submit.cf group=mail mode=0444
  81   78  file path=etc/mail/cf/cf/submit.mc group=mail mode=0444
  82   79  file path=etc/mail/cf/domain/generic.m4 group=mail mode=0444
  83   80  file path=etc/mail/cf/domain/solaris-antispam.m4 group=mail mode=0444
↓ open down ↓ 162 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX