If you have a kroutine object banana in the fruit toolbox, you could use the following command to create a Khoros pack of the files which have changed since kcrsum was last run:
This creates a pack file called fruit-banana.pack, which can be extracted, or applied to a different copy of the fruit toolbox, using the following command:% kpack -tb fruit -oname banana -cksum -create fruit-banana.pack
If you don't include the -cksum, then the entire software object will be included in the pack.% kunpack -file fruit-banana.pack
You can create a pack file with all changes to any software objects in a toolbox with the following command:
If you are using cvs and do not want kpack to complain about the CVS directory use the -ignorecvs flag.% kpack -tb fruit -cksum -create fruit.pack
This routine uses klint to verify to integrity of the object. It is recommended that if klint fails that the toolbox or object not be packed.% kpack -tb fruit -ignorecvs