From 7b36a270b8818c6a2b0b8708367ebbcc34fbd356 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 11 Apr 2006 19:56:21 +0000 Subject: Remove .Sanitize and .rconf files, no longer used git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17888 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/telnet/.Sanitize | 47 ------------------------- src/appl/telnet/.rconf | 1 - src/appl/telnet/arpa/.Sanitize | 32 ----------------- src/appl/telnet/libtelnet/.Sanitize | 70 ------------------------------------- src/appl/telnet/telnet/.Sanitize | 59 ------------------------------- src/appl/telnet/telnetd/.Sanitize | 57 ------------------------------ 6 files changed, 266 deletions(-) delete mode 100644 src/appl/telnet/.Sanitize delete mode 100644 src/appl/telnet/.rconf delete mode 100644 src/appl/telnet/arpa/.Sanitize delete mode 100644 src/appl/telnet/libtelnet/.Sanitize delete mode 100644 src/appl/telnet/telnet/.Sanitize delete mode 100644 src/appl/telnet/telnetd/.Sanitize (limited to 'src/appl/telnet') diff --git a/src/appl/telnet/.Sanitize b/src/appl/telnet/.Sanitize deleted file mode 100644 index 72a66203f0..0000000000 --- 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 e98c0164f6..0000000000 --- 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 e5eeb8f68f..0000000000 --- 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 a5a5333d8f..0000000000 --- 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 d9ba4ac973..0000000000 --- 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 87df12999b..0000000000 --- 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. -- cgit