summaryrefslogtreecommitdiffstats
path: root/etc/ecl.php
Commit message (Collapse)AuthorAgeFilesLines
* Convert almost all /sbin/sysctl calls to php functionsRenato Botelho2014-07-071-3/+2
|
* Add escapeshellarg() calls on exec parameters. While I'm here, replace some ↵Renato Botelho2014-02-041-3/+3
| | | | exec() calls by php functions like symlink, copy, unlink, mkdir
* Ignore swap partitions when looking for external config fileRenato Botelho2013-02-251-0/+11
|
* Use require_once() prevent declaration errors.smos2012-06-171-4/+4
| | | | Fixes redmine ticket #2502
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-2/+2
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* correctly unmount drives where a config doesn't existChris Buechler2011-04-211-1/+1
|
* Use exec()Scott Ullrich2010-11-281-3/+3
|
* Add pfSsh.php externalconfiglocator playback scriptScott Ullrich2010-11-281-1/+0
|
* Nuke newlineScott Ullrich2010-11-281-1/+0
|
* Skip slices on bootup deviceScott Ullrich2010-11-281-1/+11
|
* CleanupScott Ullrich2010-11-281-3/+6
|
* Use product nameScott Ullrich2010-11-281-1/+1
|
* Use head binary and eliminate a pipe to avoid broken pipe warningScott Ullrich2010-11-281-2/+3
|
* Fix misc errors. File now restores and throws an alert when completed.Scott Ullrich2010-11-281-17/+43
|
* Add php headerScott Ullrich2010-11-281-0/+2
|
* Handle slicesScott Ullrich2010-11-281-32/+46
|
* Only check / and /config for config.xml. Otherwise you might step on a ↵Scott Ullrich2010-11-281-1/+1
| | | | nanobsd installation.
* Adding external configuration loader which will look on all found disks ↵Scott Ullrich2010-11-281-0/+110
except bootup disk for config.xml. If tconfig.xml is found on an external disk then it tests the roobobj to ensure its a valid file then calls test_config() to ensure it is a valid xml file. Once the file is validated a backup_config() is called to backup the current configuration and finally the file is installed using restore_backup()
OpenPOWER on IntegriCloud