[24327] in Source-Commits
/svn/athena r23925 - in trunk/athena/bin/finger: . debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Mon Jul 27 13:11:31 2009
Date: Mon, 27 Jul 2009 13:11:19 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200907271711.n6RHBJ6g030041@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-07-27 13:11:19 -0400 (Mon, 27 Jul 2009)
New Revision: 23925
Added:
trunk/athena/bin/finger/mit-copyright.h
Modified:
trunk/athena/bin/finger/Makefile.in
trunk/athena/bin/finger/configure.in
trunk/athena/bin/finger/debian/changelog
Log:
In finger:
* Instead of explicitly linking against krb4, let libzephyr pull in
whatever it needs.
Copyright (C) 1989 by the Massachusetts Institute of Technology
Export of this software from the United States of America may
require a specific license from the United States Government.
It is the responsibility of any person or organization contemplating
export to obtain such a license before exporting.
*/
Modified: trunk/athena/bin/finger/Makefile.in
===================================================================
--- trunk/athena/bin/finger/Makefile.in 2009-07-27 15:35:54 UTC (rev 23924)
+++ trunk/athena/bin/finger/Makefile.in 2009-07-27 17:11:19 UTC (rev 23925)
@@ -15,7 +15,7 @@
CFLAGS=@CFLAGS@
DEFS=@DEFS@
LDFLAGS=@LDFLAGS@
-LIBS=-lhesiod -lzephyr @KRB4_LIBS@ @LIBS@ -lcom_err
+LIBS=-lhesiod -lzephyr @LIBS@ -lcom_err
ALL_CFLAGS=${DEFS} ${CPPFLAGS} ${CFLAGS}
all: finger
Modified: trunk/athena/bin/finger/configure.in
===================================================================
--- trunk/athena/bin/finger/configure.in 2009-07-27 15:35:54 UTC (rev 23924)
+++ trunk/athena/bin/finger/configure.in 2009-07-27 17:11:19 UTC (rev 23925)
@@ -4,6 +4,5 @@
AC_PROG_INSTALL
AC_HAVE_HEADERS(utmpx.h lastlog.h paths.h)
ATHENA_UTIL_COM_ERR
-ATHENA_KRB4_REQUIRED
ATHENA_HESIOD_REQUIRED
AC_OUTPUT(Makefile)
Modified: trunk/athena/bin/finger/debian/changelog
===================================================================
--- trunk/athena/bin/finger/debian/changelog 2009-07-27 15:35:54 UTC (rev 23924)
+++ trunk/athena/bin/finger/debian/changelog 2009-07-27 17:11:19 UTC (rev 23925)
@@ -1,3 +1,10 @@
+debathena-finger (10.0.1-0debathena1) unstable; urgency=low
+
+ * Instead of explicitly linking against krb4, let libzephyr pull in
+ whatever it needs.
+
+ -- Evan Broder <broder@mit.edu> Mon, 27 Jul 2009 13:09:58 -0400
+
debathena-finger (10.0.0-0debathena4) unstable; urgency=low
* debathena-finger doesn't install a /usr/bin/finger, so it shouldn't
Added: trunk/athena/bin/finger/mit-copyright.h
===================================================================
--- trunk/athena/bin/finger/mit-copyright.h 2009-07-27 15:35:54 UTC (rev 23924)
+++ trunk/athena/bin/finger/mit-copyright.h 2009-07-27 17:11:19 UTC (rev 23925)
@@ -0,0 +1,23 @@
+/*
+ Copyright (C) 1989 by the Massachusetts Institute of Technology
+
+ Export of this software from the United States of America may
+ require a specific license from the United States Government.
+ It is the responsibility of any person or organization contemplating
+ export to obtain such a license before exporting.
+
+WITHIN THAT CONSTRAINT, Permission to use, copy, modify, and
+distribute this software and its documentation for any purpose and
+without fee is hereby granted, provided that the above copyright
+notice appear in all copies and that both that copyright notice and
+this permission notice appear in supporting documentation, and that
+the name of M.I.T. not be used in advertising or publicity pertaining
+to distribution of the software without specific, written prior
+permission. Furthermore if you modify this software you must label
+your software as modified software and not distribute it in such a
+fashion that it might be confused with the original M.I.T. software.
+M.I.T. makes no representations about the suitability of
+this software for any purpose. It is provided "as is" without express
+or implied warranty.
+
+ */
Property changes on: trunk/athena/bin/finger/mit-copyright.h
___________________________________________________________________
Name: svn:eol-style
+ native