summaryrefslogtreecommitdiffstats
path: root/src/kadmin.v4/.Sanitize
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1998-05-11 01:44:50 +0000
committerTom Yu <tlyu@mit.edu>1998-05-11 01:44:50 +0000
commit31b4eda41b07d7604217269869dd5828f54fb2bd (patch)
treeb944ecd1167e836ddf49839dc6eeadf906cac860 /src/kadmin.v4/.Sanitize
parent7dc329563673ca549c1d49460faf4925e2ccec47 (diff)
downloadkrb5-31b4eda41b07d7604217269869dd5828f54fb2bd.tar.gz
krb5-31b4eda41b07d7604217269869dd5828f54fb2bd.tar.xz
krb5-31b4eda41b07d7604217269869dd5828f54fb2bd.zip
Remove extraneous stuff, as this actually belongs in
src/kadmin/v4server, etc. now git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10566 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin.v4/.Sanitize')
-rw-r--r--src/kadmin.v4/.Sanitize37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/kadmin.v4/.Sanitize b/src/kadmin.v4/.Sanitize
deleted file mode 100644
index 726098c6d3..0000000000
--- a/src/kadmin.v4/.Sanitize
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
-configure
-configure.in
-server
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.