summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add/main.c
Commit message (Expand)AuthorAgeFilesLines
* -CURRENT is now 500000, reflect that.billf2000-03-131-1/+1
* Make `pkg_add -r package1 package2 package3 ...` work correctly.cpiazza1999-11-181-4/+6
* o Remove all of the objformat logic, it's never coming back.billf1999-09-251-16/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* '?' shouldn't be in the usage string. Unknown characters are alreadyimp1999-06-241-2/+2
* If we are going to have a case for '?' then we should define it in Options.billf1999-06-231-2/+2
* Support Alpha and -CURRENT in the "-r" option case.obrien1999-06-141-9/+17
* Fix nasty bug where getpackagesite() will return an integer if it doesn'tbillf1999-01-281-2/+2
* Numbering typo, missed a '0'billf1999-01-261-3/+3
* Update pkg_add's remote package feature to reflect the new structure ofbillf1999-01-251-6/+6
* Style police, inline ifs.billf1999-01-181-14/+12
* Add a new option for pkg_add, -r.billf1999-01-171-3/+51
* Use a more reasonable default umask in case the root umask is toojkh1998-09-141-1/+5
* o Set paths internally for pkg_add for tools we might want to invoke.jkh1998-09-081-5/+10
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-081-29/+18
* Many places in the code NULL is used in integer context, wherephk1997-09-181-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add MD5 checksums to packing list for all files during pkg_create and usejkh1996-07-301-2/+1
* Fix a couple of miscellaneous bugs and make pkg_add also support readingjkh1996-03-121-2/+4
* Bring my pkg_install improvements forward from 2.1.jkh1995-11-121-15/+37
* Bring forward my changes from 2.1jkh1995-10-251-4/+3
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Add true support for dependency lists.jkh1995-04-091-1/+2
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-061-2/+7
* Fixed broken -t flag; thanks Rich!jkh1993-09-141-2/+2
* Made staging area configurable rather than assuming /tmp (-t)jkh1993-09-051-3/+24
* Lots of misc tweaks, support for arbitrary separators in pkg_info, morejkh1993-09-031-1/+1
* The release version of my package install suite. Please see man pagesjkh1993-08-261-0/+119
OpenPOWER on IntegriCloud