diff options
Diffstat (limited to 'debian/patches')
-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 cfe8f9a8..5461ccc8 100644 --- a/debian/patches/ds-identify-behavior-xenial.patch +++ b/debian/patches/ds-identify-behavior-xenial.patch @@ -10,10 +10,10 @@ Bug-ubuntu: http://bugs.launchpad.net/bugs/1660385 --- a/tools/ds-identify +++ b/tools/ds-identify -@@ -83,8 +83,8 @@ _DI_LOGGED="" - # set DI_MAIN='noop' in environment to source this file with no main called. +@@ -84,8 +84,8 @@ _DI_LOGGED="" DI_MAIN=${DI_MAIN:-main} + DI_BLKID_OUTPUT="" -DI_DEFAULT_POLICY="search,found=all,maybe=all,notfound=${DI_DISABLED}" -DI_DEFAULT_POLICY_NO_DMI="search,found=all,maybe=all,notfound=${DI_ENABLED}" +DI_DEFAULT_POLICY="report,found=all,maybe=all,notfound=${DI_ENABLED}" @@ -21,7 +21,7 @@ Bug-ubuntu: http://bugs.launchpad.net/bugs/1660385 DI_DMI_CHASSIS_ASSET_TAG="" DI_DMI_PRODUCT_NAME="" DI_DMI_SYS_VENDOR="" -@@ -119,7 +119,7 @@ DI_ON_FOUND="" +@@ -121,7 +121,7 @@ DI_ON_FOUND="" DI_ON_MAYBE="" DI_ON_NOTFOUND="" |