Print this page
    
More parent dependencies for packages which need them.
    
      
        | Split | 
	Close | 
      
      | Expand all | 
      | Collapse all | 
    
    
          --- old/usr/src/pkg/manifests/network-ipd.mf
          +++ new/usr/src/pkg/manifests/network-ipd.mf
   1    1  #
   2    2  # This file and its contents are supplied under the terms of the
   3    3  # Common Development and Distribution License ("CDDL"), version 1.0.
   4    4  # You may only use this file in accordance with the terms of version
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   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 (c) 2013  by Delphix. All rights reserved.
  14   14  #
  15   15  
  16   16  set name=pkg.fmri value=pkg:/network/ipd@$(PKGVERS)
  17   17  set name=pkg.description value="Internet Packet Disturber"
  18   18  set name=pkg.summary value="Internet Packet Disturber"
  19   19  set name=info.classification \
  20   20      value=org.opensolaris.category.2008:System/Hardware
  21   21  set name=variant.arch value=$(ARCH)
  22   22  dir path=kernel group=sys
  23   23  dir path=kernel/drv group=sys
  24   24  dir path=kernel/drv/$(ARCH64) group=sys
  25   25  dir path=usr group=sys
  26   26  dir path=usr/lib
  27   27  dir path=usr/lib/$(ARCH64)
  28   28  dir path=usr/sbin
  29   29  dir path=usr/share/man/man1m
  30   30  driver name=ipd perms="* 0600 root sys"
  31   31  file path=kernel/drv/$(ARCH64)/ipd group=sys
  32   32  $(i386_ONLY)file path=kernel/drv/ipd group=sys
  33   33  file path=kernel/drv/ipd.conf group=sys
  34   34  file path=usr/include/libipd.h
  35   35  file path=usr/include/sys/ipd.h
  36   36  file path=usr/lib/$(ARCH64)/libipd.so.1
  
    | 
      ↓ open down ↓ | 
    36 lines elided | 
    
      ↑ open up ↑ | 
  
  37   37  file path=usr/lib/$(ARCH64)/llib-lipd.ln
  38   38  file path=usr/lib/libipd.so.1
  39   39  file path=usr/lib/llib-lipd
  40   40  file path=usr/lib/llib-lipd.ln
  41   41  file path=usr/sbin/ipdadm mode=0555
  42   42  file path=usr/share/man/man1m/ipdadm.1m
  43   43  license cr_Sun license=cr_Sun
  44   44  license lic_CDDL license=lic_CDDL
  45   45  link path=usr/lib/$(ARCH64)/libipd.so target=libipd.so.1
  46   46  link path=usr/lib/libipd.so target=libipd.so.1
       47 +# ipd needs to match running kernel
       48 +depend fmri=feature/package/dependency/self type=parent \
       49 +    variant.opensolaris.zone=nonglobal
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX