Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ypserv/ypserv remove no-longer-valid wustl email ad...



details:   https://anonhg.NetBSD.org/src/rev/1aea28e342fc
branches:  trunk
changeset: 761585:1aea28e342fc
user:      chuck <chuck%NetBSD.org@localhost>
date:      Tue Feb 01 21:00:25 2011 +0000

description:
remove no-longer-valid wustl email address for me.

no functional change with this commit.

diffstat:

 usr.sbin/ypserv/ypserv/ypserv_db.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r e7d9a0a74895 -r 1aea28e342fc usr.sbin/ypserv/ypserv/ypserv_db.c
--- a/usr.sbin/ypserv/ypserv/ypserv_db.c        Tue Feb 01 20:58:15 2011 +0000
+++ b/usr.sbin/ypserv/ypserv/ypserv_db.c        Tue Feb 01 21:00:25 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ypserv_db.c,v 1.21 2009/10/19 23:25:43 snj Exp $       */
+/*     $NetBSD: ypserv_db.c,v 1.22 2011/02/01 21:00:25 chuck Exp $     */
 
 /*
  * Copyright (c) 1994 Mats O Jansson <moj%stacken.kth.se@localhost>
@@ -29,12 +29,12 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ypserv_db.c,v 1.21 2009/10/19 23:25:43 snj Exp $");
+__RCSID("$NetBSD: ypserv_db.c,v 1.22 2011/02/01 21:00:25 chuck Exp $");
 #endif
 
 /*
  * major revision/cleanup of Mats' version done by
- * Chuck Cranor <chuck%ccrc.wustl.edu@localhost> Jan 1996.
+ * Chuck Cranor <chuck@netbsd> Jan 1996.
  */
 
 #include <sys/types.h>



Home | Main Index | Thread Index | Old Index