summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/plist.c
Commit message (Expand)AuthorAgeFilesLines
* if a file in plist starts with / then do not prefix it with "prefix" [1]bapt2012-09-181-1/+4
* - Print package name in case an empty pkgdep line is found.beat2012-05-111-1/+2
* Touch up some more small typos missed in the previous round.uqs2012-01-051-1/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-2/+2
* Backout libinstall.a -> libpkg commit.flz2011-05-171-0/+592
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-592/+0
* Fix pkg_delete, check if the file we're trying to delete is aflz2010-04-031-1/+1
* Skip @pkgdep if there's no argument.flz2009-05-191-0/+4
* - Backout latest changes (follow symlinks: r186496, r186518).flz2009-01-061-60/+23
* Fix memory leaks introduced in last commit.flz2008-12-271-12/+2
* Follow symlinks when deleting directories.flz2008-12-251-23/+70
* Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents.njl2007-03-281-1/+1
* 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
OpenPOWER on IntegriCloud