svn rev #23305: trunk/src/ appl/ tests/dejagnu/ tests/dejagnu/krb-standalone/

ghudson@MIT.EDU ghudson at MIT.EDU
Sun Nov 22 09:58:54 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=23305
Commit By: ghudson
Log Message:
ticket: 6583
subject: Unbundle applications into separate repository
status: open

Remove libpty, gssftp, telnet, and the bsd applications from the
source tree, build system, and tests.

Docs still need to be updated to remove mentions of the applications.
The build system should be simplified now that we're down to one
configure script and don't need some of the functionality currently in
aclocal.m4.



Changed Files:
U   trunk/src/appl/Makefile.in
D   trunk/src/appl/bsd/
D   trunk/src/appl/gssftp/
D   trunk/src/appl/libpty/
D   trunk/src/appl/telnet/
U   trunk/src/configure.in
D   trunk/src/tests/dejagnu/krb-root/
D   trunk/src/tests/dejagnu/krb-standalone/gssftp.exp
D   trunk/src/tests/dejagnu/krb-standalone/rcp.exp
D   trunk/src/tests/dejagnu/krb-standalone/rsh.exp
Modified: trunk/src/appl/Makefile.in
===================================================================
--- trunk/src/appl/Makefile.in	2009-11-22 14:46:32 UTC (rev 23304)
+++ trunk/src/appl/Makefile.in	2009-11-22 14:58:54 UTC (rev 23305)
@@ -3,6 +3,6 @@
 mydir=appl
 BUILDTOP=$(REL)..
 
-SUBDIRS= sample simple user_user gss-sample \
-	libpty bsd gssftp telnet
+SUBDIRS= sample simple user_user gss-sample
 
+

Modified: trunk/src/configure.in
===================================================================
--- trunk/src/configure.in	2009-11-22 14:46:32 UTC (rev 23304)
+++ trunk/src/configure.in	2009-11-22 14:58:54 UTC (rev 23305)
@@ -1051,8 +1051,6 @@
 	AC_DEFINE(BROKEN_STREAMS_SOCKETS,1,[Define if socket can't be bound to 0.0.0.0])
 fi
 
-AC_CONFIG_SUBDIRS(appl/libpty appl/bsd appl/gssftp appl/telnet)
-
 AC_CONFIG_FILES(krb5-config, [chmod +x krb5-config])
 V5_AC_OUTPUT_MAKEFILE(.
 




More information about the cvs-krb5 mailing list