summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorScott Moser <smoser@brickies.net>2017-03-06 16:32:47 -0500
committerScott Moser <smoser@brickies.net>2017-03-06 16:32:47 -0500
commit2656726775bd35de9fe5062fdf57190769204756 (patch)
treefff59a4cb567906229e9a35ddf42cc8341041f3e /debian/patches
parent6bc13b4f11a2bd255b95b787441d5f31972d3f2b (diff)
downloadvyos-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.patch8
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=""