summaryrefslogtreecommitdiffstats
path: root/src/usr/local/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Call exit after detect another instance is already running, otherwise it woul...Renato Botelho2015-09-291-1/+1
* Detect when pkg must be upgraded and do it early, followed by a pkg update to...Renato Botelho2015-09-291-0/+5
* 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 p...Renato Botelho2015-09-251-4/+5
* 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
* 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 t...Renato Botelho2015-09-231-13/+18
* 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
* typo fixdoktornotor2015-09-121-1/+1
* Disable pkg autoupdate intead of add -U on all callsRenato Botelho2015-09-111-5/+8
* Do not reset logfile on second call of upgrade scriptRenato Botelho2015-09-111-6/+6
* Send logs to /dev/null if logfile is not definedRenato Botelho2015-09-111-0/+4
* Move _echo() to improve readabilityRenato Botelho2015-09-111-10/+10
* Save all pfsense-upgrade.sh output to upgrade_log.txtRenato Botelho2015-09-111-28/+44
* Fix logic to reboot when there is no kernel updateRenato Botelho2015-09-101-1/+0
* Add first version of pfsense-upgrade.sh, script that will provide pkg upgradesRenato Botelho2015-09-101-0/+243
* Move main pfSense content to src/Renato Botelho2015-08-2519-0/+2618
OpenPOWER on IntegriCloud