freebsd-dev/usr.sbin/pkg_install/add
Bill Fumerola ab13b06dc0 Add a new option for pkg_add, -r.
The remote option allows for automatic package fetching and installation
using the package repository found on wcarchive. Naturally, this site
can be overridden with a enviornment variable.

This code uses getobjformat() and getosreldate(). This means when some event
causes the package to be fetched to change (such as e-day) the logic also
needs to be changed.

Sorta reviewed by:	jkh
Code suggestions:	peter, jkh, eivind, msmith
1999-01-17 01:22:55 +00:00
..
add.h Revert $FreeBSD$ to $Id$ 1997-02-22 16:15:28 +00:00
extract.c Unlink old contents of package when extracting new. 1998-10-28 22:44:24 +00:00
futil.c Use err(3). Cosmetics in usage string and man page. 1997-10-08 07:48:21 +00:00
main.c Add a new option for pkg_add, -r. 1999-01-17 01:22:55 +00:00
Makefile Use foo/bar.a' instead of -Lfoo -lbar' for linking to static internal 1998-03-07 08:55:00 +00:00
perform.c Make it possible to have separate install scripts as well as have 1998-12-16 13:59:31 +00:00
pkg_add.1 Add a new option for pkg_add, -r. 1999-01-17 01:22:55 +00:00