Subject: CVS commit: src/usr.sbin/pkg_install
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 09/18/2003 09:56:23
Module Name:	src
Committed By:	agc
Date:		Thu Sep 18 09:56:22 UTC 2003

Modified Files:
	src/usr.sbin/pkg_install/admin: main.c pkg_admin.1
	src/usr.sbin/pkg_install/lib: version.h

Log Message:
Let pkg_admin(1) have a -S argument - some vendors' xargs(1) don't pass
a null ("") argument properly (hi, Sun), so make -S a synonym for -s "".

Don't dump core if no command is given to pkg_admin(1).

Print usage message to stderr, not stdout, and use the program name by
which it was invoked.

Bump pkg_install version to 20030918.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/usr.sbin/pkg_install/admin/main.c
cvs rdiff -r1.25 -r1.26 src/usr.sbin/pkg_install/admin/pkg_admin.1
cvs rdiff -r1.33 -r1.34 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.