summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-11-20 00:19:16 -0500
committerjim-p <jimp@pfsense.org>2010-11-20 00:19:16 -0500
commitc049daefa8265e13878a09d62004b6acca7c4e2f (patch)
tree07abbcacad97ab4ce0e99760ad9e39694137581f /etc
parent37c8e07d0c25daf6ea603277d21ee65f610dbfae (diff)
downloadpfsense-c049daefa8265e13878a09d62004b6acca7c4e2f.zip
pfsense-c049daefa8265e13878a09d62004b6acca7c4e2f.tar.gz
Disable this test, it was causing some package file downloads to be skipped for me, and nothing else seems to set/use this variable anywhere.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pkg-utils.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index 570605c..036c737 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -603,8 +603,10 @@ function install_package_xml($pkg) {
$pkg_name = substr(reverse_strrchr($pkgdep, "."), 0, -1);
$static_output = $static_orig . "Checking for package installation... ";
update_output_window($static_output);
- if (!isset($pkg_info['skip_install_checks']))
- continue;
+ // FIXME: Not sure what the logic is for this. I see nothing that sets this variable, and it was causing some steps to be skipped.
+ // Should be fixed or removed.
+ //if (!isset($pkg_info['skip_install_checks']))
+ // continue;
if (!is_freebsd_pkg_installed($pkg_name)) {
if (pkg_fetch_recursive($pkg_name, $pkgdep, 0, $pkg_info['depends_on_package_base_url']) == true) {
$static_output .= "done.\n";
OpenPOWER on IntegriCloud