aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/msg.c
Commit message (Collapse)AuthorAgeFilesLines
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-171-0/+75
| | | | | | | Discussed with: erwin, brooks, bapt Notes: svn path=/head/; revision=222035
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-231-75/+0
| | | | | | | | | | | | | | - Rework the wrapper support to check libpkg version as well as pkg_install version. - Add libfetch to _prebuild_libs. - There are no new features introduced. Notes: the API is not stable, so basically, do not use libpkg in your projects for now. Also there's no manpage for libpkg yet, because the API will change drastically. I repeat, do not use libpkg for now. Notes: svn path=/head/; revision=207113
* Fix SCM ID's.David E. O'Brien2002-04-011-6/+3
| | | | Notes: svn path=/head/; revision=93520
* WARNS=2 cleanup.Maxim Sobolev2001-10-101-2/+2
| | | | | | | | Tested on: i386, alpha MFC after: 2 weeks Notes: svn path=/head/; revision=84745
* - Add which(1)-like functionality into pkg_info;Maxim Sobolev2001-03-231-1/+1
| | | | | | | | | | | | - fix a harmless bug in match_installed() function introduced in my last commit; - uniformely reorder includes across files. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Not objected by: jkh, -ports Notes: svn path=/head/; revision=74699
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-2/+3
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* 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