summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/msg.c
Commit message (Collapse)AuthorAgeFilesLines
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-111-3/+3
| | | | | stuff was added and nobody seems to have noticed. :) Noticed by: Josh MacDonald <jmacd@paris.CS.Berkeley.EDU>
* Don't return from cleanup() - if it's removed the playpen then veryjkh1997-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>
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-081-30/+5
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Use size_t properly in all fs size ops. This kills a bugjkh1995-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>
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Close /dev/tty that is opened in y_or_n()...this is called many timesasami1994-06-011-1/+2
| | | | so it will run out of ptys if not properly closed.
* Make y_or_n() pay attention to AutoAnswer global.jkh1994-04-051-3/+8
|
* Lots of misc tweaks, support for arbitrary separators in pkg_info, morejkh1993-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).
* The release version of my package install suite. Please see man pagesjkh1993-08-261-0/+97
for info.
OpenPOWER on IntegriCloud