summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-rw-r--r--etc/inc/pkg-utils.inc11
1 files changed, 2 insertions, 9 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index dafddeb..5689419 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -170,15 +170,8 @@ function get_package_internal_name($package_data) {
function get_pkg_info($pkgs = 'all', $info = 'all') {
global $g;
- $freebsd_machine = php_uname("m");
- $params = array(
- "pkg" => $pkgs,
- "info" => $info,
- "freebsd_version" => get_freebsd_version(),
- "freebsd_machine" => $freebsd_machine
- );
- $resp = call_pfsense_method('pfsense.get_pkgs', $params, 10);
- return $resp ? $resp : array();
+ // XXX: implement
+ return array();
}
/*
OpenPOWER on IntegriCloud