diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/ds-identify-behavior-xenial.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/ds-identify-behavior-xenial.patch b/debian/patches/ds-identify-behavior-xenial.patch index 6a87d7e7..cfe8f9a8 100644 --- a/debian/patches/ds-identify-behavior-xenial.patch +++ b/debian/patches/ds-identify-behavior-xenial.patch @@ -10,7 +10,7 @@ Bug-ubuntu: http://bugs.launchpad.net/bugs/1660385 --- a/tools/ds-identify +++ b/tools/ds-identify -@@ -81,8 +81,8 @@ _DI_LOGGED="" +@@ -83,8 +83,8 @@ _DI_LOGGED="" # set DI_MAIN='noop' in environment to source this file with no main called. DI_MAIN=${DI_MAIN:-main} @@ -18,10 +18,10 @@ Bug-ubuntu: http://bugs.launchpad.net/bugs/1660385 -DI_DEFAULT_POLICY_NO_DMI="search,found=all,maybe=all,notfound=${DI_ENABLED}" +DI_DEFAULT_POLICY="report,found=all,maybe=all,notfound=${DI_ENABLED}" +DI_DEFAULT_POLICY_NO_DMI="report,found=all,maybe=all,notfound=${DI_ENABLED}" + DI_DMI_CHASSIS_ASSET_TAG="" DI_DMI_PRODUCT_NAME="" DI_DMI_SYS_VENDOR="" - DI_DMI_PRODUCT_SERIAL="" -@@ -115,7 +115,7 @@ DI_ON_FOUND="" +@@ -119,7 +119,7 @@ DI_ON_FOUND="" DI_ON_MAYBE="" DI_ON_NOTFOUND="" |