Subject: CVS commit: pkgsrc/x11/vte
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 07/07/2005 13:30:07
Module Name:	pkgsrc
Committed By:	markd
Date:		Thu Jul  7 13:30:07 UTC 2005

Modified Files:
	pkgsrc/x11/vte: Makefile distinfo
Added Files:
	pkgsrc/x11/vte/patches: patch-ah

Log Message:
Fix gnome-pty-helper handling of NetBSD's utmpx.

When writing logout records NetBSD requires the ut_name field to be
filled in when calling pututxline() (otherwise utmp_update refuses to
write it) but nulled when writing to wtmpx.

Problem seen by gnome-terminal leaving stale utmpx entries on exit.
Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/x11/vte/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/x11/vte/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/x11/vte/patches/patch-ah

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