Print this page
6658907 digest(1) and mac(1) could benefit from being 64-bit programs


   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 # ident "@(#)prototype_com      1.568   08/02/21 SMI"
  26 #
  27 # This required package information file contains a list of package contents.
  28 # The 'pkgmk' command uses this file to identify the contents of a package
  29 # and their location on the development machine when building the package.
  30 # Can be created via a text editor or through use of the 'pkgproto' command.
  31 
  32 
  33 #!search <pathname pathname ...>  # where to find pkg objects
  34 #!include <filename>                      # include another 'prototype' file
  35 #!default <mode> <owner> <group>      # default used if not specified on entry
  36 #!<param>=<value>                   # puts parameter in pkg environment
  37 
  38 # packaging files
  39 i pkginfo
  40 i copyright
  41 i postinstall
  42 #
  43 # source locations relative to the prototype file
  44 #
  45 # SUNWcsu


  81 f none usr/bin/cmp 555 root bin
  82 l none usr/bin/command=../../usr/bin/alias
  83 f none usr/bin/coreadm 555 root bin
  84 f none usr/bin/cp 555 root bin
  85 f none usr/bin/cpio 555 root bin
  86 f none usr/bin/crle 555 root bin
  87 f none usr/bin/crontab 4555 root bin
  88 f none usr/bin/crypt 555 root bin
  89 f none usr/bin/csh 555 root bin
  90 f none usr/bin/ctrun 555 root bin
  91 f none usr/bin/ctstat 555 root bin
  92 f none usr/bin/ctwatch 555 root bin
  93 f none usr/bin/cut 555 root bin
  94 f none usr/bin/date 555 root bin
  95 f none usr/bin/dd 555 root bin
  96 f none usr/bin/decrypt 555 root bin
  97 f none usr/bin/devattr 555 root bin
  98 f none usr/bin/devfree 555 root bin
  99 f none usr/bin/devreserv 555 root bin
 100 s none usr/bin/df=../sbin/df
 101 f none usr/bin/digest 555 root bin
 102 f none usr/bin/dirname 555 root bin
 103 l none usr/bin/dispgid=../../usr/bin/ckgid
 104 l none usr/bin/dispuid=../../usr/bin/ckuid
 105 f none usr/bin/domainname 555 root bin
 106 f none usr/bin/du 555 root bin
 107 f none usr/bin/dumpcs 555 root bin
 108 f none usr/bin/dumpkeys 555 root bin
 109 f none usr/bin/echo 555 root bin
 110 f none usr/bin/ed 555 root bin
 111 f none usr/bin/edit 555 root bin
 112 f none usr/bin/egrep 555 root bin
 113 f none usr/bin/eject 555 root bin
 114 l none usr/bin/encrypt=../../usr/bin/decrypt
 115 f none usr/bin/env 555 root bin
 116 l none usr/bin/ex=../../usr/bin/edit
 117 f none usr/bin/expr 555 root bin
 118 f none usr/bin/false 555 root bin
 119 l none usr/bin/fc=../../usr/bin/alias
 120 f none usr/bin/fdetach 555 root bin
 121 f none usr/bin/fdformat 4555 root bin


 160 f none usr/bin/join 555 root bin
 161 s none usr/bin/jsh=../../sbin/sh
 162 f none usr/bin/kbd 555 root bin
 163 f none usr/bin/keylogin 555 root bin
 164 f none usr/bin/keylogout 555 root bin
 165 l none usr/bin/kill=../../usr/bin/alias
 166 f none usr/bin/kmfcfg 555 root bin
 167 f none usr/bin/ksh 555 root bin
 168 l none usr/bin/ksh93=../../usr/lib/isaexec
 169 f none usr/bin/line 555 root bin
 170 f none usr/bin/listdgrp 555 root bin
 171 f none usr/bin/listusers 555 root bin
 172 l none usr/bin/ln=../../usr/bin/cp
 173 f none usr/bin/loadkeys 555 root bin
 174 f none usr/bin/localedef 555 root bin
 175 f none usr/bin/logger 555 root bin
 176 f none usr/bin/login 4555 root bin
 177 f none usr/bin/logins 750 root bin
 178 f none usr/bin/ls 555 root bin
 179 l none usr/bin/m68k=../../usr/bin/i286
 180 l none usr/bin/mac=../../usr/bin/digest
 181 f none usr/bin/mach 555 root bin
 182 f none usr/bin/mail 2511 root mail
 183 f none usr/bin/mailx 2511 root mail
 184 f none usr/bin/makedev 555 root bin
 185 l none usr/bin/mc68000=../../usr/bin/i286
 186 l none usr/bin/mc68010=../../usr/bin/i286
 187 l none usr/bin/mc68020=../../usr/bin/i286
 188 l none usr/bin/mc68030=../../usr/bin/i286
 189 l none usr/bin/mc68040=../../usr/bin/i286
 190 f none usr/bin/mesg 555 root bin
 191 f none usr/bin/mkdir 555 root bin
 192 f none usr/bin/mkpwdict 555 root bin
 193 f none usr/bin/mktemp 555 root bin
 194 f none usr/bin/moe 555 root bin
 195 f none usr/bin/more 555 root bin
 196 f none usr/bin/mpstat 555 root bin
 197 f none usr/bin/mt 555 root bin
 198 l none usr/bin/mv=../../usr/bin/cp
 199 f none usr/bin/netstat 555 root bin
 200 f none usr/bin/newgrp 4755 root sys




   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 # ident "@(#)prototype_com      1.569   08/03/20 SMI"
  26 #
  27 # This required package information file contains a list of package contents.
  28 # The 'pkgmk' command uses this file to identify the contents of a package
  29 # and their location on the development machine when building the package.
  30 # Can be created via a text editor or through use of the 'pkgproto' command.
  31 
  32 
  33 #!search <pathname pathname ...>  # where to find pkg objects
  34 #!include <filename>                      # include another 'prototype' file
  35 #!default <mode> <owner> <group>      # default used if not specified on entry
  36 #!<param>=<value>                   # puts parameter in pkg environment
  37 
  38 # packaging files
  39 i pkginfo
  40 i copyright
  41 i postinstall
  42 #
  43 # source locations relative to the prototype file
  44 #
  45 # SUNWcsu


  81 f none usr/bin/cmp 555 root bin
  82 l none usr/bin/command=../../usr/bin/alias
  83 f none usr/bin/coreadm 555 root bin
  84 f none usr/bin/cp 555 root bin
  85 f none usr/bin/cpio 555 root bin
  86 f none usr/bin/crle 555 root bin
  87 f none usr/bin/crontab 4555 root bin
  88 f none usr/bin/crypt 555 root bin
  89 f none usr/bin/csh 555 root bin
  90 f none usr/bin/ctrun 555 root bin
  91 f none usr/bin/ctstat 555 root bin
  92 f none usr/bin/ctwatch 555 root bin
  93 f none usr/bin/cut 555 root bin
  94 f none usr/bin/date 555 root bin
  95 f none usr/bin/dd 555 root bin
  96 f none usr/bin/decrypt 555 root bin
  97 f none usr/bin/devattr 555 root bin
  98 f none usr/bin/devfree 555 root bin
  99 f none usr/bin/devreserv 555 root bin
 100 s none usr/bin/df=../sbin/df
 101 l none usr/bin/digest=../../usr/lib/isaexec
 102 f none usr/bin/dirname 555 root bin
 103 l none usr/bin/dispgid=../../usr/bin/ckgid
 104 l none usr/bin/dispuid=../../usr/bin/ckuid
 105 f none usr/bin/domainname 555 root bin
 106 f none usr/bin/du 555 root bin
 107 f none usr/bin/dumpcs 555 root bin
 108 f none usr/bin/dumpkeys 555 root bin
 109 f none usr/bin/echo 555 root bin
 110 f none usr/bin/ed 555 root bin
 111 f none usr/bin/edit 555 root bin
 112 f none usr/bin/egrep 555 root bin
 113 f none usr/bin/eject 555 root bin
 114 l none usr/bin/encrypt=../../usr/bin/decrypt
 115 f none usr/bin/env 555 root bin
 116 l none usr/bin/ex=../../usr/bin/edit
 117 f none usr/bin/expr 555 root bin
 118 f none usr/bin/false 555 root bin
 119 l none usr/bin/fc=../../usr/bin/alias
 120 f none usr/bin/fdetach 555 root bin
 121 f none usr/bin/fdformat 4555 root bin


 160 f none usr/bin/join 555 root bin
 161 s none usr/bin/jsh=../../sbin/sh
 162 f none usr/bin/kbd 555 root bin
 163 f none usr/bin/keylogin 555 root bin
 164 f none usr/bin/keylogout 555 root bin
 165 l none usr/bin/kill=../../usr/bin/alias
 166 f none usr/bin/kmfcfg 555 root bin
 167 f none usr/bin/ksh 555 root bin
 168 l none usr/bin/ksh93=../../usr/lib/isaexec
 169 f none usr/bin/line 555 root bin
 170 f none usr/bin/listdgrp 555 root bin
 171 f none usr/bin/listusers 555 root bin
 172 l none usr/bin/ln=../../usr/bin/cp
 173 f none usr/bin/loadkeys 555 root bin
 174 f none usr/bin/localedef 555 root bin
 175 f none usr/bin/logger 555 root bin
 176 f none usr/bin/login 4555 root bin
 177 f none usr/bin/logins 750 root bin
 178 f none usr/bin/ls 555 root bin
 179 l none usr/bin/m68k=../../usr/bin/i286
 180 l none usr/bin/mac=../../usr/lib/isaexec
 181 f none usr/bin/mach 555 root bin
 182 f none usr/bin/mail 2511 root mail
 183 f none usr/bin/mailx 2511 root mail
 184 f none usr/bin/makedev 555 root bin
 185 l none usr/bin/mc68000=../../usr/bin/i286
 186 l none usr/bin/mc68010=../../usr/bin/i286
 187 l none usr/bin/mc68020=../../usr/bin/i286
 188 l none usr/bin/mc68030=../../usr/bin/i286
 189 l none usr/bin/mc68040=../../usr/bin/i286
 190 f none usr/bin/mesg 555 root bin
 191 f none usr/bin/mkdir 555 root bin
 192 f none usr/bin/mkpwdict 555 root bin
 193 f none usr/bin/mktemp 555 root bin
 194 f none usr/bin/moe 555 root bin
 195 f none usr/bin/more 555 root bin
 196 f none usr/bin/mpstat 555 root bin
 197 f none usr/bin/mt 555 root bin
 198 l none usr/bin/mv=../../usr/bin/cp
 199 f none usr/bin/netstat 555 root bin
 200 f none usr/bin/newgrp 4755 root sys