Print this page
6418676 encrypt(1) and decrypt(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.570   08/03/26 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


  76 f none usr/bin/cksum 555 root bin
  77 f none usr/bin/cktime 555 root bin
  78 f none usr/bin/ckuid 555 root bin
  79 f none usr/bin/ckyorn 555 root bin
  80 f none usr/bin/clear 555 root bin
  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
 122 l none usr/bin/fg=../../usr/bin/alias
 123 f none usr/bin/fgrep 555 root bin
 124 f none usr/bin/file 555 root bin
 125 f none usr/bin/find 555 root bin
 126 f none usr/bin/fmli 755 root bin
 127 f none usr/bin/fmt 555 root bin
 128 f none usr/bin/fmtmsg 555 root bin
 129 f none usr/bin/fold 555 root bin
 130 f none usr/bin/fsstat 555 root bin
 131 f none usr/bin/geniconvtbl 555 root bin
 132 f none usr/bin/getconf 555 root bin
 133 f none usr/bin/getdev 555 root bin
 134 f none usr/bin/getdgrp 555 root bin




   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.571   08/04/30 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


  76 f none usr/bin/cksum 555 root bin
  77 f none usr/bin/cktime 555 root bin
  78 f none usr/bin/ckuid 555 root bin
  79 f none usr/bin/ckyorn 555 root bin
  80 f none usr/bin/clear 555 root bin
  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 l none usr/bin/decrypt=../../usr/lib/isaexec
  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/lib/isaexec
 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
 122 l none usr/bin/fg=../../usr/bin/alias
 123 f none usr/bin/fgrep 555 root bin
 124 f none usr/bin/file 555 root bin
 125 f none usr/bin/find 555 root bin
 126 f none usr/bin/fmli 755 root bin
 127 f none usr/bin/fmt 555 root bin
 128 f none usr/bin/fmtmsg 555 root bin
 129 f none usr/bin/fold 555 root bin
 130 f none usr/bin/fsstat 555 root bin
 131 f none usr/bin/geniconvtbl 555 root bin
 132 f none usr/bin/getconf 555 root bin
 133 f none usr/bin/getdev 555 root bin
 134 f none usr/bin/getdgrp 555 root bin