summaryrefslogtreecommitdiffstats
path: root/tmp/post_upgrade_command.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a file flag to trigger the forced serial or else we may miss it during a ↵jim-p2014-02-281-4/+5
| | | | firmware update and still end up with an accidentally disabled port.
* Add a mechanism by which the serial port can be forced on always regardless ↵jim-p2014-02-141-1/+1
| | | | of the config setting. (useful for nano+vga setups)
* Fix case, it's not ARGV it's argv for phpjim-p2012-07-091-2/+2
|
* Be more verbose during upgrade to see why nanobsd isn't carrying over the ↵jim-p2012-07-081-0/+1
| | | | setting as expected.
* Fixup post-update processing on NanoBSDjim-p2012-07-061-1/+1
|
* Use !empty instead of isset to prevent accidental deletion of the last used ↵Erik Fonnesbeck2012-04-261-2/+2
| | | | repository URL when firmware update gitsync settings have been saved without a repository URL.
* Unbreak a number of explode() replacements which required preg_split()smos2012-01-201-1/+1
|
* 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
* Setup serial bits after upgrade on NanoBSD, too.jim-p2011-10-311-1/+4
|
* Move the code to touch needs_package_sync into the shell script portion of ↵jim-p2011-05-241-3/+0
| | | | the post upgrade command. The PHP portion will fail spectacularly during the 1.2.3-to-2.0 upgrade trying to run the new binaries on the old OS. The shell script part still works. Fixes #1251 enough for what we need. The PHP code can never run properly there, but at least we can trigger the package reinstall and the rest can sort itself out when 2.0 boots the first time.
* Add option to System: Firmware: Settings for running gitsync after ↵Erik Fonnesbeck2010-11-101-0/+7
| | | | installing an update, hidden/disabled if git has not been installed yet.
* Add routed/ items to obsoleted files. Force removal of file so that ↵Scott Ullrich2010-11-061-1/+1
| | | | directories can be included in the future
* Move files to pfSense.obsoletedfilessullrich2009-11-291-8/+5
|
* Complete path to rmScott Ullrich2009-06-181-1/+1
|
* Remove obsoleted files after upgradeScott Ullrich2008-09-081-0/+5
|
* Only signal a package reinstall on full installations.Scott Ullrich2008-07-221-1/+5
|
* If index.html, fred.png or dfuife.cgi is found remove them on upgrade.Scott Ullrich2007-10-011-0/+6
|
* Upgrade RELENG_1 as well for embedded.Scott Ullrich2007-05-091-0/+12
OpenPOWER on IntegriCloud