# PaCkAgE DaTaStReAm CSWisaexec 1 14 # end of header 070701000083b0000081a4000004050000000a0000000149cbff5f0000011d0000010000010005ffffffffffffffff0000001300000000CSWisaexec/pkginfoARCH=all PKG=CSWisaexec NAME=isaexec - sneaky wrapper around Sun isaexec VERSION=0.2,REV=2009.03.26 CATEGORY=system VENDOR=http://www.opencsw.org/ packaged for CSW by Philip Brown HOTLINE=http://www.opencsw.org/bugtrack/ EMAIL=phil@opencsw.org PSTAMP=bender20090326231911 CLASSES=none 070701000083af000081a4000004050000000a0000000149cbff5f000000d80000010000010005ffffffffffffffff0000001200000000CSWisaexec/pkgmap: 1 14 1 d none /opt/csw 0755 root bin 1 d none /opt/csw/bin 0755 root bin 1 i copyright 279 25779 1238105140 1 i pkginfo 285 23662 1238105951 1 i postinstall 727 61861 1238105876 1 i postremove 352 29096 1238105375 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!070701000083b0000081a4000004050000000a0000000149cbff5f0000011d0000010000010005ffffffffffffffff0000000800000000pkginfoARCH=all PKG=CSWisaexec NAME=isaexec - sneaky wrapper around Sun isaexec VERSION=0.2,REV=2009.03.26 CATEGORY=system VENDOR=http://www.opencsw.org/ packaged for CSW by Philip Brown HOTLINE=http://www.opencsw.org/bugtrack/ EMAIL=phil@opencsw.org PSTAMP=bender20090326231911 CLASSES=none 070701000083af000081a4000004050000000a0000000149cbff5f000000d80000010000010005ffffffffffffffff0000000700000000pkgmap: 1 14 1 d none /opt/csw 0755 root bin 1 d none /opt/csw/bin 0755 root bin 1 i copyright 279 25779 1238105140 1 i pkginfo 285 23662 1238105951 1 i postinstall 727 61861 1238105876 1 i postremove 352 29096 1238105375 070701000083b1000041ed000004050000000a0000000249cbff5f000000000000010000010005ffffffffffffffff0000000800000000install070701000083b4000081ed000004050000000a0000000149cbfd1f000001600000010000010005ffffffffffffffff0000001300000000install/postremove#!/bin/sh # remove script for CSW copy of sun's isaexec filename=`removef $PKGINST /opt/csw/bin/isaexec` if [ "$filename" = "" ] ; then echo "Note: /opt/csw/bin/isaexec not clear for removal." echo "Not removing" exit 0 fi # even if we are in a zone, just ignore failure here. rm -f $BASEDIR/opt/csw/bin/isaexec 2>/dev/null removef -f $PKGINST 070701000083b2000081a4000004050000000a0000000149cbfc34000001170000010000010005ffffffffffffffff0000001200000000install/copyrightThis interesting packaging hack is copyrighted by Philip Brown, phil@bolthole.com You may copy, install, and otherwise redistribute this package as you like, without having to pay any fee, so long as it remain unchanged, and this notice remain intact as the copyright notice. 070701000083b3000081ed000004050000000a0000000149cbff14000002d70000010000010005ffffffffffffffff0000001400000000install/postinstall#!/bin/sh # install script to copy over sun's isaexec, to # /opt/csw/bin # The reasons for this being: # 1. we dont have permission to redistribute it # 2. it has to be used via hard links # 3. odds are, /opt/csw will be on a different filesystem than /usr/lib # # Warning: Note that we may be installing to a zone, with shared # read-only /opt/csw. if test -f $PKG_INSTALL_ROOT/opt/csw/bin/isaexec ; then echo Skipping copy of isaexec since /opt/csw/bin/isaexec exists else echo Copying $PKG_INSTALL_ROOT/usr/lib/isaexec to $PKG_INSTALL_ROOT/opt/csw/bin/isaexec cp -p $PKG_INSTALL_ROOT/usr/lib/isaexec $PKG_INSTALL_ROOT/opt/csw/bin/isaexec || exit 1 fi installf $PKGINST /opt/csw/bin/isaexec f installf -f $PKGINST 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!