summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
Commit message (Expand)AuthorAgeFilesLines
...
* Missing '-'.Colin Smith2005-05-241-2/+2
* Tighten up pattern matching - I completely overlooked the obvious :)Colin Smith2005-05-241-2/+2
* * Fix skip_install_checks.Colin Smith2005-05-241-3/+3
* Carriage return after Package installation completedScott Ullrich2005-05-231-1/+1
* Add tag to skip installation verification.Colin Smith2005-05-191-0/+2
* Create /var/db/pkg if it does not existScott Ullrich2005-04-261-0/+3
* Clean up full reinstall code.Colin Smith2005-04-261-12/+10
* * Fix successful install logic.Colin Smith2005-04-231-11/+20
* Minor tweaks.Colin Smith2005-04-231-1/+1
* Give a show log option upon failed package installScott Ullrich2005-04-221-0/+1
* Fix logic for checking for package reinstallation.Colin Smith2005-04-211-16/+12
* Do not traverse arrays if they are not an arrayScott Ullrich2005-04-201-16/+18
* Zap unused codeScott Ullrich2005-04-181-7/+0
* *CORRECTLY* detect if a package is installed, if is not, add it to the config...Scott Ullrich2005-04-181-4/+4
* *CORRECTLY* detect if a package is installed, if is not, add it to the config...Scott Ullrich2005-04-181-5/+5
* fix reinstall all packagesScott Ullrich2005-04-181-2/+2
* Fix logic that checks whether a package is already installed.Colin Smith2005-04-131-3/+2
* Make sure that package tarballs and staging areas are removed once all packag...Colin Smith2005-04-131-0/+6
* * Write all output window messages to the log after successful installation.Colin Smith2005-04-131-1/+4
* If the package already exists in config.xml, overwrite the previous entry wit...Colin Smith2005-04-131-1/+14
* * Minor cleanup.Colin Smith2005-04-121-2/+2
* *Rework package installation interface.Colin Smith2005-04-111-101/+81
* Remove javascript statement that is causing errors. It wasn't needed anyways.Scott Ullrich2005-04-061-1/+0
* Make sure we pass a number of y's to pkg_add -r to answer yes.Scott Ullrich2005-04-061-1/+11
* Add $Id$ tagBill Marquette2005-03-271-0/+1
* Mount the image RW again after write_config() since it will set the image bac...Scott Ullrich2005-03-241-0/+2
* Do not eval custom_php_install_command unless it existsScott Ullrich2005-03-211-1/+1
* Do not newline on udpate_status() itemsScott Ullrich2005-03-211-3/+3
* Mount compact flash rw during package installScott Ullrich2005-03-201-1/+3
* write_config() log what package was installed (I hope this is right)Bill Marquette2005-03-201-1/+1
* Add basic support for <custom_php_global_functions> tag.Colin Smith2005-03-191-0/+3
* use new make_dirs() and safe_mkdir() functionsBill Marquette2005-03-171-11/+11
* Correctly assign chmod commands with older system format until we can discove...Scott Ullrich2005-03-171-0/+1
* 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
OpenPOWER on IntegriCloud