Print this page
Bump Apache dependency to Apache 2


  26 # objects by interface_check. All strings are Perl regular expressions
  27 # that are compared to file names. In addition to the standard Perl
  28 # syntax, there is one extension:
  29 #
  30 #       MACH(dir)
  31 #
  32 # is expanded into a regular expression that matches the given
  33 # directory, or a 64-bit subdirectory of the directory with the
  34 # name of a 64-bit architecture. For example, MACH(lib) will match
  35 # any of the following:
  36 #
  37 #       lib
  38 #       lib/amd64
  39 #       lib/sparcv9
  40 
  41 
  42 # Shared objects underneath these parts of the tree are taken to be plugins.
  43 # Plugins are not required to have versioned file names, and are not required
  44 # to be internally versioned.
  45 #
  46 PLUGIN          ^usr/apache/libexec
  47 PLUGIN          ^usr/lib/devfsadm
  48 PLUGIN          ^usr/lib/efcode/.*\.so$
  49 PLUGIN          ^usr/lib/elfedit
  50 PLUGIN          ^usr/lib/fm/fmd/plugins
  51 PLUGIN          ^usr/lib/fm/fmd/schemes
  52 PLUGIN          ^usr/lib/fm/topo/plugins
  53 PLUGIN          ^usr/lib/fwflash
  54 PLUGIN          ^usr/lib/iconv
  55 PLUGIN          ^usr/lib/inet/ppp
  56 PLUGIN          ^usr/lib/mdb
  57 PLUGIN          ^usr/lib/pci
  58 PLUGIN          ^usr/lib/picl/plugins
  59 PLUGIN          ^usr/lib/python2.[46]
  60 PLUGIN          ^usr/lib/rcm/modules
  61 PLUGIN          ^usr/lib/scsi/plugins
  62 PLUGIN          ^usr/lib/sysevent/modules
  63 PLUGIN          ^usr/perl5/5\.[^\\]*/lib
  64 PLUGIN          ^usr/platform
  65 PLUGIN          ^usr/sadm/lib/wbem
  66 




  26 # objects by interface_check. All strings are Perl regular expressions
  27 # that are compared to file names. In addition to the standard Perl
  28 # syntax, there is one extension:
  29 #
  30 #       MACH(dir)
  31 #
  32 # is expanded into a regular expression that matches the given
  33 # directory, or a 64-bit subdirectory of the directory with the
  34 # name of a 64-bit architecture. For example, MACH(lib) will match
  35 # any of the following:
  36 #
  37 #       lib
  38 #       lib/amd64
  39 #       lib/sparcv9
  40 
  41 
  42 # Shared objects underneath these parts of the tree are taken to be plugins.
  43 # Plugins are not required to have versioned file names, and are not required
  44 # to be internally versioned.
  45 #
  46 PLUGIN          ^usr/apache2/2.2/libexec
  47 PLUGIN          ^usr/lib/devfsadm
  48 PLUGIN          ^usr/lib/efcode/.*\.so$
  49 PLUGIN          ^usr/lib/elfedit
  50 PLUGIN          ^usr/lib/fm/fmd/plugins
  51 PLUGIN          ^usr/lib/fm/fmd/schemes
  52 PLUGIN          ^usr/lib/fm/topo/plugins
  53 PLUGIN          ^usr/lib/fwflash
  54 PLUGIN          ^usr/lib/iconv
  55 PLUGIN          ^usr/lib/inet/ppp
  56 PLUGIN          ^usr/lib/mdb
  57 PLUGIN          ^usr/lib/pci
  58 PLUGIN          ^usr/lib/picl/plugins
  59 PLUGIN          ^usr/lib/python2.[46]
  60 PLUGIN          ^usr/lib/rcm/modules
  61 PLUGIN          ^usr/lib/scsi/plugins
  62 PLUGIN          ^usr/lib/sysevent/modules
  63 PLUGIN          ^usr/perl5/5\.[^\\]*/lib
  64 PLUGIN          ^usr/platform
  65 PLUGIN          ^usr/sadm/lib/wbem
  66