diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-03-15 14:31:28 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-03-15 14:31:28 +0100 |
commit | ce08a8e24edb9a9371642d666ae9a983b16d02bd (patch) | |
tree | b20591dccd11b97f6040b1760cae097292284edc /scp2 | |
parent | 4d857425e0a149f88d3036bdb19b72c7f267efa4 (diff) |
Update-check: optional reporting of H/W and OS info also for installsets
expands 56a9594649872f4076b6891f917138d2b1e8d028 to also apply to
installation sets, not only instdir
Change-Id: I962b63feac02ac6dd06c77be660dd74d876c985e
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 1097950919ce..3bf3c919825d 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -921,7 +921,7 @@ ProfileItem gid_Brand_Profileitem_Version_Useragent Section = "Version"; Order = 17; Key = "UpdateUserAgent"; - Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH})"; + Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; <OPTIONAL_OS_HW_DATA>)"; End ProfileItem gid_Brand_Profileitem_Version_Vendor |