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
*
Add $Id$, to make it simpler for members of the translation teams to
nik
1999-07-12
1
-0
/
+1
*
'?' shouldn't be in the usage string. Unknown characters are already
imp
1999-06-24
4
-8
/
+8
*
If we are going to have a case for '?' then we should define it in Options.
billf
1999-06-23
4
-8
/
+8
*
Support Alpha and -CURRENT in the "-r" option case.
obrien
1999-06-14
1
-9
/
+17
*
where_arge is allocated on stack and return address is overwritten
jkh
1999-06-09
1
-3
/
+3
*
Revive the PKG_ADD_BASE stuff a bit.
jkh
1999-05-12
1
-1
/
+2
*
If pkg_info is run with no args, default to "-aI".
jkh
1999-04-27
1
-2
/
+7
*
Removed occurrences of consecutive repeated words (such as "the the").
alex
1999-02-12
1
-2
/
+2
*
Fix nasty bug where getpackagesite() will return an integer if it doesn't
billf
1999-01-28
1
-2
/
+2
*
Numbering typo, missed a '0'
billf
1999-01-26
1
-3
/
+3
*
Update pkg_add's remote package feature to reflect the new structure of
billf
1999-01-25
1
-6
/
+6
*
Style police, inline ifs.
billf
1999-01-18
1
-14
/
+12
*
enviornment -> environment
jseger
1999-01-17
1
-2
/
+2
*
Add a new option for pkg_add, -r.
billf
1999-01-17
2
-5
/
+67
*
document PKG_DBDIR
obrien
1998-12-31
1
-0
/
+13
*
change wording slightly to match other pkg_*.1
obrien
1998-12-31
1
-2
/
+2
*
Make it possible to have separate install scripts as well as have
jkh
1998-12-16
10
-54
/
+310
*
Fix support for uncompressed (".tar") package types. It's not completely
asami
1998-12-05
2
-8
/
+24
*
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
[next]