summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* * Update build time and versionScott Ullrich2005-03-141-1/+1
| | | | * Remove extra <br>
* Fix new package syncing code.Colin Smith2005-03-141-8/+13
|
* Return false until the php fork bomb fiasco is solved.Scott Ullrich2005-03-131-1/+3
|
* Oops, forgot to increment the counter.Colin Smith2005-03-131-0/+1
|
* Have sync_all_package_configs_bootup() use the new package syncing code ↵Colin Smith2005-03-131-36/+9
| | | | (it's tiny!) ;)
* Move /etc/rc.prunecaptiveportal from minicron to cronScott Ullrich2005-03-132-96/+97
|
* Update get_pkg_depends() to use pkgid code.Colin Smith2005-03-131-11/+11
|
* * Call is_numeric() to determine whether $pkg_name is already a pkgid or if ↵Colin Smith2005-03-131-2/+3
| | | | get_pkg_id() must be called.
* * Streamline sync_package().Colin Smith2005-03-131-35/+31
| | | | | * Use pkg_id instead of package name if possible (speed up calling). * Use get_pkg_id() to provide additional package error checking.
* Use /bin/tcsh for console option #8Scott Ullrich2005-03-131-1/+1
|
* Change default for $show_message on sync_package() from "true" to "false".Colin Smith2005-03-131-1/+1
|
* Add sync_package().Colin Smith2005-03-131-4/+43
|
* Correct the enourmous amount of bugs in php_check_syntax that was taken from ↵Scott Ullrich2005-03-131-23/+32
| | | | .php.net
* shell_exec -> systemScott Ullrich2005-03-131-2/+2
|
* Back out php_check_syntax() checking of package XML before sync (still ↵Colin Smith2005-03-131-8/+11
| | | | fixing bugs).
* Add missing $errormessage argument.Colin Smith2005-03-131-2/+2
|
* use $textScott Ullrich2005-03-131-1/+1
|
* Use php_check_syntax on code before eval()Scott Ullrich2005-03-131-2/+3
|
* resync_package_configs_bootup(): Check code syntax with eval before syncing.Colin Smith2005-03-131-5/+15
|
* Allow option 8 (shell) with moved /etc/rc.initialScott Ullrich2005-03-131-1/+1
|
* * Add php_check_syntax()Scott Ullrich2005-03-131-0/+36
| | | | * Add php_check_filename_syntax()
* MIssing ;Scott Ullrich2005-03-131-1/+1
|
* Version bumpScott Ullrich2005-03-131-1/+1
|
* Add nf@bigpond.net.au http_post function.Scott Ullrich2005-03-131-2/+45
|
* * Use /bin/sh for root loginScott Ullrich2005-03-132-2/+2
| | | | | * Use /bin/csh for option 8 shell to avoid respawning the /etc/rc.inintial script * Allow scp to firewall now correctly
* Use su -f root to enable shell mode now that we have changed how ↵Scott Ullrich2005-03-131-1/+1
| | | | /etc/rc.initial is started
* Use CSH since its more flexible with su.Scott Ullrich2005-03-121-1/+1
|
* ...and a ).Colin Smith2005-03-121-1/+1
|
* Whoops, missed a ;.Colin Smith2005-03-121-1/+1
|
* Add $return_nosync argument to get_pkg_depends() to properly detect <nosync> ↵Colin Smith2005-03-121-5/+6
| | | | flag in <additional_files_needed>.
* Use isset() instead of != "".Colin Smith2005-03-121-2/+2
|
* Add <nosync> flag to <packagegui> and <additional_files_needed>.Colin Smith2005-03-121-2/+4
|
* Use regular shell and call console menu from .shrcScott Ullrich2005-03-121-1/+1
|
* Newline after Starting INETD and FTP Helpers for FTP-PROXY... messageScott Ullrich2005-03-121-1/+1
|
* No need for duplicate starting ssh messagesScott Ullrich2005-03-121-8/+7
|
* Version bump.Scott Ullrich2005-03-121-1/+1
|
* Correctly backup and restore config sections.Scott Ullrich2005-03-121-2/+10
|
* When assigning the array back to $config, use the pointer on the source.Scott Ullrich2005-03-121-1/+1
|
* * Add backup_config_section which returns as an array a portion of the xml ↵Scott Ullrich2005-03-121-0/+27
| | | | | | configuration. * Add restore_config_section which accepts a config array and will write out the overwritten section
* Helps to test first :-/Bill Marquette2005-03-121-2/+2
|
* Stub in changes that will allow for custom firmware URLsBill Marquette2005-03-122-8/+13
|
* Version bumpScott Ullrich2005-03-121-1/+1
|
* Fix get_pkg_depends() (and add a few more features).Colin Smith2005-03-121-40/+41
|
* Let user SSH in as admin instead of root only (requested for consistency)Bill Marquette2005-03-124-5/+8
| | | | Full path to sshd
* Make sure item is an array.Scott Ullrich2005-03-121-0/+1
|
* Do not foreach item unless its an array.Scott Ullrich2005-03-121-9/+10
|
* get_package_depends() -> get_pkg_depends (shorter and more consistent)Colin Smith2005-03-121-2/+2
|
* Use lowercase interface nameScott Ullrich2005-03-121-1/+2
|
* Fix bugginess and change get_pkg_xml_depends -> get_pkg_depends.Colin Smith2005-03-121-1/+1
|
* Properly handle a mix of both package XML and other package dependencies.Colin Smith2005-03-111-6/+23
|
OpenPOWER on IntegriCloud