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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug where trailing slash could confuse the registry removal.
jkh
1998-11-11
1
-1
/
+7
*
Unlink old contents of package when extracting new.
jkh
1998-10-28
1
-2
/
+2
*
Revert 1.33; lstat() is indeed the wrong thing to do here. I'll
jkh
1998-10-14
1
-2
/
+2
*
Correct a misleading comment.
jkh
1998-10-12
1
-2
/
+2
*
Use lstat() rather than stat in determining whether a file exists,
jkh
1998-10-09
1
-2
/
+2
*
Use a more reasonable default umask in case the root umask is too
jkh
1998-09-14
1
-1
/
+5
*
correct usage of cleanup() everywhere - this became bogus when the warnx/errx
jkh
1998-09-11
10
-110
/
+181
*
o Set paths internally for pkg_add for tools we might want to invoke.
jkh
1998-09-08
3
-12
/
+16
*
Fix bogus suffix stripping to be less naive.
jkh
1998-09-08
1
-9
/
+7
*
Fail as documented when a dependency cannot be found
jkh
1998-09-08
1
-1
/
+7
*
Silence potentially bogus warning.
jkh
1998-09-01
1
-2
/
+2
*
Fix recursive package add problem (for on-disk package files) I introduced
jkh
1998-08-27
1
-3
/
+6
*
Don't exit() from cleanup() if we got there via a non-signal since
jkh
1998-07-28
1
-2
/
+3
*
Paranoia: use mkdtemp instead of mktemp
nectar
1998-07-28
1
-4
/
+3
*
Clarify "Cannot delete file as directory" errmessage.
hoek
1998-07-18
1
-3
/
+3
*
Avoid race-conditions on playpen delete.
eivind
1998-07-17
1
-2
/
+5
*
Add $Id$.
jkoshy
1998-07-14
2
-0
/
+2
*
Document `-I' and `-R' options to `pkg_info'.
jkoshy
1998-07-06
1
-0
/
+5
*
MF22: check for null pointer.
jkh
1998-07-04
1
-2
/
+6
*
Document environment variables used by pkg_{add,create,info}. These
jkoshy
1998-06-26
3
-2
/
+108
*
Loosely document the '-s' commandline option.
steve
1998-05-24
1
-1
/
+7
*
Fix dependent-package loading when pkg_adding with an FTP URL. I broke
jkh
1998-04-12
1
-9
/
+40
*
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
charnier
1998-03-23
4
-29
/
+22
*
Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal
bde
1998-03-07
5
-40
/
+24
*
Eliminate the idea of nested "playpens" entirely - it just obfuscated
jkh
1998-02-16
5
-32
/
+45
*
I must have been smoking crack when I made this change. Using sh -c
jkh
1998-01-21
1
-4
/
+4
*
Quote filenames more agressively.
imp
1998-01-21
1
-4
/
+7
*
MF22: fix to install script handling.
jkh
1998-01-17
1
-4
/
+4
*
MF22: Additional paranoia in cleanup.
jkh
1998-01-09
1
-2
/
+2
*
Don't assume install script is directly runnable - use sh -c.
jkh
1998-01-08
1
-4
/
+4
*
"This is the add^H^H^Hinfo module."
hoek
1997-12-26
1
-2
/
+2
*
MF22: Revert part of -p handling.
jkh
1997-11-14
1
-1
/
+4
*
The prefix override code was bogus. The original idea was sound
jkh
1997-11-13
1
-6
/
+1
*
Pkg_add refused to process package whose packing list contains @exec/@unexec
max
1997-10-24
1
-2
/
+6
*
- do string-magic on the right variable when trying
jkh
1997-10-18
3
-6
/
+19
*
Deal with PLIST_UNEXEC properly.
jkh
1997-10-18
1
-1
/
+5
*
Don't return from cleanup() - if it's removed the playpen then very
jkh
1997-10-13
5
-9
/
+14
*
Use err(3). Cosmetics in usage string and man page.
charnier
1997-10-08
25
-377
/
+310
*
Document pkg_add's dependency auto-install. While I'm here, fix
hoek
1997-09-27
3
-15
/
+19
*
Many places in the code NULL is used in integer context, where
phk
1997-09-18
2
-4
/
+4
*
Typo.
max
1997-09-13
1
-1
/
+1
*
Eliminate an annoying message.
jkh
1997-09-02
1
-4
/
+2
*
Add proper md5 comments to ports-installed packages also by
jkh
1997-07-04
1
-1
/
+2
*
Change the naming conventions for preserve'd files and also document
jkh
1997-07-01
4
-35
/
+72
*
YAMF22 - deletes and preserve option fixes.
jkh
1997-06-30
1
-21
/
+25
*
Whoops, only attempt to back up the file if it exists. :-}
jkh
1997-06-30
1
-2
/
+2
*
Add support for @option preserve - moves existing files out of the way
jkh
1997-06-29
3
-11
/
+71
*
Fix multiple documentation bogons.
jkh
1997-06-19
4
-5
/
+5
*
Add support for srcdir overrides.
jkh
1997-06-06
3
-6
/
+20
*
When no last file specified for % command user barf(error diagnostic)
ache
1997-05-24
1
-1
/
+3
[next]