summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
Commit message (Collapse)AuthorAgeFilesLines
* Extra safety checkScott Ullrich2006-01-281-1/+2
|
* Require include fileScott Ullrich2006-01-281-0/+11
|
* \nScott Ullrich2006-01-281-2/+2
|
* Start serviceScott Ullrich2006-01-281-0/+3
|
* Download additional files firstScott Ullrich2006-01-281-11/+11
|
* Parse pkg config and require file if neededScott Ullrich2006-01-281-8/+39
|
* Add <include_file> which will require_once() a file without evaling it. ↵Scott Ullrich2006-01-251-0/+7
| | | | | | This will show us exactly where errors are. MFC: soon
* MFCScott Ullrich2006-01-201-227/+226
|
* Back out yesterdays changesScott Ullrich2006-01-151-39/+32
|
* MFC 9404Scott Ullrich2006-01-151-27/+28
| | | | Make the package installer recognize more than one package. This is not a very nice way of doing it, but if packages are defined in XML in the same order they're required it should work anyway.
* Correct warnings and errors found eclipseScott Ullrich2006-01-151-0/+6
|
* Fix bugs found by eclipseScott Ullrich2006-01-151-4/+4
|
* Alert when running php_ commandsScott Ullrich2006-01-071-0/+3
|
* * Make sure platform variable is definedScott Ullrich2005-11-181-1/+3
| | | | * Make logic easier to read by simply testing for pfSense
* No need to make the same directory twiceScott Ullrich2005-11-171-1/+0
|
* Do not create /usr/local/pkg/* on embedded or cdrom platformsScott Ullrich2005-11-171-2/+4
|
* Allow -1 return to indicated package failure. Removing exitScott Ullrich2005-10-131-1/+1
|
* Don't foreach though menus if we don't have any. Ticket #595Colin Smith2005-10-091-2/+4
|
* Only iterate through if the item is an array.Scott Ullrich2005-10-031-4/+6
|
* Stop a package's services when removing it.Colin Smith2005-10-021-1/+4
|
* remove package name, its already listed on the lineScott Ullrich2005-09-241-1/+1
|
* Simplify messageScott Ullrich2005-09-241-1/+1
|
* Alert user when untarring file and checking. It appears the gui is frozen ↵Scott Ullrich2005-09-241-0/+2
| | | | during this period for large tar files.
* download_file_with_progress_bar(): Return true if the transfer was ↵Colin Smith2005-09-231-2/+2
| | | | successful or the last HTTP code received otherwise.
* Loop through $config to see if we have menus already installed. Ticket #539.Colin Smith2005-09-201-0/+3
|
* eval() our global functions whether or not install commands or defined. This ↵Colin Smith2005-09-181-17/+10
| | | | addresses ticket #471.
* * Resotre <logging>Scott Ullrich2005-08-231-0/+1
| | | | | | * Kill syslogd before restarting Ticket #383
* Don't increment $dependlevel if the dependency is already installed.Colin Smith2005-07-241-1/+1
|
* * Strip package installation and logging from install_package. This function ↵Colin Smith2005-07-211-49/+50
| | | | now need only download the package's 'master' XML configuration.
* remove trailing spaceScott Ullrich2005-07-131-1/+1
|
* Make tar silent.Colin Smith2005-07-071-1/+1
|
* Various code cleanups and a few actual bugfixes courtesy of ZendBill Marquette2005-07-041-46/+48
|
* Do not eval() before_form when syncing.Colin Smith2005-06-261-11/+9
|
* parse_xml_config -> parse_xml_config_pkgColin Smith2005-06-231-7/+7
|
* Uncomment safe_mkdir() - this no longer breaks cdrom.Colin Smith2005-06-231-2/+0
|
* Don't tinker with listtags.Colin Smith2005-06-231-10/+0
|
* Add service handler.Colin Smith2005-06-221-0/+15
|
* Add service handler.Colin Smith2005-06-221-0/+10
|
* Add function to restore package specific listtags.Colin Smith2005-06-221-1/+7
|
* Replace listtags instead of merging. This should fix pkg_edit issues.Colin Smith2005-06-221-1/+1
|
* Make package log streams work.Colin Smith2005-06-211-4/+3
|
* Add optimization to pkg_fetch_recursive.Colin Smith2005-06-201-4/+5
|
* Remove a debug line.Colin Smith2005-06-201-1/+0
|
* Properly squash bytes down to a reasonable unit.Colin Smith2005-06-201-1/+12
|
* Don't count duplicated dependencies.Colin Smith2005-06-201-6/+16
|
* Add functions to determine the amount of space a package will take to ↵Colin Smith2005-06-201-0/+58
| | | | install, taking already installed dependencies into account.
* versioncheck -> xmlrpcColin Smith2005-06-181-1/+1
|
* parse_xml_config_pkg -> parse_xml_config.Colin Smith2005-06-181-4/+4
|
* Fix a really stupid typo.Colin Smith2005-06-161-1/+1
|
* Return an empty array if the XMLRPC transaction is unsuccessful.Colin Smith2005-06-161-3/+7
|
OpenPOWER on IntegriCloud