Print this page
4815 Want rm support for -v option
4816 rm does not print error messages when -f is used

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-xopen-xcu4.mf
          +++ new/usr/src/pkg/manifests/system-xopen-xcu4.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 2014 Andrew Stormont.
  24   25  #
  25   26  
  26   27  set name=pkg.fmri value=pkg:/system/xopen/xcu4@$(PKGVERS)
  27   28  set name=pkg.description \
  28   29      value="utilities providing conformance with XCU4 specifications"
  29   30  set name=pkg.summary value="XCU4 Utilities"
  30   31  set name=info.classification \
  31   32      value="org.opensolaris.category.2008:Applications/System Utilities"
  32   33  set name=variant.arch value=$(ARCH)
  33   34  dir path=usr group=sys
↓ open down ↓ 22 lines elided ↑ open up ↑
  56   57  file path=usr/xpg4/bin/id mode=0555
  57   58  file path=usr/xpg4/bin/link mode=0555
  58   59  file path=usr/xpg4/bin/ls mode=0555
  59   60  file path=usr/xpg4/bin/m4 mode=0555
  60   61  file path=usr/xpg4/bin/more mode=0555
  61   62  file path=usr/xpg4/bin/nice mode=0555
  62   63  file path=usr/xpg4/bin/nl mode=0555
  63   64  file path=usr/xpg4/bin/nm mode=0555
  64   65  file path=usr/xpg4/bin/nohup mode=0555
  65   66  file path=usr/xpg4/bin/pr mode=0555
  66      -file path=usr/xpg4/bin/rm mode=0555
  67   67  file path=usr/xpg4/bin/sort mode=0555
  68   68  file path=usr/xpg4/bin/stty mode=0555
  69   69  file path=usr/xpg4/bin/who mode=0555
  70   70  hardlink path=usr/xpg4/bin/egrep target=../../../usr/xpg4/bin/grep
  71   71  hardlink path=usr/xpg4/bin/ex target=../../../usr/xpg4/bin/edit
  72   72  hardlink path=usr/xpg4/bin/fgrep target=../../../usr/xpg4/bin/grep
  73   73  hardlink path=usr/xpg4/bin/ln target=../../../usr/xpg4/bin/cp
  74   74  hardlink path=usr/xpg4/bin/mv target=../../../usr/xpg4/bin/cp
  75   75  hardlink path=usr/xpg4/bin/vedit target=../../../usr/xpg4/bin/edit
  76   76  hardlink path=usr/xpg4/bin/vi target=../../../usr/xpg4/bin/edit
↓ open down ↓ 14 lines elided ↑ open up ↑
  91   91  link path=usr/xpg4/bin/fc target=../../bin/alias
  92   92  link path=usr/xpg4/bin/fg target=../../bin/alias
  93   93  link path=usr/xpg4/bin/getopts target=../../bin/alias
  94   94  link path=usr/xpg4/bin/hash target=../../bin/alias
  95   95  link path=usr/xpg4/bin/ipcs target=../../bin/ipcs
  96   96  link path=usr/xpg4/bin/jobs target=../../bin/alias
  97   97  link path=usr/xpg4/bin/kill target=../../bin/alias
  98   98  link path=usr/xpg4/bin/od target=../../bin/od
  99   99  link path=usr/xpg4/bin/pfsh target=../../bin/pfexec
 100  100  link path=usr/xpg4/bin/read target=../../bin/alias
      101 +link path=usr/xpg4/bin/rm target=../../bin/rm
 101  102  link path=usr/xpg4/bin/sed target=../../bin/sed
 102  103  link path=usr/xpg4/bin/sh target=../../bin/ksh93
 103  104  link path=usr/xpg4/bin/tail target=../../bin/tail
 104  105  link path=usr/xpg4/bin/test target=../../bin/alias
 105  106  link path=usr/xpg4/bin/tr target=../../bin/tr
 106  107  link path=usr/xpg4/bin/type target=../../bin/alias
 107  108  link path=usr/xpg4/bin/ulimit target=../../bin/alias
 108  109  link path=usr/xpg4/bin/umask target=../../bin/alias
 109  110  link path=usr/xpg4/bin/unalias target=../../bin/alias
 110  111  link path=usr/xpg4/bin/wait target=../../bin/alias
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX