Task #3468
Updated by Vince Lehman over 8 years ago
Currently, Mini-NDN uses `/usr/local/etc/ndn/nfd.conf.sample` as a template when it creates NFD configuration files.
Instead, Mini-NDN should check if `/usr/local/etc/ndn/nfd.conf` exists and if so, use it as the template.
Since `/usr/local/etc/ndn/nfd.conf`is not installed automatically, Mini-NDN should use `/usr/local/etc/ndn/nfd.conf.sample` as a backup in case it does not exist.
Mini-NDN copies the configuration file in [bin/minindn](https://github.com/named-data/mini-ndn/blob/master/bin/minindn#L251-L254)