freebsd-nq/usr.sbin/pkg_install
Ed Schouten bf70becee6 More -Wmissing-variable-declarations fixes.
In addition to adding `static' where possible:

- bin/date: Move `retval' into extern.h to make it visible to date.c.
- bin/ed: Move globally used variables into ed.h.
- sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings.
- usr.bin/calendar: Remove unneeded variables.
- usr.bin/chat: Make `line' local instead of global.
- usr.bin/elfdump: Comment out unneeded function.
- usr.bin/rlogin: Use _Noreturn instead of __dead2.
- usr.bin/tset: Pull `Ospeed' into extern.h.
- usr.sbin/mfiutil: Put global variables in mfiutil.h.
- usr.sbin/pkg: Remove unused `os_corres'.
- usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'.
2012-10-19 14:49:42 +00:00
..
add if a file in plist starts with / then do not prefix it with "prefix" [1] 2012-09-18 22:09:23 +00:00
create if a file in plist starts with / then do not prefix it with "prefix" [1] 2012-09-18 22:09:23 +00:00
delete Spelling fixes for usr.sbin/ 2011-12-30 10:58:14 +00:00
info if a file in plist starts with / then do not prefix it with "prefix" [1] 2012-09-18 22:09:23 +00:00
lib Make sure that each va_start has one and only one matching va_end, 2012-09-28 07:51:30 +00:00
updating General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
version More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
Makefile Backout libinstall.a -> libpkg commit. 2011-05-17 19:11:47 +00:00
Makefile.inc Backout libinstall.a -> libpkg commit. 2011-05-17 19:11:47 +00:00
README Spelling fixes for usr.sbin/ 2011-12-30 10:58:14 +00:00
tkpkg Remove $Log$ keyword and associated history, which can cause annoyance in 2011-03-31 14:33:27 +00:00

$FreeBSD$

This is the pkg_install suite of tools for doing maintenance of
software "packages".  More documentation is available in the man pages
for each individual command.

This code was written by Jordan Hubbard for FreeBSD, snatched and
mildly reshaped by John Kohl in NetBSD and the changes taken back into
FreeBSD again by Jordan, who then proceeded to add another couple
of dozen features on top.  Whee! :-)