summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/plist.c
Commit message (Expand)AuthorAgeFilesLines
* When using @cwd %%FOO%%, we must ensure to return in the originalkrion2006-01-071-2/+5
* remove a few uses of the word `really'jmg2005-06-271-2/+2
* Implement @noinst field which has at the moment the same meaning andkrion2005-06-141-0/+6
* Downgrade WARNS level to more tolerable value. Attempt to fixkan2004-07-281-1/+1
* * Add explicit conflict-checking to the package tools. Packages cankris2003-04-171-0/+6
* Prevent buffer overflow in format_cmd() by properly tracking maximumjkh2003-01-061-1/+1
* Don't treat unknown commands as fatal errors: they are probably justkris2002-08-311-2/+3
* Ensure that origin field in the packing list structure is initialised. Thissobomax2002-08-121-0/+1
* replace __FUNCTION__ with standardized __func__.alfred2002-05-111-2/+2
* fix build:alfred2002-05-111-2/+3
* New feature: allow origins of all dependencies be recorded into package listsobomax2002-05-051-0/+7
* Handle PLIST_ORIGIN properly.sobomax2002-05-051-0/+4
* Add ability to query installed packages based on origin.sobomax2002-05-041-2/+18
* Fix SCM ID's.obrien2002-04-011-5/+3
* - Introduce a notion of `packing list format version'. This allows makingsobomax2001-10-101-12/+46
* WARNS=2 cleanup.sobomax2001-10-101-11/+12
* Usability tweak:sobomax2001-08-021-7/+7
* When there is a file that can't be deleted due to checksum mismatch print namesobomax2001-08-021-2/+1
* - Add ability to handle bzip2-compressed packages;sobomax2001-01-221-0/+3
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-221-3/+3
* Fix symlink-to-a-dir handling in pkg_delete.sobomax2000-09-181-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-111-2/+3
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-111-4/+6
* Silence potentially bogus warning.jkh1998-09-011-2/+2
* Clarify "Cannot delete file as directory" errmessage.hoek1998-07-181-3/+3
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-081-13/+17
* Eliminate an annoying message.jkh1997-09-021-4/+2
* Change the naming conventions for preserve'd files and also documentjkh1997-07-011-7/+4
* YAMF22 - deletes and preserve option fixes.jkh1997-06-301-21/+25
* Add support for @option preserve - moves existing files out of the wayjkh1997-06-291-4/+25
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add MD5 checksums to packing list for all files during pkg_create and usejkh1996-07-301-29/+63
* Make pkg_install understand and use libftpio instead of its ownjkh1996-06-201-2/+2
* Bring my pkg_install improvements forward from 2.1.jkh1995-11-121-17/+19
* Fix coredump for -v flagache1995-07-281-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* 1. Add an new @option directive. You'll understand it better in a moment.jkh1995-04-221-8/+33
* Some patches to make deletions of non-existent files and directories slightlyjkh1995-04-221-6/+13
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-061-13/+60
* Don't let pkg_delete remove the recorded location until everything hasjkh1994-09-291-4/+10
* Add @srcdir option for customizing creation of packages.jkh1994-08-281-1/+7
* Argh! What a boneheaded bug! Finally fix the blank-line-in-packing listjkh1994-07-111-2/+2
* Add new find_plist() function.jkh1994-05-251-7/+7
* Added code for doing % sequence expansion, added new @unexec command.jkh1993-09-181-2/+20
* Fixed an embarassing bug with @owner, @mode & @groupjkh1993-09-121-3/+3
* Made staging area configurable rather than assuming /tmp (-t)jkh1993-09-051-0/+32
* Lots of misc tweaks, support for arbitrary separators in pkg_info, morejkh1993-09-031-3/+37
* The release version of my package install suite. Please see man pagesjkh1993-08-261-0/+270
OpenPOWER on IntegriCloud