summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-11-23 16:58:42 +0000
committerErmal <eri@pfsense.org>2010-11-23 16:58:42 +0000
commitbafe2769ff5ab6a74e5d28970e41fb1d4510a467 (patch)
tree1ddb1567609ded3bc7f747df72998a7eb58514b2 /etc/inc/pkg-utils.inc
parenta0b205f0d2bbf88a49a083ac794999e7b1e844f1 (diff)
downloadpfsense-bafe2769ff5ab6a74e5d28970e41fb1d4510a467.zip
pfsense-bafe2769ff5ab6a74e5d28970e41fb1d4510a467.tar.gz
Remove this since it does not make anymore sense after code arrangements.
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-rw-r--r--etc/inc/pkg-utils.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index a1c45e9..0297486 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -603,10 +603,6 @@ function install_package_xml($pkg) {
$pkg_name = substr(reverse_strrchr($pkgdep, "."), 0, -1);
$static_output = $static_orig . "\nChecking for package installation... ";
update_output_window($static_output);
- // 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'])) {
$static_output .= "of {$pkg_name} failed!\n\nInstallation aborted.";
OpenPOWER on IntegriCloud