summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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/ ↵jim-p2010-12-171-1/+1
| | | | (which has names but no version numbers)
* 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 ↵jim-p2010-12-121-1/+2
| | | | packages that do not install correctly.
* 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 ↵Ermal2010-12-021-4/+3
| | | | condition testing.
* 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 ↵jim-p2010-11-201-2/+4
| | | | for me, and nothing else seems to set/use this variable anywhere.
* 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 ↵Ermal2010-11-191-10/+6
| | | | dependencies.
* Honor the config parsed var if set.Ermal2010-11-191-2/+2
|
* globals.inc is better first.Ermal2010-11-191-1/+1
|
* More safety belts.Ermal2010-11-191-4/+4
|
* Fix fetching of package list.Ermal2010-11-181-1/+1
|
* Add myself to the copyright. Have modified enough the file.Ermal2010-11-181-0/+1
|
* Fix problem with syslog adding/removing for pacakges. Fix sync pacakges to ↵Ermal2010-11-181-68/+73
| | | | call the right functions. Optimizations and code cleanup along the way.
* Clear up some code.Ermal2010-11-171-1/+1
|
* Ticket #1017. Move the fwrite and fd_log initializing to a function. Name ↵Ermal2010-11-171-28/+33
| | | | the function pkg_debug to properly show what is its purpose and also make it write something only when $debug is set.
* Ticket #1017. Put a @ before each fwrite to silence errors. Also setup the ↵Ermal2010-11-171-45/+17
| | | | log file in the beginning rather than on each individual function.
* Fix typoRenato Botelho2010-11-171-1/+1
|
* Make the pkg_fetch_recursive code stronger and try also to fetch from ↵Ermal2010-11-161-10/+22
| | | | freebsd repo when fails to fetch from pfSense one.
* Correctly form the url from where to fetch packages if a base is not ↵Ermal2010-11-161-15/+34
| | | | specified. This unbreaks packages on amd64! Also do no remove a package which is required by other installations.
* Correct variable name.Ermal2010-11-161-1/+1
|
* * Use pkg_info -E pkgname* for testing if a package is installed.Ermal2010-11-161-90/+91
| | | | | | | | | * Do not call eval if we cannot include an .inc file since that will make the whole script fail. * Keep the log from the start to the end without overwriting. This makes debugging and problem reporting easy and explains what is done during installation. * Check retrun value of download_with_progress_bar to make it possible catching errors during download. * Lots of improvements in between Related to Ticket #950
* Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
|
* Cosmetic issue, add space before 'done', otherwise package XML name and done ↵Warren Baker2010-11-081-1/+1
| | | | are combined.
* Spelling fix.Warren Baker2010-11-051-1/+1
|
* Ticket #950. Correctly handle failures while installing packages which might ↵Ermal2010-10-141-80/+90
| | | | leave stale information behind. Also do not try to startup services twice. Rename uninstall_package_from_name to uninstall_package because the operation on packages is only done through package names.
* Ticket #873. Call write_config() before including file to avoid loosing ↵Ermal2010-09-031-110/+149
| | | | already done modifications. While here do some code cleanup and formating to make it more readble.
* Remove useless code which might even abort package deletion process.Ermal2010-08-061-15/+1
|
* Use global to not cause breakage if path changes.Ermal2010-08-061-1/+1
|
* Avoid duplicate service tags when reinstalling packagesRenato Botelho2010-08-061-0/+4
|
* Pass name instead of config_file for start_serviceRenato Botelho2010-07-231-1/+1
|
* If packages are reinstalled during bootup than there is no need to reinstall ↵Ermal2010-06-181-2/+5
| | | | them again during GUI login.
* Don't delete these additional files until the end of the package uninstall ↵jim-p2010-06-081-18/+18
| | | | process. Otherwise files needed in some steps will be missing. Should fix some outstanding package issues (especially uninstall/reinstall issues). At the very least this fixes uninstall/reinstall of OpenVPN Client Export.
* Do not process items in which we cannot resolve the config fileScott Ullrich2010-05-211-0/+2
|
* Missed curly.Ermal2010-04-271-1/+1
|
* Do not error out when trying to delete an unexisting package. Just display ↵Ermal2010-04-271-5/+7
| | | | an error message.
OpenPOWER on IntegriCloud