summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add
Commit message (Expand)AuthorAgeFilesLines
* Properly quote recursive pkg_add operations so that filenames withjkh2001-06-111-1/+1
* Fixed pkg_add so when it does not find a package, it returns != 0.pirzyk2001-06-041-1/+2
* Cross reference pkg_update(1).eric2001-05-311-0/+1
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-171-2/+6
* Clean up some of the evil string handling in this code, replacekris2001-05-121-47/+75
* rcsid style fix.obrien2001-05-091-6/+5
* A WIP snuck in the rev 1.34 commit.obrien2001-05-091-8/+3
* Fix typo in prev commit - add missing commaache2001-04-261-2/+3
* Add /usr/X11R6/bin to the exported PATH. If /usr/local/bin is there,obrien2001-04-251-4/+10
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-4/+4
* Use the more logical author syntax from pkg_version and quotejkh2001-02-201-3/+2
* MFS: getpackagesite() from RELENG_4 that allows the code to be the same.obrien2001-02-171-4/+16
* mdoc(7) police: sanitize previous commit.ru2001-02-161-2/+3
* In light of the dismal transfer times from ftp.FreeBSD.org, add a newobrien2001-02-132-10/+36
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-4/+4
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-4/+4
* - Add ability to handle bzip2-compressed packages;sobomax2001-01-222-1/+4
* Prepare for mdoc(7)NG.ru2001-01-161-3/+3
* Fix a bug arised from the ')' in the wrong place when calling printf()-likesobomax2001-01-151-1/+1
* Prepare for mdoc(7)NG.ru2000-12-271-7/+6
* Add `_PATH_DEVZERO'.obrien2000-12-091-2/+3
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-222-11/+11
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-271-2/+2
* -CURRENT is now 500000, reflect that.billf2000-03-131-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-5/+10
* Add cross references to pkg_version(1) in all the other pkg_* man pages.jhb2000-02-291-0/+1
* 1. If checking for directory-ness, check "dir" and "dir/" to catchjkh2000-02-191-2/+8
* Redirect stdout from mtree to /dev/null; we don't really need to knowasami2000-01-031-2/+2
* 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
* Use the appropriate macro for double quotes rather than using doublejkh1999-09-011-5/+11
* $Id$ -> $FreeBSD$peter1999-08-287-7/+7
* Various man page cleanup:mpp1999-08-151-2/+2
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-111-5/+5
* '?' 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
* where_arge is allocated on stack and return address is overwrittenjkh1999-06-091-3/+3
* Removed occurrences of consecutive repeated words (such as "the the").alex1999-02-121-2/+2
* 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
* enviornment -> environmentjseger1999-01-171-2/+2
* Add a new option for pkg_add, -r.billf1999-01-172-5/+67
* Make it possible to have separate install scripts as well as havejkh1998-12-162-26/+89
* Unlink old contents of package when extracting new.jkh1998-10-281-2/+2
* Correct a misleading comment.jkh1998-10-121-2/+2
OpenPOWER on IntegriCloud