From 539434e02d61e356bff55be1befb0b34b4fbe549 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 6 Sep 1996 19:47:05 +0000 Subject: [PATCH] remove admin directory as it is no longer needed git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9043 dc483132-0cff-0310-8789-dd5450dbe970 --- src/admin/.Sanitize | 42 ----------------------------------------- src/admin/ChangeLog | 43 ------------------------------------------ src/admin/Makefile.in | 4 ---- src/admin/configure.in | 5 ----- 4 files changed, 94 deletions(-) delete mode 100644 src/admin/.Sanitize delete mode 100644 src/admin/ChangeLog delete mode 100644 src/admin/Makefile.in delete mode 100644 src/admin/configure.in diff --git a/src/admin/.Sanitize b/src/admin/.Sanitize deleted file mode 100644 index 92fa0f5a7..000000000 --- a/src/admin/.Sanitize +++ /dev/null @@ -1,42 +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 -aname -configure -configure.in - -Things-to-lose: -convert -create -destroy -edit -stash - -Do-last: - -# End of file. diff --git a/src/admin/ChangeLog b/src/admin/ChangeLog deleted file mode 100644 index 0387e6d11..000000000 --- a/src/admin/ChangeLog +++ /dev/null @@ -1,43 +0,0 @@ -Mon Aug 12 23:05:36 1996 Ezra Peisach - - * configure.in: Don't build in edit directory. - -Thu Jul 25 02:29:19 1996 Theodore Y. Ts'o - - * 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 - - * configure.in: Remove standardized set of autoconf macros, which - are now handled by CONFIG_RULES. - -Fri Apr 28 11:15:56 1995 Mark Eichin - - * 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 - diff --git a/src/admin/Makefile.in b/src/admin/Makefile.in deleted file mode 100644 index 92982584c..000000000 --- a/src/admin/Makefile.in +++ /dev/null @@ -1,4 +0,0 @@ -CFLAGS = $(CCOPTS) $(DEFS) - -all:: - diff --git a/src/admin/configure.in b/src/admin/configure.in deleted file mode 100644 index b925898b0..000000000 --- a/src/admin/configure.in +++ /dev/null @@ -1,5 +0,0 @@ -AC_INIT(configure.in) -CONFIG_RULES -CONFIG_DIRS(aname) -DO_SUBDIRS -V5_AC_OUTPUT_MAKEFILE -- 2.26.2