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:           Sat Aug 30 12:09:16 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

Log Message:
Nuke PKG_REGISTRY from the pkg_* tools.  I've been using these tools
extensively the past two weeks, and I always use the -K option instead of
setting the environment variable since it's more convenient (less typing).
Bump the version to 20020822.

In general, PKG_DBDIR should be set in the environment to point to the
location of the package database directory for the default view (if it
differs from /var/db/pkg), but in the mixed pkgviews/overwrite world, you
will almost always want to specify -K <pkgdb_dir>.


To generate a diff of this commit:
cvs rdiff -r1.33.4.7 -r1.33.4.8 src/usr.sbin/pkg_install/add/pkg_add.1
cvs rdiff -r1.16.4.4 -r1.16.4.5 src/usr.sbin/pkg_install/admin/pkg_admin.1
cvs rdiff -r1.32.4.5 -r1.32.4.6 src/usr.sbin/pkg_install/create/pkg_create.1
cvs rdiff -r1.24.4.4 -r1.24.4.5 src/usr.sbin/pkg_install/delete/pkg_delete.1
cvs rdiff -r1.29.2.4 -r1.29.2.5 src/usr.sbin/pkg_install/info/pkg_info.1
cvs rdiff -r1.43.2.8 -r1.43.2.9 src/usr.sbin/pkg_install/lib/lib.h
cvs rdiff -r1.9.4.3 -r1.9.4.4 src/usr.sbin/pkg_install/lib/pkgdb.c
cvs rdiff -r1.13.4.13 -r1.13.4.14 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.




Home | Main Index | Thread Index | Old Index