summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* Update my email address in various places in pkg_version.bmah2000-08-232-2/+2
* Now that Bruce Mah is a committer, retire my co-maintainershipbillf2000-08-221-2/+1
* Fix bug with -c optionmarko2000-08-071-0/+1
* New option "-s" to query size of the installed package(s).sobomax2000-07-075-2/+69
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-276-123/+41
* Use `rm -f` if the -f (force) option was given.hoek2000-06-021-1/+1
* Avoid infinite loops when given a package name like 'm4-1.1/'.steve2000-05-142-42/+27
* Finally remove the restriction introduced from NetBSD in r.1.3 thathoek2000-05-131-2/+12
* Do not preserve UIDs, permissions nor flags of package system files insheldonh2000-03-151-2/+2
* -CURRENT is now 500000, reflect that.billf2000-03-131-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-013-12/+24
* Add cross references to pkg_version(1) in all the other pkg_* man pages.jhb2000-02-295-1/+6
* pkg_create doesn't use more(1) for displaying +DISPLAY files, itkris2000-02-271-2/+1
* 1. If checking for directory-ness, check "dir" and "dir/" to catchjkh2000-02-191-0/+2
* 1. If checking for directory-ness, check "dir" and "dir/" to catchjkh2000-02-191-2/+8
* While looking for a bug, tripped over style issues with addedjkh2000-02-181-11/+6
* Use lstat(2) rather than stat(2) in isdir(), so that a symlink to aobrien2000-02-081-1/+1
* Grammar fix: ``Different than'' should be ``different from''.chris2000-01-291-1/+1
* 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
OpenPOWER on IntegriCloud