summaryrefslogtreecommitdiffstats
path: root/src/usr/local/sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* | Ticket #5300:Renato Botelho2015-10-131-0/+4
|/ | | | | | | Add a workaround to fix the issue of extensions.ini out of order ending up breaking PHP. Since the only dependency we have is suhosin that depends of session, alphabetical sort does the trick for now while a proper solution is not handled by the ports tree
* Use named variables for ppp-linkup command line parametersDavid Wood2015-10-111-32/+40
|
* Make route deletions quiet - it may well be the routes have already disappearedDavid Wood2015-10-111-2/+2
|
* Make code dealing with the IPv4 default gateway conditional on the IPv4 link ↵David Wood2015-10-111-1/+1
| | | | going down
* Connect ppp-ipv6 helper script to ppp-linkdown and ppp-linkupDavid Wood2015-10-112-0/+5
|
* Further updates to pfSense-upgrade-GUI.shStephen Beaver2015-10-081-10/+15
|
* Script to set up pfSense-upgrade when called from web GUIStephen Beaver2015-10-081-11/+78
|
* Preparation for $5279Stephen Beaver2015-10-082-1/+91
| | | | New wrapper script to be called by web GUI
* Rework pfSense-upgrade script to make it work with nanobsdRenato Botelho2015-10-071-92/+270
|
* Exit script when _exec failsRenato Botelho2015-10-071-1/+1
|
* Call /etc/rc.reboot in bg and exit just after thatRenato Botelho2015-10-021-2/+4
|
* Let user know it's going to reboot if any package of core repo needs upgradeRenato Botelho2015-10-021-1/+1
|
* Check if packages are up to date earlyRenato Botelho2015-10-021-5/+5
|
* Make sure partition are mounted in rw mode before any operationRenato Botelho2015-10-021-0/+4
|
* Only reboot if there are upgrades from core repoRenato Botelho2015-10-021-1/+4
|
* Remove unnecessary variableRenato Botelho2015-10-021-3/+1
|
* Remove more cases of hard coded pfSense and use product_nameRenato Botelho2015-10-021-4/+6
|
* Introduce read_global_var:Renato Botelho2015-10-012-13/+35
| | | | | | - Add a new script, read_global_var, that returns the value of any item contained in global array $g - Replace all grep and sed magic from shell scripts
* Introduce read_xml_tag.shRenato Botelho2015-10-013-4/+38
| | | | | | Create /usr/local/sbin/read_xml_tag.sh, that will read a xml tag from config file using xmllint. Replace all direct read using cat, grep, sed, ... by this script
* pkg 1.6.x upgrade command called with -q is now respecting itRenato Botelho2015-09-301-1/+1
|
* Do not run pkg update between first and second step of upgrade processRenato Botelho2015-09-291-2/+2
|
* Remove old references to undefined variable firmwarelockRenato Botelho2015-09-291-4/+0
|
* Call exit after detect another instance is already running, otherwise it ↵Renato Botelho2015-09-291-1/+1
| | | | would end up deleting pid file
* Detect when pkg must be upgraded and do it early, followed by a pkg update ↵Renato Botelho2015-09-291-0/+5
| | | | to make sure metadata is updated
* Cleanup cache and stale packages after install/deleteRenato Botelho2015-09-251-0/+2
|
* Add missing ;;Renato Botelho2015-09-251-0/+1
|
* Fix logic to set EVENT_PIPERenato Botelho2015-09-251-3/+5
|
* Add -h, to show helpRenato Botelho2015-09-251-1/+5
|
* Define EVENT_PIPE using a parameter, -pRenato Botelho2015-09-251-8/+13
|
* Print return code when _GUI_CALL is not empty, used by GUI to check rc of a ↵Renato Botelho2015-09-251-4/+5
| | | | process that runs in bg
* Replace direct calls to exit by _exitRenato Botelho2015-09-251-5/+5
|
* Set environment var EVENT_PIPE, used by pkg to write out progress in json formatRenato Botelho2015-09-251-0/+10
|
* Rename functions and variables to improve readability, no functional changesRenato Botelho2015-09-251-29/+29
|
* Use compare_version() for kernel_pkg checksRenato Botelho2015-09-251-15/+1
|
* Add pfSense-upgrade parameters -i/-r to install or remove packagesRenato Botelho2015-09-251-5/+125
|
* Change usage() to use regular echo() and print to stderrRenato Botelho2015-09-251-4/+4
|
* Relocate global variables definitions, no functional changesRenato Botelho2015-09-251-5/+4
|
* Relocate main block and leave all functions in the begginingRenato Botelho2015-09-251-34/+35
|
* Check if update needs to run inside update()Renato Botelho2015-09-251-9/+18
|
* Update repository metadata hourlyRenato Botelho2015-09-251-1/+21
|
* Add -u option to pfSense-upgradeRenato Botelho2015-09-231-22/+39
| | | | | | | | - New -u option, to run pkg update - Move upgrade action code to upgrade() - Rename first_step to upgrade_first_step - Rename second_step to upgrade_second_step - Do not call update when upgrade is called
* Verify if pkg is (un)locked before (un)lock itRenato Botelho2015-09-231-2/+6
|
* Disable trap on _exit()Renato Botelho2015-09-231-0/+2
|
* Declare logfile earlierRenato Botelho2015-09-231-2/+1
|
* Make usega() more informativeRenato Botelho2015-09-231-1/+3
|
* Teach _exit() to return 1st parameter, replace exit calls by _exit and move ↵Renato Botelho2015-09-231-13/+18
| | | | trap to start of main block
* Track pfSense-upgrade pidfile to avoid running 2 instances simultaneoslyRenato Botelho2015-09-231-10/+11
|
* Abort when 'pkg update' failsRenato Botelho2015-09-221-1/+1
|
* Rename upgrade script to pfSense-upgradeRenato Botelho2015-09-141-0/+0
|
* Do not call reboot, use /etc/rc.reboot insteadRenato Botelho2015-09-141-2/+2
|
OpenPOWER on IntegriCloud