Subject: CVS commit: src/distrib/sets
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 01/04/2006 14:44:41
Module Name: src
Committed By: apb
Date: Wed Jan 4 14:44:41 UTC 2006
Modified Files:
src/distrib/sets: syspkgdeps
Log Message:
* Add a special case for sets="all".
* Use dirname, don't try to use a shortcut that doesn't always work.
This uses the cheap implementation of dirname from sets.subr.
* Fix error in getopts string ("-p" option takes an arg).
* Explicitly use ${HOST_SH} to run culldeps script, because we might
be on a host where /bin/sh is not a POSIX shell.
Reviewed by agc
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/distrib/sets/syspkgdeps
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.