summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-07-06 15:51:31 -0300
committerRenato Botelho <renato@netgate.com>2016-07-06 15:51:43 -0300
commitf3f59e4aa40093093c5593fbe3e42335441276e1 (patch)
tree7b00b8ad25897de6d62761e9e80fe4ced83d3de7 /src
parent48396f02e5881b797b9f3e0b282da4d7dcdda06a (diff)
downloadpfsense-f3f59e4aa40093093c5593fbe3e42335441276e1.zip
pfsense-f3f59e4aa40093093c5593fbe3e42335441276e1.tar.gz
Add missing -R parameter to pkg call
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/pkg-utils.inc b/src/etc/inc/pkg-utils.inc
index 6f3f18e..35526d1 100644
--- a/src/etc/inc/pkg-utils.inc
+++ b/src/etc/inc/pkg-utils.inc
@@ -410,7 +410,7 @@ function get_pkg_info($pkgs = 'all', $info = 'all', $only_local = false) {
if ($lock) {
mark_subsystem_dirty('pkg');
}
- $rc = pkg_exec("search {$extra_param}--raw-format json-compact " . $pkgs, $out, $err);
+ $rc = pkg_exec("search {$extra_param}-R --raw-format json-compact " . $pkgs, $out, $err);
if ($lock) {
clear_subsystem_dirty('pkg');
}
OpenPOWER on IntegriCloud