+Sat Oct 23 21:23:08 EDT 1999 Ben Collins <bcollins.debian.org>
+
+ * Added 'D' to the list of choices for conffile handling
+
Sat Oct 23 16:25:16 EDT 1999 Ben Collins <bcollins.debian.org>
* Implemented a nice fix for multiple conflicts and replaces. Also added
* Added armv4l to archtable
* Implemented a nice fix for multiple conflicts and replaces. Also added
--assert-multi-conrep.
+ * Added 'D' to the list of choices for conffile handling, closes: #48137
-- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
s= strrchr(conff->name,'/');
if (!s || !*++s) s= conff->name;
- fprintf(stderr, "*** %s (Y/I/N/O/Z) %s ? ",
+ fprintf(stderr, "*** %s (Y/I/N/O/D/Z) %s ? ",
s,
(what & cfof_keep) ? _("[default=N]") :
(what & cfof_install) ? _("[default=Y]") : _("[no default]"));