Print this page
5861 clean up obsolete init scripts

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/service-file-system-nfs.mf
          +++ new/usr/src/pkg/manifests/service-file-system-nfs.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 value=pkg:/service/file-system/nfs@$(PKGVERS)
  28   28  set name=pkg.description value="Network File System (NFS) server support"
  29   29  set name=pkg.summary value="Network File System (NFS) server support"
  30   30  set name=info.classification \
  31   31      value="org.opensolaris.category.2008:System/File System"
  32   32  set name=variant.arch value=$(ARCH)
  33   33  dir path=etc group=sys
  34   34  dir path=etc/default group=sys
  35      -dir path=etc/init.d group=sys
  36   35  dir path=etc/nfs group=sys
  37   36  dir path=kernel group=sys
  38   37  dir path=kernel/misc group=sys
  39   38  dir path=kernel/misc/$(ARCH64) group=sys
  40   39  dir path=lib
  41   40  dir path=lib/svc
  42   41  dir path=lib/svc/manifest group=sys
  43   42  dir path=lib/svc/manifest/network group=sys
  44   43  dir path=lib/svc/manifest/network/nfs group=sys
  45   44  dir path=lib/svc/method
↓ open down ↓ 4 lines elided ↑ open up ↑
  50   49  dir path=usr/lib/fs/nfs/$(ARCH64) group=sys
  51   50  dir path=usr/lib/nfs group=sys
  52   51  dir path=usr/lib/reparse group=bin
  53   52  dir path=usr/lib/reparse/$(ARCH64) group=sys
  54   53  dir path=usr/sbin
  55   54  dir path=usr/share/man
  56   55  dir path=usr/share/man/man1m
  57   56  dir path=usr/share/man/man5
  58   57  file path=etc/default/nfslogd group=sys \
  59   58      original_name=SUNWnfss:etc/default/nfslogd preserve=true
  60      -file path=etc/init.d/nfs.server group=sys mode=0744 \
  61      -    original_name=SUNWnfss:etc/init.d/nfs.server preserve=true
  62   59  file path=etc/nfs/nfslog.conf group=sys \
  63   60      original_name=SUNWnfss:etc/nfs/nfslog.conf preserve=true
  64   61  file path=kernel/misc/$(ARCH64)/nfssrv group=sys mode=0755
  65   62  $(i386_ONLY)file path=kernel/misc/nfssrv group=sys mode=0755
  66   63  file path=lib/svc/manifest/network/nfs/nfslogd.xml group=sys mode=0444
  67   64  file path=lib/svc/manifest/network/nfs/rquota.xml group=sys mode=0444
  68   65  file path=lib/svc/manifest/network/nfs/server.xml group=sys mode=0444
  69   66  file path=lib/svc/method/nfs-server mode=0555
  70   67  file path=usr/lib/fs/nfs/$(ARCH64)/libshare_nfs.so.1
  71   68  file path=usr/lib/fs/nfs/libshare_nfs.so.1
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX