summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* Change open modes from ">$file" to "> $file" because it's much safer shouldpaul2000-12-301-2/+2
* mdoc(7) police: get rid of hard sentence breaks, add missing .El, etc.ru2000-12-291-7/+11
* Fix the broken options that were in the development version I committed by mi...paul2000-12-281-1/+2
* Bring the man page up to date with the current version of the script.paul2000-12-281-3/+25
* Add pkg_update, which can replace currently installed ports with new versionspaul2000-12-284-1/+276
* Prepare for mdoc(7)NG.ru2000-12-275-22/+21
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
* Add `_PATH_DEVZERO'.obrien2000-12-092-4/+6
* Alphabetically reorder options in `.Op Fl' macro to be consistent with thesobomax2000-12-051-1/+1
* - Add missed `-s' option into usage printout;sobomax2000-12-051-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-204-5/+5
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
* Use Fx macro wherever possible.ru2000-11-142-4/+7
* Insetad of using fileno(ftp) as stdin for tar, use a pipe and have thedes2000-10-291-17/+39
* Sigh. It'd be nice to completely commit a bugfix. Once again:bmah2000-10-261-6/+6
* Fix a bug in which pkg_version(1) was ignoring $PORTREVISIONbmah2000-10-261-5/+8
* Utilize the "-o" (origin) option recently added to pkg_create(1)bmah2000-10-252-51/+149
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordsobomax2000-10-239-7/+55
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-2212-58/+58
* Add -L option to limit the package status characters the user *doesn't*bmah2000-10-202-6/+33
* Make pkg_version -c -l work.bmah2000-10-201-2/+3
* Trim index lines down to 79 characters, not 80.des2000-10-181-1/+1
* Fix typomarko2000-09-251-1/+1
* Make the ``-r'' option actually do something :)marko2000-09-252-1/+3
* Fix symlink-to-a-dir handling in pkg_delete.sobomax2000-09-183-6/+24
* pkg_version(1) will now distinguish between the different cases wherebmah2000-09-152-7/+16
* Arrgh. Back out a change used during debugging and fix a typo.bmah2000-09-111-2/+2
* Remove a workaround for a long-fixed bug in fetch(1).bmah2000-09-092-10/+4
* pkg_version.pl now understands the new package/port numbering schemebmah2000-09-091-24/+109
* 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
OpenPOWER on IntegriCloud