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/tests/.Sanitize | 46 ---------------------------- src/tests/asn.1/.Sanitize | 49 ------------------------------ src/tests/create/.Sanitize | 38 ----------------------- src/tests/dejagnu/.Sanitize | 43 -------------------------- src/tests/dejagnu/config/.Sanitize | 33 -------------------- src/tests/dejagnu/krb-root/.Sanitize | 34 --------------------- src/tests/dejagnu/krb-standalone/.Sanitize | 39 ------------------------ src/tests/gssapi/.Sanitize | 37 ---------------------- src/tests/hammer/.Sanitize | 38 ----------------------- src/tests/misc/.Sanitize | 32 ------------------- src/tests/resolve/.Sanitize | 37 ---------------------- src/tests/verify/.Sanitize | 38 ----------------------- 12 files changed, 464 deletions(-) delete mode 100644 src/tests/.Sanitize delete mode 100644 src/tests/asn.1/.Sanitize delete mode 100644 src/tests/create/.Sanitize delete mode 100644 src/tests/dejagnu/.Sanitize delete mode 100644 src/tests/dejagnu/config/.Sanitize delete mode 100644 src/tests/dejagnu/krb-root/.Sanitize delete mode 100644 src/tests/dejagnu/krb-standalone/.Sanitize delete mode 100644 src/tests/gssapi/.Sanitize delete mode 100644 src/tests/hammer/.Sanitize delete mode 100644 src/tests/misc/.Sanitize delete mode 100644 src/tests/resolve/.Sanitize delete mode 100644 src/tests/verify/.Sanitize (limited to 'src/tests') diff --git a/src/tests/.Sanitize b/src/tests/.Sanitize deleted file mode 100644 index 0aa6de22e..000000000 --- a/src/tests/.Sanitize +++ /dev/null @@ -1,46 +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 -asn.1 -configure -configure.in -create -dejagnu -dump.c -gssapi -hammer -misc -resolve -test1.c -verify - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/tests/asn.1/.Sanitize b/src/tests/asn.1/.Sanitize deleted file mode 100644 index 1710e358c..000000000 --- a/src/tests/asn.1/.Sanitize +++ /dev/null @@ -1,49 +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 -debug.h -krb5_decode_test.c -krb5_encode_test.c -ktest.c -ktest.h -ktest_equal.c -ktest_equal.h -reference_encode.out -trval.c -trval_reference.out -utility.c -utility.h - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/tests/create/.Sanitize b/src/tests/create/.Sanitize deleted file mode 100644 index ce26940a4..000000000 --- a/src/tests/create/.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 -kdb5_mkdums.M -kdb5_mkdums.c - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/tests/dejagnu/.Sanitize b/src/tests/dejagnu/.Sanitize deleted file mode 100644 index 6a8238787..000000000 --- a/src/tests/dejagnu/.Sanitize +++ /dev/null @@ -1,43 +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 -config -configure -configure.in -krb-root -krb-standalone -t_inetd.c -Makefile.in - - -Things-to-lose: - -tmpdir - -Do-last: - -# End of file. diff --git a/src/tests/dejagnu/config/.Sanitize b/src/tests/dejagnu/config/.Sanitize deleted file mode 100644 index d3482ee52..000000000 --- a/src/tests/dejagnu/config/.Sanitize +++ /dev/null @@ -1,33 +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 -default.exp - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/tests/dejagnu/krb-root/.Sanitize b/src/tests/dejagnu/krb-root/.Sanitize deleted file mode 100644 index e03079694..000000000 --- a/src/tests/dejagnu/krb-root/.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 -rlogin.exp -telnet.exp - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/tests/dejagnu/krb-standalone/.Sanitize b/src/tests/dejagnu/krb-standalone/.Sanitize deleted file mode 100644 index a9df2c392..000000000 --- a/src/tests/dejagnu/krb-standalone/.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: - -ChangeLog -gssapi.exp -gssftp.exp -kadmin.exp -rcp.exp -rsh.exp -sample.exp -standalone.exp - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/tests/gssapi/.Sanitize b/src/tests/gssapi/.Sanitize deleted file mode 100644 index c7ae1c708..000000000 --- a/src/tests/gssapi/.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 -t_imp_name.c - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/tests/hammer/.Sanitize b/src/tests/hammer/.Sanitize deleted file mode 100644 index 260590333..000000000 --- a/src/tests/hammer/.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 -kdc5_hammer.c -pp.c - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/tests/misc/.Sanitize b/src/tests/misc/.Sanitize deleted file mode 100644 index 781d1f54b..000000000 --- a/src/tests/misc/.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: - -test_getsockname.c - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/tests/resolve/.Sanitize b/src/tests/resolve/.Sanitize deleted file mode 100644 index 8fe14489d..000000000 --- a/src/tests/resolve/.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 -resolve.c - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/tests/verify/.Sanitize b/src/tests/verify/.Sanitize deleted file mode 100644 index c138cd1e4..000000000 --- a/src/tests/verify/.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 -kdb5_verify.c -pkey.c - -Things-to-lose: - -Do-last: - -# End of file. -- cgit