<p dir=ltr>"./waf install" or "make install" is a command to *install* a software. It just needs to install a **sample** configuration file to /etc/ndn/nfd.conf.sample .<br>
`nfd` program requires a command line argument for the path to configuration file. User must copy the sample cconfiguration file, and pass its path as the argument.</p>
<p dir=ltr>Package has a post-install step, which should:</p>
<p dir=ltr>1. copy the sample to /etc/ndn/nfd.conf , if it doesn’t exist<br>
2. perform a dry-run, to guard against an incompatible configuration<br>
3. setup upstart job that has the configuration file path</p>
<p dir=ltr>Yours, Junxiao</p>