Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   hubertf
Date:           Mon Mar 22 05:02:41 UTC 1999

Modified Files:
        src/usr.sbin/pkg_install/add: main.c perform.c pkg_add.1
        src/usr.sbin/pkg_install/admin: main.c pkg_admin.1
        src/usr.sbin/pkg_install/create: create.h main.c perform.c pkg_create.1
        src/usr.sbin/pkg_install/delete: main.c perform.c pkg_delete.1
        src/usr.sbin/pkg_install/info: main.c perform.c pkg_info.1
        src/usr.sbin/pkg_install/lib: Makefile lib.h str.c
Added Files:
        src/usr.sbin/pkg_install/lib: lpkg.c
Log Message:
Replace static array of packages given to pkg_perform() with linear
list, using chopss' list functions (moved to lib/lpkg.c and
lib/lib.h).

Properly handle wildcards in arguments to "pkg_info", "pkg_delete" and
"pkg_admin check".

Some other minor cleanups.




Home | Main Index | Thread Index | Old Index