Gianluigi Tiesi wrote: > Package: dnsmasq > Version: 2.55-1 > Severity: normal > Tags: sid > > Often when the package is upgraded I get > > CONFIG_DIR=/etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new > > in /etc/default/dnsmasq > > it's not really problematic since /etc/dnsmasq.d is picked anyway > but I think there is something wrong in the upgrade script >
This is OK, the names after /etc/dnsmasq.d are file suffices which should be ignored when scanning the directory. dpkg can create backup files there with these suffices under some circumstances and it would be bad if dnsmasq read them as configuration. >From "man dnsmasq" --conf-dir=<directory>[,<file-extension>......] Read all the files in the given directory as configuration files. If extension(s) are given, any files which end in those extensions are skipped. Any files whose names end in ~ or start with . or start and end with # are always skipped. HTH Simon. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org