Subject: CVS commit: src/usr.sbin/pkg_install/info
To: None <source-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: source-changes
Date: 04/01/2004 02:37:24
Module Name:	src
Committed By:	reed
Date:		Thu Apr  1 02:37:24 UTC 2004

Modified Files:
	src/usr.sbin/pkg_install/info: show.c

Log Message:
Some package names are extra long, like xscreensaver-gnome-4.13
and gdk-pixbuf-gnome-0.22.0nb1, so make sure that lines don't wrap.
Instead of having maxline based on MAXNAMESIZE, have it be based
on the length of the package name if longer than MAXNAMESIZE.
(This was discussed on tech-pkg list in November, 2003.)


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/usr.sbin/pkg_install/info/show.c

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