Source-Changes archive

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

CVS commit: basesrc



Module Name:    basesrc
Committed By:   hubertf
Date:           Thu Aug 19 19:37:22 UTC 1999

Modified Files:
        basesrc/usr.sbin/pkg_install/delete: delete.h main.c perform.c
            pkg_delete.1
        basesrc/usr.sbin/pkg_install/info: info.h main.c perform.c pkg_info.1

Log Message:
Allow specifying a package name without a version.

If no (installed) package is found with the given name, "-[0-9]*" is
appended, and the search retried. Withs with any options to pkg_delete
and (esp.) pkg_info:

        pkg_info kde
        pkg_info -e emacs
        pkg_info -qL xlock
        pkg_delete -v emacs


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/usr.sbin/pkg_install/delete/delete.h
cvs rdiff -r1.11 -r1.12 basesrc/usr.sbin/pkg_install/delete/main.c
cvs rdiff -r1.23 -r1.24 basesrc/usr.sbin/pkg_install/delete/perform.c
cvs rdiff -r1.12 -r1.13 basesrc/usr.sbin/pkg_install/delete/pkg_delete.1
cvs rdiff -r1.9 -r1.10 basesrc/usr.sbin/pkg_install/info/info.h
cvs rdiff -r1.16 -r1.17 basesrc/usr.sbin/pkg_install/info/main.c
cvs rdiff -r1.25 -r1.26 basesrc/usr.sbin/pkg_install/info/perform.c
cvs rdiff -r1.17 -r1.18 basesrc/usr.sbin/pkg_install/info/pkg_info.1

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