summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorAlexander Sulfrian <asulfrian@zedat.fu-berlin.de>2021-06-18 17:07:40 +0200
committerAlexander Sulfrian <asulfrian@zedat.fu-berlin.de>2022-01-30 05:03:22 +0100
commit161953cb28f356e1aa38f5cf67234f28a19ceb26 (patch)
treee9fa337b45bea85529387e36017761d2797cff71 /schemas
parent6ab8aaff8adefe8fe4b588fac16d3f1c1e0b0715 (diff)
downloadbcfg2-161953cb28f356e1aa38f5cf67234f28a19ceb26.tar.gz
bcfg2-161953cb28f356e1aa38f5cf67234f28a19ceb26.tar.bz2
bcfg2-161953cb28f356e1aa38f5cf67234f28a19ceb26.zip
debconf: Find extra entries
Extra debconf entries, are entries that were seen but that are not specified in the configuration.
Diffstat (limited to 'schemas')
-rw-r--r--schemas/types.xsd3
1 files changed, 1 insertions, 2 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index fbd55547d..fc2e7bdc4 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -559,8 +559,7 @@
<xsd:attribute type="xsd:string" name="value">
<xsd:annotation>
<xsd:documentation>
- The value of the configuration setting. If this is not specified,
- the setting will be reset to it's default value.
+ The value of the configuration setting.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>