summaryrefslogtreecommitdiffstats
path: root/tmp
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-03-18 00:39:05 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-03-18 00:39:05 -0400
commitdfdc44a6c1c602d6b87b01fcb9f2a6f9ebf097e1 (patch)
treef3ffae33a2ad301d566c82512aa8c473c44d9393 /tmp
parent45faf3daf8f1fd27bb19a394e7e7401abab9937b (diff)
downloadpfsense-dfdc44a6c1c602d6b87b01fcb9f2a6f9ebf097e1.zip
pfsense-dfdc44a6c1c602d6b87b01fcb9f2a6f9ebf097e1.tar.gz
Turn off package reinstall now that we are established on the 7.X platform.
Diffstat (limited to 'tmp')
-rwxr-xr-xtmp/post_upgrade_command.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/tmp/post_upgrade_command.php b/tmp/post_upgrade_command.php
index 0259f0f..91642c3 100755
--- a/tmp/post_upgrade_command.php
+++ b/tmp/post_upgrade_command.php
@@ -16,7 +16,8 @@
if(file_exists("/usr/local/www/dfuife.cgi"))
unlink("/usr/local/www/dfuife.cgi");
- if($g['platform'] == "pfSense")
- touch("/conf/needs_package_sync");
+ // Needed for major freebsd upgrades (ex: 6.X -> 7.x)
+ //if($g['platform'] == "pfSense")
+ // touch("/conf/needs_package_sync");
?> \ No newline at end of file
OpenPOWER on IntegriCloud