summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-10-20 12:31:45 +0200
committerdoktornotor <notordoktor@gmail.com>2015-10-20 12:31:45 +0200
commit0246e7a2dbddc57ad791e286fa602b1984180a2a (patch)
treef06ed4e714492050c5b656c722ebc6d2e031da45
parentd1e172a96bfdf0bf71d87e5cc6f5639eb7e29ce0 (diff)
downloadpfsense-0246e7a2dbddc57ad791e286fa602b1984180a2a.zip
pfsense-0246e7a2dbddc57ad791e286fa602b1984180a2a.tar.gz
Point people to 'Clear Package Lock' if the reinstall of packages got stuck (RELENG_2_2)
-rwxr-xr-xusr/local/www/fbegin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 6416394..afb27c0 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -439,6 +439,7 @@ if (is_subsystem_dirty('packagelock') || (file_exists('/conf/needs_package_sync'
} else {
$pgtitle = array(gettext("System"),gettext("Package Manager"));
$info_text = gettext("Packages are currently being reinstalled in the background.<p>Do not make changes in the GUI until this is complete.");
+ $info_text .= gettext("<p>If the above message is still displayed after a couple of hours, use the 'Clear Package Lock' button on the <a href='diag_backup.php' title='Backup/Restore'>Backup/Restore page</a> and reinstall packages manually.");
}
print_info_box($info_text . "<p><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif' alt='firmware update' />");
}
OpenPOWER on IntegriCloud