+++ /dev/null
-# Sanitize.in for Kerberos V5
-
-# 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
-
-Do-first:
-
-# All files listed between the "Things-to-keep:" line and the
-# "Files-to-sed:" line will be kept. All other files will be removed.
-# Directories listed in this section will have their own Sanitize
-# called. Directories not listed will be removed in their entirety
-# with rm -rf.
-
-Things-to-keep:
-
-.cvsignore
-ChangeLog
-Makefile.in
-aname
-configure
-configure.in
-
-Things-to-lose:
-convert
-create
-destroy
-edit
-stash
-
-Do-last:
-
-# End of file.
+++ /dev/null
-Mon Aug 12 23:05:36 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
-
- * configure.in: Don't build in edit directory.
-
-Thu Jul 25 02:29:19 1996 Theodore Y. Ts'o <tytso@mit.edu>
-
- * configure.in: Don't build the create, destroy, and stash directories.
-
-Thu Aug 03 12:04:59 1995 Chris Provenzano (proven@mit.edu)
-
- * configure.in: Remove convert utility. All of its functionality
- has been moved into kdb5_edit.
-
-Fri Jul 7 15:33:25 EDT 1995 Paul Park (pjpark@mit.edu)
- * Makefile.in - Remove explicit setting of LDFLAGS. It's now set and
- passed down.
-
-Fri Jun 9 18:13:26 1995 <tytso@rsx-11.mit.edu>
-
- * configure.in: Remove standardized set of autoconf macros, which
- are now handled by CONFIG_RULES.
-
-Fri Apr 28 11:15:56 1995 Mark Eichin <eichin@cygnus.com>
-
- * configure.in: correct use of --with-krb4 to match top level.
-
-Sat Jul 16 09:18:49 1994 Tom Yu (tlyu at dragons-lair)
-
- * configure.in (in all relevant subdirs): another try at making
- dbm libs dtrt
-
-Fri Jul 8 00:41:41 1994 Tom Yu (tlyu at dragons-lair)
-
- * configure.in (in all relevant subdirs):
- * Makefile.in (in all relevant subdirs): back out changes because
- they were causing breakage under Ultrix
-
-Wed Jul 6 23:03:16 1994 Tom Yu (tlyu at dragons-lair)
-
- * configure.in (in all relevant subdirs):
- * Makefile.in (in all relevant subdirs): fixes to suck in -lndbm
- or -ldbm as needed
-