aboutsummaryrefslogtreecommitdiff
path: root/src/appl
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-04-11 19:56:21 +0000
committerKen Raeburn <raeburn@mit.edu>2006-04-11 19:56:21 +0000
commit7b36a270b8818c6a2b0b8708367ebbcc34fbd356 (patch)
tree862b7ccd79502659c8498f9d505b3bf2811c3daf /src/appl
parent8bcbe9ba5c1f2384272fe121721ab72ac70d3ca1 (diff)
downloadkrb5-7b36a270b8818c6a2b0b8708367ebbcc34fbd356.zip
krb5-7b36a270b8818c6a2b0b8708367ebbcc34fbd356.tar.gz
krb5-7b36a270b8818c6a2b0b8708367ebbcc34fbd356.tar.bz2
Remove .Sanitize and .rconf files, no longer used
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17888 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
-rw-r--r--src/appl/.Sanitize48
-rw-r--r--src/appl/.rconf4
-rw-r--r--src/appl/bsd/.Sanitize56
-rw-r--r--src/appl/gss-sample/.Sanitize40
-rw-r--r--src/appl/gssftp/.Sanitize40
-rw-r--r--src/appl/gssftp/arpa/.Sanitize34
-rw-r--r--src/appl/gssftp/ftp/.Sanitize51
-rw-r--r--src/appl/gssftp/ftpd/.Sanitize45
-rw-r--r--src/appl/libpty/.Sanitize52
-rw-r--r--src/appl/sample/.Sanitize39
-rw-r--r--src/appl/sample/sclient/.Sanitize38
-rw-r--r--src/appl/sample/sserver/.Sanitize38
-rw-r--r--src/appl/simple/.Sanitize39
-rw-r--r--src/appl/simple/client/.Sanitize37
-rw-r--r--src/appl/simple/server/.Sanitize37
-rw-r--r--src/appl/telnet/.Sanitize47
-rw-r--r--src/appl/telnet/.rconf1
-rw-r--r--src/appl/telnet/arpa/.Sanitize32
-rw-r--r--src/appl/telnet/libtelnet/.Sanitize70
-rw-r--r--src/appl/telnet/telnet/.Sanitize59
-rw-r--r--src/appl/telnet/telnetd/.Sanitize57
-rw-r--r--src/appl/user_user/.Sanitize38
22 files changed, 0 insertions, 902 deletions
diff --git a/src/appl/.Sanitize b/src/appl/.Sanitize
deleted file mode 100644
index b3f890a..0000000
--- a/src/appl/.Sanitize
+++ /dev/null
@@ -1,48 +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
-.rconf
-ChangeLog
-Makefile.in
-bsd
-configure
-configure.in
-gss-sample
-gssftp
-mailquery
-movemail
-popper
-sample
-simple
-telnet
-user_user
-zmailnotify
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/.rconf b/src/appl/.rconf
deleted file mode 100644
index 06f02e1..0000000
--- a/src/appl/.rconf
+++ /dev/null
@@ -1,4 +0,0 @@
-ignore telnet.90.09.14
-ignore *.TXT
-link arpa
-ignore old-telnet
diff --git a/src/appl/bsd/.Sanitize b/src/appl/bsd/.Sanitize
deleted file mode 100644
index 353b5eb..0000000
--- a/src/appl/bsd/.Sanitize
+++ /dev/null
@@ -1,56 +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
-defines.h
-fieldbits.h
-forward.c
-getdtablesize.c
-kcmd.c
-krcp.c
-krlogin.c
-klogind.M
-krlogind.c
-krsh.c
-kshd.M
-krshd.c
-login.c
-login.M
-loginpaths.h
-rcp.M
-rlogin.M
-rpaths.h
-rsh.M
-setenv.c
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/gss-sample/.Sanitize b/src/appl/gss-sample/.Sanitize
deleted file mode 100644
index a95bfeb..0000000
--- a/src/appl/gss-sample/.Sanitize
+++ /dev/null
@@ -1,40 +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
-README
-configure
-configure.in
-gss-client.c
-gss-misc.c
-gss-server.c
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/gssftp/.Sanitize b/src/appl/gssftp/.Sanitize
deleted file mode 100644
index 0c2a9a0..0000000
--- a/src/appl/gssftp/.Sanitize
+++ /dev/null
@@ -1,40 +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
-README.gssftp
-arpa
-configure.in
-configure
-ftp
-ftpd
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/gssftp/arpa/.Sanitize b/src/appl/gssftp/arpa/.Sanitize
deleted file mode 100644
index d804b41..0000000
--- a/src/appl/gssftp/arpa/.Sanitize
+++ /dev/null
@@ -1,34 +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:
-
-ChangeLog
-ftp.h
-telnet.h
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/gssftp/ftp/.Sanitize b/src/appl/gssftp/ftp/.Sanitize
deleted file mode 100644
index 1ffc370..0000000
--- a/src/appl/gssftp/ftp/.Sanitize
+++ /dev/null
@@ -1,51 +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
-cmds.c
-cmdtab.c
-configure.in
-configure
-domacro.c
-ftp.M
-ftp.c
-ftp_var.h
-getpass.c
-glob.c
-main.c
-pathnames.h
-pclose.c
-radix.c
-ruserpass.c
-secure.c
-secure.h
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/gssftp/ftpd/.Sanitize b/src/appl/gssftp/ftpd/.Sanitize
deleted file mode 100644
index 63e80a0..0000000
--- a/src/appl/gssftp/ftpd/.Sanitize
+++ /dev/null
@@ -1,45 +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
-CHANGES
-ChangeLog
-Makefile.in
-configure.in
-configure
-ftpcmd.y
-ftpd.M
-ftpd.c
-logwtmp.c
-pathnames.h
-popen.c
-secure.h
-vers.c
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/libpty/.Sanitize b/src/appl/libpty/.Sanitize
deleted file mode 100644
index d1b4efb..0000000
--- a/src/appl/libpty/.Sanitize
+++ /dev/null
@@ -1,52 +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
-README
-Makefile.in
-configure.in
-configure
-cleanup.c
-dump-utmp.c
-getpty.c
-init_slave.c
-libpty.h
-init.c
-logwtmp.c
-open_ctty.c
-open_slave.c
-pty-int.h
-pty_err.et
-update_utmp.c
-update_wtmp.c
-vhangup.c
-void_assoc.c
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/sample/.Sanitize b/src/appl/sample/.Sanitize
deleted file mode 100644
index 335f5ed..0000000
--- a/src/appl/sample/.Sanitize
+++ /dev/null
@@ -1,39 +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
-sample.h
-sclient
-sserver
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/sample/sclient/.Sanitize b/src/appl/sample/sclient/.Sanitize
deleted file mode 100644
index d34f936..0000000
--- a/src/appl/sample/sclient/.Sanitize
+++ /dev/null
@@ -1,38 +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
-sclient.M
-sclient.c
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/sample/sserver/.Sanitize b/src/appl/sample/sserver/.Sanitize
deleted file mode 100644
index da0dcd0..0000000
--- a/src/appl/sample/sserver/.Sanitize
+++ /dev/null
@@ -1,38 +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
-sserver.M
-sserver.c
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/simple/.Sanitize b/src/appl/simple/.Sanitize
deleted file mode 100644
index 1f061c5..0000000
--- a/src/appl/simple/.Sanitize
+++ /dev/null
@@ -1,39 +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
-client
-configure
-configure.in
-server
-simple.h
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/simple/client/.Sanitize b/src/appl/simple/client/.Sanitize
deleted file mode 100644
index 67a3f61..0000000
--- a/src/appl/simple/client/.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
-sim_client.c
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/simple/server/.Sanitize b/src/appl/simple/server/.Sanitize
deleted file mode 100644
index fa83744..0000000
--- a/src/appl/simple/server/.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
-sim_server.c
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/telnet/.Sanitize b/src/appl/telnet/.Sanitize
deleted file mode 100644
index 72a6620..0000000
--- a/src/appl/telnet/.Sanitize
+++ /dev/null
@@ -1,47 +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
-.rconf
-ChangeLog
-Config.generic
-Makefile.in
-Makefile.orig
-README
-arpa
-configure
-configure.in
-kern.diff
-libtelnet
-stty.diff
-telnet
-telnet.state
-telnetd
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/telnet/.rconf b/src/appl/telnet/.rconf
deleted file mode 100644
index e98c016..0000000
--- a/src/appl/telnet/.rconf
+++ /dev/null
@@ -1 +0,0 @@
-ignore */*.0
diff --git a/src/appl/telnet/arpa/.Sanitize b/src/appl/telnet/arpa/.Sanitize
deleted file mode 100644
index e5eeb8f..0000000
--- a/src/appl/telnet/arpa/.Sanitize
+++ /dev/null
@@ -1,32 +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:
-
-telnet.h
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/telnet/libtelnet/.Sanitize b/src/appl/telnet/libtelnet/.Sanitize
deleted file mode 100644
index a5a5333..0000000
--- a/src/appl/telnet/libtelnet/.Sanitize
+++ /dev/null
@@ -1,70 +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.4.4
-Makefile.generic
-Makefile.in
-Makefile.orig
-auth-proto.h
-auth.c
-auth.h
-configure
-configure.in
-enc-proto.h
-enc_des.c
-encrypt.c
-encrypt.h
-forward.c
-genget.c
-getent.c
-getopt.c
-gettytab.c
-gettytab.h
-herror.c
-kerberos.c
-kerberos5.c
-key-proto.h
-mem.c
-misc-proto.h
-misc.c
-misc.h
-parsetos.c
-setenv.c
-setsid.c
-spx.c
-strcasecmp.c
-strchr.c
-strdup.c
-strerror.c
-strftime.c
-strrchr.c
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/telnet/telnet/.Sanitize b/src/appl/telnet/telnet/.Sanitize
deleted file mode 100644
index d9ba4ac..0000000
--- a/src/appl/telnet/telnet/.Sanitize
+++ /dev/null
@@ -1,59 +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.4.4
-Makefile.generic
-Makefile.in
-Makefile.orig
-authenc.c
-commands.c
-configure
-configure.in
-defines.h
-externs.h
-fdset.h
-general.h
-main.c
-network.c
-ring.c
-ring.h
-sys_bsd.c
-telnet.0.ps
-telnet.0.txt
-telnet.1
-telnet.c
-terminal.c
-tmac.doc
-tn3270.c
-types.h
-utilities.c
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/telnet/telnetd/.Sanitize b/src/appl/telnet/telnetd/.Sanitize
deleted file mode 100644
index 87df129..0000000
--- a/src/appl/telnet/telnetd/.Sanitize
+++ /dev/null
@@ -1,57 +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.4.4
-Makefile.generic
-Makefile.in
-Makefile.orig
-authenc.c
-configure
-configure.in
-defs.h
-ext.h
-global.c
-pathnames.h
-slc.c
-state.c
-sys_term.c
-telnetd-ktd.c
-telnetd.0.ps
-telnetd.0.txt
-telnetd.8
-telnetd.c
-telnetd.h
-termstat.c
-termio-tn.c
-termios-tn.c
-utility.c
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/appl/user_user/.Sanitize b/src/appl/user_user/.Sanitize
deleted file mode 100644
index f5bedf4..0000000
--- a/src/appl/user_user/.Sanitize
+++ /dev/null
@@ -1,38 +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
-client.c
-configure
-configure.in
-server.c
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.