Subject: CVS commit: src/usr.sbin/pkg_install
To: None <source-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: source-changes
Date: 01/13/2004 08:30:34
Module Name:	src
Committed By:	grant
Date:		Tue Jan 13 08:30:34 UTC 2004

Modified Files:
	src/usr.sbin/pkg_install/add: Makefile perform.c
	src/usr.sbin/pkg_install/lib: lib.h version.h

Log Message:
use ${MACHINE_ARCH} instead of what uname() puts into utsname.machine.
the former represents the CPU architecture, which is what is recorded
in binary packages.

also allow the OS name to be overridden, as pkgsrc doesn't always use
the value of utsname.sysname.

bump version to 20030113.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/usr.sbin/pkg_install/add/Makefile
cvs rdiff -r1.92 -r1.93 src/usr.sbin/pkg_install/add/perform.c
cvs rdiff -r1.65 -r1.66 src/usr.sbin/pkg_install/lib/lib.h
cvs rdiff -r1.41 -r1.42 src/usr.sbin/pkg_install/lib/version.h

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