# .Sanitize script for `pwd`.

# Each directory to survive it's way into a release will need a file like 
# this one called "./.Sanitize".  All keyword lines must exist, and must
# exist in the order specified by this file.  Each directory in the tree will
# be processed, top down, in the following order.

# Hash started lines like this one are comments and will be deleted before
# anything else is done.  Blank lines will also be squashed out.

# The lines between the "Do-first:" line and the "Things-to-keep:" line are
# executed as a /bin/sh shell script before anything else is done in this
# script.

Do-first:

# All files listed between the "Things-to-keep:" line and the
# "Things-to-lose:" line will be kept.  All other files will be silently
# removed.  Directories listed in this section will have their own .Sanitize
# file processed.  Directories not listed will be silently removed in their
# entirety with rm -rf.

# Files and directories between the "Things-to-lose:" and "Do-last:" lines
# will be deleted if present, and an alarm will be issued if they are not
# present.

# The lines between the "Do-last:" line and the file's end are executed
# as a /bin/sh shell script after everything else is done in this script.

# See the /usr/unsupported/bin/Sanitize script for more details.

Things-to-keep:

README
kerbnet.doc
kerbnet.hlp
kerbnet.hpj
ktelnet.doc
ktelnet.hlp
ktelnet.hpj

Things-to-lose:

Do-last:

# End of file.
