Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgviews] src/usr.sbin/pkg_install



Module Name:    src
Committed By:   jlam
Date:           Mon Aug 25 20:17:12 UTC 2003

Modified Files:
        src/usr.sbin/pkg_install/add [pkgviews]: pkg_add.1
        src/usr.sbin/pkg_install/admin [pkgviews]: pkg_admin.1
        src/usr.sbin/pkg_install/create [pkgviews]: pkg_create.1
        src/usr.sbin/pkg_install/delete [pkgviews]: pkg_delete.1
        src/usr.sbin/pkg_install/info [pkgviews]: pkg_info.1
        src/usr.sbin/pkg_install/lib [pkgviews]: lib.h pkgdb.c version.h
        src/usr.sbin/pkg_install/view [pkgviews]: pkg_view.1 pkg_view.sh

Log Message:
Teach the pkg_* tools to use PKG_REGISTRY, then PKG_DBDIR, then /var/pkg/db
as the locatin of the package database directory.  PKG_DBDIR is treated by
pkg_view(1) as the location of the package database directory for the
default view.  Also modify pkg_view(1) to accept new env vars DEPOTBASE
and LOCALBASE as defaults for "stowdir" and "viewbase", respectively.
LOCALBASE is also used by linkfarm(1) so we now share a common env var
for a common concept.  PKG_VIEWBASE is obsoleted by this change.  Lastly,
modify pkg_view(1) to give nicer error messages and to output them to
stderr instead of stdout.

Bump the version to 20020821.


To generate a diff of this commit:
cvs rdiff -r1.33.4.5 -r1.33.4.6 src/usr.sbin/pkg_install/add/pkg_add.1
cvs rdiff -r1.16.4.3 -r1.16.4.4 src/usr.sbin/pkg_install/admin/pkg_admin.1
cvs rdiff -r1.32.4.4 -r1.32.4.5 src/usr.sbin/pkg_install/create/pkg_create.1
cvs rdiff -r1.24.4.3 -r1.24.4.4 src/usr.sbin/pkg_install/delete/pkg_delete.1
cvs rdiff -r1.29.2.3 -r1.29.2.4 src/usr.sbin/pkg_install/info/pkg_info.1
cvs rdiff -r1.43.2.6 -r1.43.2.7 src/usr.sbin/pkg_install/lib/lib.h
cvs rdiff -r1.9.4.2 -r1.9.4.3 src/usr.sbin/pkg_install/lib/pkgdb.c
cvs rdiff -r1.13.4.12 -r1.13.4.13 src/usr.sbin/pkg_install/lib/version.h
cvs rdiff -r1.1.2.10 -r1.1.2.11 src/usr.sbin/pkg_install/view/pkg_view.1
cvs rdiff -r1.1.2.26 -r1.1.2.27 src/usr.sbin/pkg_install/view/pkg_view.sh

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




Home | Main Index | Thread Index | Old Index