summaryrefslogtreecommitdiffstats
path: root/src/usr/local/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Do not consider only meta package, but also other pfSense main packages, ↵Renato Botelho2015-11-051-4/+17
| | | | also change exit code from -1 to 2
* Add a new option to pfSense-upgrade, -c, it'll return 0 if system firmware ↵Renato Botelho2015-11-051-1/+30
| | | | is up2date or -1 if there are updates available
* Fix case wildcard of package names for reinstallallPhil Davis2015-10-241-1/+1
| | | | Introduced by https://github.com/pfsense/pfsense/commit/e3b43e4bfe5a3e69028c1ab7e0e4a632ff5ee499 None of the packages were being matched here, none of them would be reinstalled. A "reinstallall" would complete very quickly with "Success" message but actually do nothing.
* Ignore kernel-debug package when looking for main kernel packageRenato Botelho2015-10-231-1/+1
|
* Make it possible to _exec to get $_cmd exit code instead of tee oneRenato Botelho2015-10-231-3/+10
|
* Use _exit()Renato Botelho2015-10-231-1/+1
|
* Fix #5338: Add -4 and -6 options to pfSense-upgrade to select IP protocol ↵Renato Botelho2015-10-231-2/+26
| | | | version
* Use already defined pkg_prefix variableRenato Botelho2015-10-231-1/+1
|
* Use _echo, not echoStephen Beaver2015-10-191-2/+1
|
* Fixed #5291 - Reinstalling pfSense-pkg-openvpn-client-exportStephen Beaver2015-10-161-2/+6
|
* Removed debugStephen Beaver2015-10-151-7/+3
| | | | Improved package detection
* Added "reinstall all packages" functionality (accessed via diag_backup.php)Stephen Beaver2015-10-151-1/+17
|
* Use a socket to talk with pkg and write json file to GUIRenato Botelho2015-10-141-31/+38
|
* Move kill tail process to _exit()Renato Botelho2015-10-141-3/+5
|
* pfSense-upgrade revised to kill tail on exitStephen Beaver2015-10-131-1/+7
| | | | pkg_mgr_install.php revised to catch json deocde error on partial lines read from file
* Remove old logfile before startRenato Botelho2015-10-131-0/+4
|
* Add quotesRenato Botelho2015-10-131-1/+1
|
* Do not accept blank logfileRenato Botelho2015-10-131-0/+4
|
* Change -l parameter to receive a complete path for logfileRenato Botelho2015-10-131-2/+2
|
* _force must be localRenato Botelho2015-10-131-1/+1
|
* Do not stop when package is up to date and force flag was passedRenato Botelho2015-10-131-6/+8
|
* Changes to accommodate new pfSense-upgradeStephen Beaver2015-10-131-161/+0
|
* Add -f option to force package reinstallationRenato Botelho2015-10-131-4/+14
|
* When -p is used, read fifo content and write it to a file used by GUIRenato Botelho2015-10-131-0/+6
|
* Merge pull request #1963 from davidjwood/ppp-ipv6Chris Buechler2015-10-131-0/+123
|\
| * Move ppp-ipv6 helper script into the correct locationDavid Wood2015-10-131-0/+123
| |
* | Multiple changes to clean up the package installaion system by causing the ↵Stephen Beaver2015-10-131-0/+3
| | | | | | | | | | | | | | installer to run in the background whilst monitoring its output via AJAX to provide a better GUI display. Work in progress !
* | Respect chroot_dir, ticket #5300Renato Botelho2015-10-131-1/+1
| |
* | 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
|
OpenPOWER on IntegriCloud