summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
Commit message (Expand)AuthorAgeFilesLines
* Ensure the pkg staging area exists on nanobsd before trying to use it.jim-p2011-02-261-2/+5
* Move this code up a bit and also use /root/tmp to fetch packages instead of /...jim-p2011-02-241-5/+10
* If we're on nanobsd, pass -t to pkg_add to specify a different "staging area"...jim-p2011-02-241-2/+4
* Set PKG_TMPDIR here too, to help nanobsd pkg installs.jim-p2011-02-231-1/+3
* Use a better method to determine the FTP URL for FreeBSD based on the version...jim-p2011-01-211-2/+3
* Comment what this variable doesScott Ullrich2011-01-201-2/+6
* Adding $builder_package_install variable. When set to true ignore library fix...Scott Ullrich2011-01-201-9/+18
* Fix references to what was apparently supposed to be $g['booting'] and not $b...jim-p2011-01-181-4/+4
* Add a description to this write_config() so it's a little more obvious what i...jim-p2011-01-181-2/+2
* Bail on reinstalling all packages if we can't contact the package repo.jim-p2011-01-121-0/+9
* Ticket #875. While ldconfig should be called by pkg code itself do it explici...Ermal2011-01-101-1/+4
* Need to use Unlink in tarScott Ullrich2011-01-071-12/+8
* Shorten englishScott Ullrich2011-01-061-5/+12
* Ensure $pkg is defined. Send pkg_delete errors to /tmp/pkg-delete_errors.txtScott Ullrich2011-01-061-1/+6
* Fix package dependency check code now that we no longer nuke /var/db/pkg/ bef...Scott Ullrich2011-01-061-4/+22
* Strip off the space between @depend and the package name. Otherwise it will ...Scott Ullrich2011-01-061-1/+1
* Do not unlink file, it's handled by behind the scenes pkg-utils.inc codeScott Ullrich2011-01-061-1/+0
* Shorten repo download messageScott Ullrich2011-01-061-1/+1
* Do not show already installed messages which fill up the textarea too many timesScott Ullrich2011-01-061-1/+1
* Do not nuke /var/db/pkg now that 2.0 has better handlingScott Ullrich2011-01-051-2/+0
* Reinstall packages on bootup during console. Ticket #1156Scott Ullrich2011-01-051-0/+22
* Nuke newlineScott Ullrich2010-12-291-1/+1
* Unlink needs_package_sync after one pkg has installed OK which means that our...Scott Ullrich2010-12-271-1/+2
* More misc pkg install txt fixupsScott Ullrich2010-12-251-31/+31
* More misc pkg install txt fixupsScott Ullrich2010-12-251-3/+2
* Add newline after restoring libsScott Ullrich2010-12-251-0/+1
* backup and restore libs in correct locationScott Ullrich2010-12-251-13/+13
* misc text formatting fixes (tabs)Scott Ullrich2010-12-251-5/+5
* Only backup libraries at the beginning of the deinstall cycle.Scott Ullrich2010-12-251-4/+6
* Add tabScott Ullrich2010-12-251-1/+1
* Add newline after installation abortedScott Ullrich2010-12-251-1/+1
* s/Trying to download/DownloadingScott Ullrich2010-12-251-1/+1
* Backup system libraries and restore during pkg deinstall.Scott Ullrich2010-12-251-0/+12
* nuke trailing carriage returnsScott Ullrich2010-12-221-1/+1
* When we supply a version number, it should be under All/ and not Latest/ (whi...jim-p2010-12-171-1/+1
* Make $rel lowercase, since that's how it is on FreeBSD's package servers.jim-p2010-12-161-1/+1
* Show the full URL used to download package files, to aid in tracking down pac...jim-p2010-12-121-1/+2
* Do not atempt to start a service during installation.Ermal2010-12-071-1/+0
* Correct binaries needed.Ermal2010-12-021-3/+2
* Do not try to be smart on the package name and also use a better resulting co...Ermal2010-12-021-4/+3
* Do not output blank pkg namesScott Ullrich2010-11-301-2/+3
* Mount rw so we can have the packages processing correctly.Ermal2010-11-301-1/+3
* Nuke trailing c/rScott Ullrich2010-11-241-1/+1
* Remove this since it does not make anymore sense after code arrangements.Ermal2010-11-231-4/+0
* Do not output done. because it does not related overall to the output messages.Ermal2010-11-231-5/+2
* Add newlinesScott Ullrich2010-11-211-4/+4
* Disable this test, it was causing some package file downloads to be skipped f...jim-p2010-11-201-2/+4
* Cleanup some code and properly handle failure of pkg_fetch_recursive.Ermal2010-11-191-21/+17
* Clarify message.Ermal2010-11-191-1/+1
* Use correct extension of tgz rather than tgz for automatically discovered dep...Ermal2010-11-191-10/+6
OpenPOWER on IntegriCloud