# PaCkAgE DaTaStReAm CSWisaexec 1 13 # end of header 0707010000f180000081a400000000000000000000000148abf5e500000110000000b500010002ffffffffffffffff0000001300000000CSWisaexec/pkginfoARCH=all PKG=CSWisaexec NAME=isaexec - sneaky wrapper around Sun isaexec VERSION=0.1 CATEGORY=system VENDOR=http://www.bolthole.com/ packaged for CSW by Philip Brown HOTLINE=http://www.opencsw.org/bugtrack/ EMAIL=phil@bolthole.com PSTAMP=zaphod20021123224730 CLASSES=none 0707010000f17f000081a400000000000000000000000148abf5e5000000d8000000b500010002ffffffffffffffff0000001200000000CSWisaexec/pkgmap: 1 13 1 d none /opt/csw 0755 root bin 1 d none /opt/csw/bin 0755 root bin 1 i copyright 204 18854 1035181048 1 i pkginfo 272 22995 1219229157 1 i postinstall 409 34516 1035527582 1 i postremove 286 23422 1035527519 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!0707010000f180000081a400000000000000000000000148abf5e500000110000000b500010002ffffffffffffffff0000000800000000pkginfoARCH=all PKG=CSWisaexec NAME=isaexec - sneaky wrapper around Sun isaexec VERSION=0.1 CATEGORY=system VENDOR=http://www.bolthole.com/ packaged for CSW by Philip Brown HOTLINE=http://www.opencsw.org/bugtrack/ EMAIL=phil@bolthole.com PSTAMP=zaphod20021123224730 CLASSES=none 0707010000f17f000081a400000000000000000000000148abf5e5000000d8000000b500010002ffffffffffffffff0000000700000000pkgmap: 1 13 1 d none /opt/csw 0755 root bin 1 d none /opt/csw/bin 0755 root bin 1 i copyright 204 18854 1035181048 1 i pkginfo 272 22995 1219229157 1 i postinstall 409 34516 1035527582 1 i postremove 286 23422 1035527519 0707010000f181000041ed00000000000000000000000248abf5e500000000000000b500010002ffffffffffffffff0000000800000000install0707010000f183000081a40000000000000000000000013db8e59e00000199000000b500010002ffffffffffffffff0000001400000000install/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 # installf $PKGINST /opt/csw/bin/isaexec f cp -p $PKG_INSTALL_ROOT/usr/lib/isaexec $BASEDIR/opt/csw/bin/isaexec || exit 1 installf -f $PKGINST 0707010000f182000081a40000000000000000000000013db39bf8000000cc000000b500010002ffffffffffffffff0000001200000000install/copyrightThis interesting packaging hack is copyrighted by Philip Brown. You may copy, install, and otherwise redistribute this package as you like, without having to pay any fee, so long as it remain unchanged. 0707010000f184000081a40000000000000000000000013db8e55f0000011e000000b500010002ffffffffffffffff0000001300000000install/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 rm -f $BASEDIR/opt/csw/bin/isaexec removef -f $PKGINST 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!