110109

This is the beginning of the SAM main pkg_tool log.  The code in here
was previously a part of the example package, but it has been split-off
to for a separate package.

110109

I changed checkpkg.  It now uses ~/scratch instead of $env_scratch.

Another change.  It now asks before removing /tmp/genpak.

110114

I changed checkpkg back to using $env_scratch.

I made similar changes in dir genpak.  In particular I changed genpak,
burn, new_burn and sho_burn to use $env_scratch.

110115

Since the last release, 110112aa, I made these changes in addition to
those named above:

   Removed dirs named "junk" from all branches of the pkg_tool tree.

110116

I made changes to tools of genpak.  I'm  trying to get it to work so I
can make the 110116aa release of SAM.

111224

I'm preparing to release again.  Note that there have been no changes
since the last release, 110116aa.

150330

I made some edits to menu.dat.

170816

   git_readme.txt, .git, cachmet2:

      These are new.  I used them to upload to a SourceForge git
      repository.

180327

   I removed git_readme.txt and .git.  I kept cachmet2 for possible
   future use.

180401

   mk_release:

      This tool uses tar to make an archive with a given name.  It
      expects and uses an exclude file.  It puts the archive in
      $env_scratch.  Run as root.

181007

   mk_release:

      I was having trouble with tar's --exclude-from, so I changed the
      code to do the archive in two steps.  First a use of rsync to
      select the things to archive, then a simpler use of tar without
      --exclude-from.  See comments in the code.

200323

   mk_release:

      Joseph Rosevear 200323 I put the execution of tar and the prompt
      re README into an if-block, thus making it optional.

201016

