summaryrefslogtreecommitdiffstats
path: root/src/usr/local/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* | Ticket #5300:Renato Botelho2015-10-131-0/+4
|/
* 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
* 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
* 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
* Introduce read_xml_tag.shRenato Botelho2015-10-013-4/+38
* 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 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
OpenPOWER on IntegriCloud