I am trying to use pkgadd to perform updates to a home grown program. It consists of just copping a couple of files and creating the directories if needed. I can get the pkgmk to complete, but when I run the pkgadd, it says it completed, but the files are not transfered. Do I need a script to do the install? Or am I barking up the wrong tree?
Below are the pkinfo and pkginfo and prototype files.
prototype:
!search /export/home2/csp/CSPPKG/csp/bin /export/home2/csp/CSPPKG/csp/bin/AATESTDIR
i pkginfo=/export/home2/csp/InfoFiles/pkginfo
d none csp 755 csp other
d none csp/bin 755 csp other
d none csp/bin/AATESTDIR 755 csp other
f none csp/bin/AATESTDIR/aatest.exp 755 csp other
f none csp/bin/AATESTDIR/aatest.tcl 755 csp other
f none csp/bin/dactest 755 csp other
pkginfo:
PKG="VBZcsp"
ARCH="sparc"
VERSION="release 2.0"
NAME="Test package add for csp"
CATEGORY="application"
BASEDIR="/export/home2/csp"
CLASSES="NONE"
Below are the pkinfo and pkginfo and prototype files.
prototype:
!search /export/home2/csp/CSPPKG/csp/bin /export/home2/csp/CSPPKG/csp/bin/AATESTDIR
i pkginfo=/export/home2/csp/InfoFiles/pkginfo
d none csp 755 csp other
d none csp/bin 755 csp other
d none csp/bin/AATESTDIR 755 csp other
f none csp/bin/AATESTDIR/aatest.exp 755 csp other
f none csp/bin/AATESTDIR/aatest.tcl 755 csp other
f none csp/bin/dactest 755 csp other
pkginfo:
PKG="VBZcsp"
ARCH="sparc"
VERSION="release 2.0"
NAME="Test package add for csp"
CATEGORY="application"
BASEDIR="/export/home2/csp"
CLASSES="NONE"