aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/update
Commit message (Collapse)AuthorAgeFilesLines
* Do my bit for the Perl removal team and shoot my own, rather mangyPaul Richards2002-05-083-305/+0
| | | | | | | looking, dog. Notes: svn path=/head/; revision=96229
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-4/+1
| | | | Notes: svn path=/head/; revision=75286
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Fix a nasty bug whereby if the package file didn't have a version numberPaul Richards2001-01-141-7/+13
| | | | | | | | | | | then all packages would be deinstalled! The tightening up of version number checking also fixes a bug where a package file such as gtk.tgz would have resulting in gtk-engines being deinstalled. Notes: svn path=/head/; revision=71008
* Change open modes from ">$file" to "> $file" because it's much safer shouldPaul Richards2000-12-301-2/+2
| | | | | | | | | | | | $file not be what you expect, particularly should $file turn out to be "+REQUIRES" since ">+" is a valid open mode. This isn't currently a problem since $file is constructed safely but it removes the potential of future problems. Pointed out by Anton Berezin. Notes: svn path=/head/; revision=70502
* mdoc(7) police: get rid of hard sentence breaks, add missing .El, etc.Ruslan Ermilov2000-12-291-7/+11
| | | | Notes: svn path=/head/; revision=70465
* Fix the broken options that were in the development version I committed by ↵Paul Richards2000-12-281-1/+2
| | | | | | | mistake. Notes: svn path=/head/; revision=70447
* Bring the man page up to date with the current version of the script.Paul Richards2000-12-281-3/+25
| | | | Notes: svn path=/head/; revision=70445
* Add pkg_update, which can replace currently installed ports with new versionsPaul Richards2000-12-283-0/+275
while taking of updating all the dependencies. Notes: svn path=/head/; revision=70443