[23181] in Source-Commits
/svn/athena r22842 - in trunk/athena/bin/finger: . debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sun Apr 6 17:16:30 2008
Date: Sun, 6 Apr 2008 17:16:21 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200804062116.RAA29545@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2008-04-06 17:16:20 -0400 (Sun, 06 Apr 2008)
New Revision: 22842
Removed:
trunk/athena/bin/finger/debian/patches/
Modified:
trunk/athena/bin/finger/debian/changelog
trunk/athena/bin/finger/finger.c
Log:
Modified: trunk/athena/bin/finger/debian/changelog
===================================================================
--- trunk/athena/bin/finger/debian/changelog 2008-04-06 21:15:47 UTC (rev 22841)
+++ trunk/athena/bin/finger/debian/changelog 2008-04-06 21:16:20 UTC (rev 22842)
@@ -1,3 +1,9 @@
+debathena-finger (10.0.0-1) unstable; urgency=low
+
+ * Merged quilt patches into mainline Athena tree
+
+ -- Shreevatsa R <vatsa@mit.edu> Sun, 6 Apr 2008 15:55:44 -0400
+
debathena-finger (9.4.10-0debathena5) unstable; urgency=low
* Changed finger to assume the -m option, since trying to match against
Modified: trunk/athena/bin/finger/finger.c
===================================================================
--- trunk/athena/bin/finger/finger.c 2008-04-06 21:15:47 UTC (rev 22841)
+++ trunk/athena/bin/finger/finger.c 2008-04-06 21:16:20 UTC (rev 22842)
@@ -181,7 +181,7 @@
int hack = 1; /* -h option default */
int idlep = 0; /* -i option default */
int large = 0; /* -l option default */
-int match = 1; /* -m option default */
+int match = 0; /* -m option default */
int plan = 1; /* -p option default */
int unquick = 1; /* -q option default */
int small = 0; /* -s option default */
@@ -499,8 +499,6 @@
(void) strcat(curname, ZGetRealm());
if ((state = ZLocateUser(curname, &znloc,ZAUTH)) != ZERR_NONE) {
- com_err("finger", state, "\nFailure in \
-ZLocateUser");
break;
}
q->zlocation = 1;