summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1996-09-06 19:47:05 +0000
committerTom Yu <tlyu@mit.edu>1996-09-06 19:47:05 +0000
commit539434e02d61e356bff55be1befb0b34b4fbe549 (patch)
tree6dc4fafe6ebd0e522f9f3c224b0ade59745a0a33
parent7f598d0495fab1281454ff4f8c9f6d3b45c5771f (diff)
downloadkrb5-539434e02d61e356bff55be1befb0b34b4fbe549.tar.gz
krb5-539434e02d61e356bff55be1befb0b34b4fbe549.tar.xz
krb5-539434e02d61e356bff55be1befb0b34b4fbe549.zip
remove admin directory as it is no longer needed
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9043 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/admin/.Sanitize42
-rw-r--r--src/admin/ChangeLog43
-rw-r--r--src/admin/Makefile.in4
-rw-r--r--src/admin/configure.in5
4 files changed, 0 insertions, 94 deletions
diff --git a/src/admin/.Sanitize b/src/admin/.Sanitize
deleted file mode 100644
index 92fa0f5a7e..0000000000
--- 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 0387e6d11d..0000000000
--- a/src/admin/ChangeLog
+++ /dev/null
@@ -1,43 +0,0 @@
-Mon Aug 12 23:05:36 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
-
- * configure.in: Don't build in edit directory.
-
-Thu Jul 25 02:29:19 1996 Theodore Y. Ts'o <tytso@mit.edu>
-
- * 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 <tytso@rsx-11.mit.edu>
-
- * configure.in: Remove standardized set of autoconf macros, which
- are now handled by CONFIG_RULES.
-
-Fri Apr 28 11:15:56 1995 Mark Eichin <eichin@cygnus.com>
-
- * 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 92982584c8..0000000000
--- 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 b925898b0e..0000000000
--- 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