[__debconf_set_selections] Fix --file not being supported

Even if deprecated, the parameter *must* be supported, which isn't the case
right now.

This was due to a misunderstanding of how deprecating parameters work, see:
https://www.cdi.st/manual/latest/cdist-type.html#deprecated-parameters
This commit is contained in:
evilham 2021-10-01 12:06:45 +02:00
parent bf222d0543
commit 15c642a9b7
2 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
'file' has been deprecated in favour of 'line' in order to provide idempotency.