Hello,
I would like your advices about files under /etc
A package I am working on has a default configuration file <config>
which read at the end other config files located under a .d/ directory,
in order to allowa system admin to overload the conf parameters.
/etc/<application>/config.pl
/etc/<application>/<application>.d/ -> empty at first
My question is what is the current best practice in order to deal with
this
ucf / plain dpkg with conffile
when should I create the ermpty directory (postinst, in the package,
etc...)
thanks for your help
Frederic
By best I mean (whcih avoid upgrades issue in the futur..)