summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault.dan2000-01-182-4/+8
* Teach pkg_delete and pkg_info how to deal with full pathnamesdan2000-01-152-3/+46
* Fix bogon in previous commit: pass a string argument to printf(3) tosheldonh2000-01-111-2/+2
* Use a more helpful fatal error message than "Toto! This doesn't looksheldonh2000-01-111-2/+2
* Include -f and -t options to SYNOPSYS section (manpage) and usage informationphantom2000-01-072-9/+10
* Deal with package filenames which contain spaces.jkh2000-01-041-1/+1
* Redirect stdout from mtree to /dev/null; we don't really need to knowasami2000-01-031-2/+2
* Only pkg_delete the old package if the new one builds properly.jkh1999-12-061-2/+1
* Add '-l' which will match a certain status code.billf1999-12-032-5/+25
* Correct co-MAINTAINER's e-mail address. I don't know how manybillf1999-12-031-1/+1
* Install man pages in the right place. This is what I get for cheatingbillf1999-11-281-1/+1
* Add the author as co-maintainer, a la mergemaster.billf1999-11-261-0/+1
* Welcome pkg_version into the FreeBSD source tree.billf1999-11-264-1/+466
* 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
* Document the fact that pkg_add/delete passes INSTALL/DEINSTALLmax1999-09-111-0/+5
* Use the appropriate macro for double quotes rather than using doublejkh1999-09-014-20/+47
* Remove some $Log$ debrispeter1999-08-291-15/+0
* $Header$ -> $FreeBSD$peter1999-08-281-1/+4
* $Id$ -> $FreeBSD$peter1999-08-2834-35/+38
* Various man page cleanup:mpp1999-08-154-8/+8
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-117-16/+22
* When listing the installed packages, do it in alphabetical order.jdp1999-07-301-9/+24
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* '?' shouldn't be in the usage string. Unknown characters are alreadyimp1999-06-244-8/+8
* If we are going to have a case for '?' then we should define it in Options.billf1999-06-234-8/+8
* 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
* Revive the PKG_ADD_BASE stuff a bit.jkh1999-05-121-1/+2
* If pkg_info is run with no args, default to "-aI".jkh1999-04-271-2/+7
* 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
* document PKG_DBDIRobrien1998-12-311-0/+13
* change wording slightly to match other pkg_*.1obrien1998-12-311-2/+2
* Make it possible to have separate install scripts as well as havejkh1998-12-1610-54/+310
* Fix support for uncompressed (".tar") package types. It's not completelyasami1998-12-052-8/+24
* Fix bug where trailing slash could confuse the registry removal.jkh1998-11-111-1/+7
* Unlink old contents of package when extracting new.jkh1998-10-281-2/+2
* Revert 1.33; lstat() is indeed the wrong thing to do here. I'lljkh1998-10-141-2/+2
* Correct a misleading comment.jkh1998-10-121-2/+2
* Use lstat() rather than stat in determining whether a file exists,jkh1998-10-091-2/+2
* Use a more reasonable default umask in case the root umask is toojkh1998-09-141-1/+5
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-1110-110/+181
* o Set paths internally for pkg_add for tools we might want to invoke.jkh1998-09-083-12/+16
* Fix bogus suffix stripping to be less naive.jkh1998-09-081-9/+7
OpenPOWER on IntegriCloud