aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/msg.c
Commit message (Collapse)AuthorAgeFilesLines
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxJordan K. Hubbard1998-09-111-3/+3
| | | | | | | | stuff was added and nobody seems to have noticed. :) Noticed by: Josh MacDonald <jmacd@paris.CS.Berkeley.EDU> Notes: svn path=/head/; revision=39068
* Don't return from cleanup() - if it's removed the playpen then veryJordan K. Hubbard1997-10-131-4/+5
| | | | | | | | bad things will happen if we return to unsuspecting code. Noted to my great dismay by: Tim Vanderhoek <hoek@hwcn.org> Notes: svn path=/head/; revision=30387
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-30/+5
| | | | Notes: svn path=/head/; revision=30221
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Use size_t properly in all fs size ops. This kills a bugJordan K. Hubbard1995-08-261-3/+1
| | | | | | | | | encountered by someone who had his /tmp on a partition with 3.7GB of free space! Spotted by: Francisco Rosich Viana <rosich@power.ci.uv.es> Notes: svn path=/head/; revision=10309
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8857
* Close /dev/tty that is opened in y_or_n()...this is called many timesSatoshi Asami1994-06-011-1/+2
| | | | | | | so it will run out of ptys if not properly closed. Notes: svn path=/head/; revision=1666
* Make y_or_n() pay attention to AutoAnswer global.Jordan K. Hubbard1994-04-051-3/+8
| | | | Notes: svn path=/head/; revision=1338
* Lots of misc tweaks, support for arbitrary separators in pkg_info, moreJordan K. Hubbard1993-09-031-1/+1
| | | | | | | | intelligent name handling in pkg_create. Most of these files are changed because of rcsid's being different in my cvs tree and freefall's (foo). Notes: svn path=/head/; revision=379
* The release version of my package install suite. Please see man pagesJordan K. Hubbard1993-08-261-0/+97
for info. Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=327