diff options
author | Scott Moser <smoser@brickies.net> | 2017-03-06 16:32:47 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-03-06 16:32:47 -0500 |
commit | 2656726775bd35de9fe5062fdf57190769204756 (patch) | |
tree | fff59a4cb567906229e9a35ddf42cc8341041f3e /debian/patches | |
parent | 6bc13b4f11a2bd255b95b787441d5f31972d3f2b (diff) | |
download | vyos-cloud-init-2656726775bd35de9fe5062fdf57190769204756.tar.gz vyos-cloud-init-2656726775bd35de9fe5062fdf57190769204756.zip |
ds-identify-behavior-xenial.patch: update to address upstream change.
'report' is no longer a boolean associated with 'search', but rather
a mode itself.
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/ds-identify-behavior-xenial.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/ds-identify-behavior-xenial.patch b/debian/patches/ds-identify-behavior-xenial.patch index 7a6a8f1f..6a87d7e7 100644 --- a/debian/patches/ds-identify-behavior-xenial.patch +++ b/debian/patches/ds-identify-behavior-xenial.patch @@ -10,18 +10,18 @@ Bug-ubuntu: http://bugs.launchpad.net/bugs/1660385 --- a/tools/ds-identify +++ b/tools/ds-identify -@@ -74,8 +74,8 @@ _DI_LOGGED="" +@@ -81,8 +81,8 @@ _DI_LOGGED="" # set DI_MAIN='noop' in environment to source this file with no main called. DI_MAIN=${DI_MAIN:-main} -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,search,found=all,maybe=all,notfound=${DI_ENABLED}" -+DI_DEFAULT_POLICY_NO_DMI="report,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_PRODUCT_NAME="" DI_DMI_SYS_VENDOR="" DI_DMI_PRODUCT_SERIAL="" -@@ -109,7 +109,7 @@ DI_ON_FOUND="" +@@ -115,7 +115,7 @@ DI_ON_FOUND="" DI_ON_MAYBE="" DI_ON_NOTFOUND="" |