summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-06-10 20:02:42 +0200
committerErmal LUÇI <eri@pfsense.org>2015-06-10 20:02:42 +0200
commitfb36bccf129c4aa5e2dc0719899c4c790af65ac1 (patch)
tree6754c168c83394eb5184eb56d87268a310d2eedf /etc
parent8b8a4630542156b160e22cf3921f0be5a4563179 (diff)
downloadpfsense-fb36bccf129c4aa5e2dc0719899c4c790af65ac1.zip
pfsense-fb36bccf129c4aa5e2dc0719899c4c790af65ac1.tar.gz
Send the host uuid with the request for package
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pkg-utils.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index 964f2f4..e16dc02 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -179,6 +179,7 @@ function get_pkg_info($pkgs = 'all', $info = 'all') {
$params = array(
"pkg" => $pkgs,
"info" => $info,
+ "uuid" => get_single_sysctl('kern.hostuuid'),
"freebsd_version" => get_freebsd_version(),
"freebsd_machine" => $freebsd_machine
);
OpenPOWER on IntegriCloud