index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
pkg_install
/
lib
/
plist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backout libinstall.a -> libpkg commit.
flz
2011-05-17
1
-0
/
+592
*
- Take libinstall.a out of pkg_install and make it a proper shared library.
flz
2010-04-23
1
-592
/
+0
*
Fix pkg_delete, check if the file we're trying to delete is a
flz
2010-04-03
1
-1
/
+1
*
Skip @pkgdep if there's no argument.
flz
2009-05-19
1
-0
/
+4
*
- Backout latest changes (follow symlinks: r186496, r186518).
flz
2009-01-06
1
-60
/
+23
*
Fix memory leaks introduced in last commit.
flz
2008-12-27
1
-12
/
+2
*
Follow symlinks when deleting directories.
flz
2008-12-25
1
-23
/
+70
*
Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents.
njl
2007-03-28
1
-1
/
+1
*
When using @cwd %%FOO%%, we must ensure to return in the original
krion
2006-01-07
1
-2
/
+5
*
remove a few uses of the word `really'
jmg
2005-06-27
1
-2
/
+2
*
Implement @noinst field which has at the moment the same meaning and
krion
2005-06-14
1
-0
/
+6
*
Downgrade WARNS level to more tolerable value. Attempt to fix
kan
2004-07-28
1
-1
/
+1
*
* Add explicit conflict-checking to the package tools. Packages can
kris
2003-04-17
1
-0
/
+6
*
Prevent buffer overflow in format_cmd() by properly tracking maximum
jkh
2003-01-06
1
-1
/
+1
*
Don't treat unknown commands as fatal errors: they are probably just
kris
2002-08-31
1
-2
/
+3
*
Ensure that origin field in the packing list structure is initialised. This
sobomax
2002-08-12
1
-0
/
+1
*
replace __FUNCTION__ with standardized __func__.
alfred
2002-05-11
1
-2
/
+2
*
fix build:
alfred
2002-05-11
1
-2
/
+3
*
New feature: allow origins of all dependencies be recorded into package list
sobomax
2002-05-05
1
-0
/
+7
*
Handle PLIST_ORIGIN properly.
sobomax
2002-05-05
1
-0
/
+4
*
Add ability to query installed packages based on origin.
sobomax
2002-05-04
1
-2
/
+18
*
Fix SCM ID's.
obrien
2002-04-01
1
-5
/
+3
*
- Introduce a notion of `packing list format version'. This allows making
sobomax
2001-10-10
1
-12
/
+46
*
WARNS=2 cleanup.
sobomax
2001-10-10
1
-11
/
+12
*
Usability tweak:
sobomax
2001-08-02
1
-7
/
+7
*
When there is a file that can't be deleted due to checksum mismatch print name
sobomax
2001-08-02
1
-2
/
+1
*
- Add ability to handle bzip2-compressed packages;
sobomax
2001-01-22
1
-0
/
+3
*
Cause fatal error messages to be a little more helpful to the programmer
jkh
2000-10-22
1
-3
/
+3
*
Fix symlink-to-a-dir handling in pkg_delete.
sobomax
2000-09-18
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
-Wall fixes. Ambigious if/elses, uninitialized values, missing headers,
billf
1999-08-11
1
-2
/
+3
*
correct usage of cleanup() everywhere - this became bogus when the warnx/errx
jkh
1998-09-11
1
-4
/
+6
*
Silence potentially bogus warning.
jkh
1998-09-01
1
-2
/
+2
*
Clarify "Cannot delete file as directory" errmessage.
hoek
1998-07-18
1
-3
/
+3
*
Use err(3). Cosmetics in usage string and man page.
charnier
1997-10-08
1
-13
/
+17
*
Eliminate an annoying message.
jkh
1997-09-02
1
-4
/
+2
*
Change the naming conventions for preserve'd files and also document
jkh
1997-07-01
1
-7
/
+4
*
YAMF22 - deletes and preserve option fixes.
jkh
1997-06-30
1
-21
/
+25
*
Add support for @option preserve - moves existing files out of the way
jkh
1997-06-29
1
-4
/
+25
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Add MD5 checksums to packing list for all files during pkg_create and use
jkh
1996-07-30
1
-29
/
+63
*
Make pkg_install understand and use libftpio instead of its own
jkh
1996-06-20
1
-2
/
+2
*
Bring my pkg_install improvements forward from 2.1.
jkh
1995-11-12
1
-17
/
+19
*
Fix coredump for -v flag
ache
1995-07-28
1
-2
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-6
/
+6
*
1. Add an new @option directive. You'll understand it better in a moment.
jkh
1995-04-22
1
-8
/
+33
*
Some patches to make deletions of non-existent files and directories slightly
jkh
1995-04-22
1
-6
/
+13
*
Many of John T. Kohl's patches from NetBSD. Thanks, John!
jkh
1994-12-06
1
-13
/
+60
*
Don't let pkg_delete remove the recorded location until everything has
jkh
1994-09-29
1
-4
/
+10
[next]