Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/28/2000 21:20:29
Module Name:	basesrc
Committed By:	jdolecek
Date:		Thu Sep 28 18:20:29 UTC 2000

Modified Files:
	basesrc/usr.bin/w: Makefile w.c

Log Message:
add code to recognize special ftpd utmp entries and match corresponding
process accordingly, so that w parses entries made by "ftpd -U" correctly

the new code is conditionalized upon define SUPPORT_FTPD_UTMP, turned
on by default in w(1)'s Makefile

This addresses bin/11095 by Daniel Hagerty.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 basesrc/usr.bin/w/Makefile
cvs rdiff -r1.41 -r1.42 basesrc/usr.bin/w/w.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.