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
*
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
*
Add @srcdir option for customizing creation of packages.
jkh
1994-08-28
1
-1
/
+7
*
Argh! What a boneheaded bug! Finally fix the blank-line-in-packing list
jkh
1994-07-11
1
-2
/
+2
*
Add new find_plist() function.
jkh
1994-05-25
1
-7
/
+7
*
Added code for doing % sequence expansion, added new @unexec command.
jkh
1993-09-18
1
-2
/
+20
*
Fixed an embarassing bug with @owner, @mode & @group
jkh
1993-09-12
1
-3
/
+3
*
Made staging area configurable rather than assuming /tmp (-t)
jkh
1993-09-05
1
-0
/
+32
*
Lots of misc tweaks, support for arbitrary separators in pkg_info, more
jkh
1993-09-03
1
-3
/
+37
*
The release version of my package install suite. Please see man pages
jkh
1993-08-26
1
-0
/
+270