summaryrefslogtreecommitdiffstats
path: root/tmp
diff options
context:
space:
mode:
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