index
:
pfsense
RELENG_1_2
RELENG_2_0
RELENG_2_1
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_0
RELENG_2_4_4
master
Raptor Engineering's fork of the main repository for pfSense
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
etc
/
inc
/
pkg-utils.inc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
If we're on nanobsd, pass -t to pkg_add to specify a different "staging area"...
jim-p
2011-02-24
1
-2
/
+4
|
*
Set PKG_TMPDIR here too, to help nanobsd pkg installs.
jim-p
2011-02-23
1
-1
/
+3
*
|
Merge branch 'master' into inc
Vinicius Coque
2011-01-28
1
-55
/
+141
|
\
\
|
|
/
|
*
Use a better method to determine the FTP URL for FreeBSD based on the version...
jim-p
2011-01-21
1
-2
/
+3
|
*
Comment what this variable does
Scott Ullrich
2011-01-20
1
-2
/
+6
|
*
Adding $builder_package_install variable. When set to true ignore library fix...
Scott Ullrich
2011-01-20
1
-9
/
+18
|
*
Fix references to what was apparently supposed to be $g['booting'] and not $b...
jim-p
2011-01-18
1
-4
/
+4
|
*
Add a description to this write_config() so it's a little more obvious what i...
jim-p
2011-01-18
1
-2
/
+2
|
*
Bail on reinstalling all packages if we can't contact the package repo.
jim-p
2011-01-12
1
-0
/
+9
|
*
Ticket #875. While ldconfig should be called by pkg code itself do it explici...
Ermal
2011-01-10
1
-1
/
+4
|
*
Need to use Unlink in tar
Scott Ullrich
2011-01-07
1
-12
/
+8
|
*
Shorten english
Scott Ullrich
2011-01-06
1
-5
/
+12
|
*
Ensure $pkg is defined. Send pkg_delete errors to /tmp/pkg-delete_errors.txt
Scott Ullrich
2011-01-06
1
-1
/
+6
|
*
Fix package dependency check code now that we no longer nuke /var/db/pkg/ bef...
Scott Ullrich
2011-01-06
1
-4
/
+22
|
*
Strip off the space between @depend and the package name. Otherwise it will ...
Scott Ullrich
2011-01-06
1
-1
/
+1
|
*
Do not unlink file, it's handled by behind the scenes pkg-utils.inc code
Scott Ullrich
2011-01-06
1
-1
/
+0
|
*
Shorten repo download message
Scott Ullrich
2011-01-06
1
-1
/
+1
|
*
Do not show already installed messages which fill up the textarea too many times
Scott Ullrich
2011-01-06
1
-1
/
+1
|
*
Do not nuke /var/db/pkg now that 2.0 has better handling
Scott Ullrich
2011-01-05
1
-2
/
+0
|
*
Reinstall packages on bootup during console. Ticket #1156
Scott Ullrich
2011-01-05
1
-0
/
+22
|
*
Nuke newline
Scott Ullrich
2010-12-29
1
-1
/
+1
|
*
Unlink needs_package_sync after one pkg has installed OK which means that our...
Scott Ullrich
2010-12-27
1
-1
/
+2
|
*
More misc pkg install txt fixups
Scott Ullrich
2010-12-25
1
-31
/
+31
|
*
More misc pkg install txt fixups
Scott Ullrich
2010-12-25
1
-3
/
+2
|
*
Add newline after restoring libs
Scott Ullrich
2010-12-25
1
-0
/
+1
|
*
backup and restore libs in correct location
Scott Ullrich
2010-12-25
1
-13
/
+13
|
*
misc text formatting fixes (tabs)
Scott Ullrich
2010-12-25
1
-5
/
+5
|
*
Only backup libraries at the beginning of the deinstall cycle.
Scott Ullrich
2010-12-25
1
-4
/
+6
|
*
Add tab
Scott Ullrich
2010-12-25
1
-1
/
+1
|
*
Add newline after installation aborted
Scott Ullrich
2010-12-25
1
-1
/
+1
|
*
s/Trying to download/Downloading
Scott Ullrich
2010-12-25
1
-1
/
+1
|
*
Backup system libraries and restore during pkg deinstall.
Scott Ullrich
2010-12-25
1
-0
/
+12
|
*
nuke trailing carriage returns
Scott Ullrich
2010-12-22
1
-1
/
+1
|
*
When we supply a version number, it should be under All/ and not Latest/ (whi...
jim-p
2010-12-17
1
-1
/
+1
|
*
Make $rel lowercase, since that's how it is on FreeBSD's package servers.
jim-p
2010-12-16
1
-1
/
+1
*
|
Merge remote branch 'mainline/master' into inc
Vinicius Coque
2010-12-14
1
-172
/
+143
|
\
\
|
|
/
|
*
Show the full URL used to download package files, to aid in tracking down pac...
jim-p
2010-12-12
1
-1
/
+2
|
*
Do not atempt to start a service during installation.
Ermal
2010-12-07
1
-1
/
+0
|
*
Correct binaries needed.
Ermal
2010-12-02
1
-3
/
+2
|
*
Do not try to be smart on the package name and also use a better resulting co...
Ermal
2010-12-02
1
-4
/
+3
|
*
Do not output blank pkg names
Scott Ullrich
2010-11-30
1
-2
/
+3
|
*
Mount rw so we can have the packages processing correctly.
Ermal
2010-11-30
1
-1
/
+3
|
*
Nuke trailing c/r
Scott Ullrich
2010-11-24
1
-1
/
+1
|
*
Remove this since it does not make anymore sense after code arrangements.
Ermal
2010-11-23
1
-4
/
+0
|
*
Do not output done. because it does not related overall to the output messages.
Ermal
2010-11-23
1
-5
/
+2
|
*
Add newlines
Scott Ullrich
2010-11-21
1
-4
/
+4
|
*
Disable this test, it was causing some package file downloads to be skipped f...
jim-p
2010-11-20
1
-2
/
+4
|
*
Cleanup some code and properly handle failure of pkg_fetch_recursive.
Ermal
2010-11-19
1
-21
/
+17
|
*
Clarify message.
Ermal
2010-11-19
1
-1
/
+1
|
*
Use correct extension of tgz rather than tgz for automatically discovered dep...
Ermal
2010-11-19
1
-10
/
+6
[prev]
[next]