summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
Commit message (Expand)AuthorAgeFilesLines
* oops, really remove the system(chmod) callBill Marquette2005-03-161-1/+0
* replace hardcoded path with variableBill Marquette2005-03-161-1/+1
* use chmod() instead of system(chmod)Bill Marquette2005-03-161-1/+2
* Use php_check_syntax on code before eval()Scott Ullrich2005-03-131-4/+10
* Correctly handle additional_files_needed now that its an array type.Scott Ullrich2005-03-021-4/+6
* * Reset $pkg_chmod variable on each loopScott Ullrich2005-03-021-0/+1
* * Add prefix option to additional_files_neededScott Ullrich2005-03-021-32/+39
* more pathsBill Marquette2005-02-271-1/+1
* more hardcoded paths cleanupBill Marquette2005-02-271-23/+23
* CORRECTLY use verifyinstalledpkg tag if definedScott Ullrich2005-02-271-6/+12
* Use Actually use verifyinstalledpkg flag if its definedScott Ullrich2005-02-271-1/+1
* Add verifyinstalledpkg tag. This tag can be used to verify a different packa...Scott Ullrich2005-02-271-1/+4
* Notify user when updating filter rulesScott Ullrich2005-02-261-1/+3
* cat y out to pkg_add to automatically answer any nagging questionsScott Ullrich2005-02-261-12/+15
* Correct form post to urlScott Ullrich2005-02-211-1/+1
* Add upgrade package support. Still needs an indicator on the installed packa...Scott Ullrich2005-02-201-7/+1
* Clean up package manager. Move common functions to /etc/inc/pfsense-utils.inc.Scott Ullrich2005-02-201-105/+0
* Include full path to .tgz in package manager. Previously broken by me.Scott Ullrich2005-02-201-1/+1
* Use full path to tarScott Ullrich2005-02-201-1/+1
* Log when the package installation untars an archiveScott Ullrich2005-02-191-1/+2
* Be sure to issue a newline break on logged commandsScott Ullrich2005-02-191-5/+5
* Inform the user during all actions and make sure they are logged.Scott Ullrich2005-02-191-4/+11
* Additional logging during installation for additional files neededScott Ullrich2005-02-191-1/+4
* Unbreak the package manager.Scott Ullrich2005-02-141-2/+4
* * Introduce pfsense specific utilities file for easier syncing with m0n0wall ...Scott Ullrich2005-02-111-3/+4
* Add custom /usr/local/pkg/pf directory which will store custom php script tha...Scott Ullrich2005-02-071-0/+4
* Log package changs to the system log.Scott Ullrich2005-02-071-0/+4
* No need for shifting $config around.. we use the pkg xml parser nowScott Ullrich2005-02-021-3/+0
* Add show log feature after package installation is completed.Scott Ullrich2005-02-011-17/+31
* Add process_kill_command which will kill the process late after installation ...Scott Ullrich2005-01-311-0/+1
* Alert user during post package commandsScott Ullrich2005-01-301-9/+9
* Add package reinstallation button to Backup/Restore area. The script will b...Scott Ullrich2005-01-281-197/+235
* Update (C)Scott Ullrich2005-01-221-19/+20
* If a package does not list any packages needed do not check to make sure its ...Scott Ullrich2005-01-131-23/+30
* * Correctly delete package and its depdencies, leaving a depdency untouched i...Scott Ullrich2005-01-091-21/+6
* Record package version upon install for future upgrade option.Scott Ullrich2005-01-091-0/+3
* When a package does not install correctly, clear the output windows and alert...Scott Ullrich2005-01-091-0/+4
* Check for package installation after running both sets of pkg_add -rScott Ullrich2005-01-061-10/+11
* If pkg_add fails, do not continue installation.Scott Ullrich2005-01-061-0/+13
* Un tar extra package items to /Scott Ullrich2005-01-051-1/+1
* Add a number of directives allowing fields to be tied together similar to wiz...Scott Ullrich2005-01-041-2/+2
* Correctly set the left hand panes package url if configfile is setScott Ullrich2005-01-041-2/+2
* Clean up log statements. No functional changes.Scott Ullrich2004-12-311-6/+15
* Do not show fetch progress directly on screenScott Ullrich2004-12-301-1/+1
* Download all additional files correctly listed in xml file.Scott Ullrich2004-12-301-14/+15
* Do not use a array on the additional itemScott Ullrich2004-12-301-2/+2
* Teach package manager about $myurl variable that can be used to help send a u...Scott Ullrich2004-12-291-2/+2
* evalulate $myurl to the environment ip of the serverScott Ullrich2004-12-291-1/+8
* Use configfile or url tag for each file. If .xml is ommited for a configfile...Scott Ullrich2004-12-291-1/+3
* Use configfile attribute or url atributeScott Ullrich2004-12-291-1/+1
OpenPOWER on IntegriCloud