This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
pfsense
Watch
2
Star
0
Fork
0
You've already forked pfsense
mirror of
https://github.com/pfsense/pfsense.git
synced
2025-10-26 11:38:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c8deb6241b
pfsense
/
tmp
History
Erik Fonnesbeck
eb2d95f9ba
Use !empty instead of isset to prevent accidental deletion of the last used repository URL when firmware update gitsync settings have been saved without a repository URL.
2012-04-27 02:30:10 -06:00
..
post_upgrade_command
Move the code to touch needs_package_sync into the shell script portion of 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.
2011-05-24 12:22:43 -04:00
post_upgrade_command.php
Use !empty instead of isset to prevent accidental deletion of the last used repository URL when firmware update gitsync settings have been saved without a repository URL.
2012-04-27 02:30:10 -06:00
pre_upgrade_command
Revert "Swoop through and stop any packages prior to upgrade. Ticket
#1156
"
2011-01-05 16:28:31 -05:00