[Nfd-dev] config file installing

Junxiao Shi shijunxiao at email.arizona.edu
Wed Mar 12 11:42:45 PDT 2014


"./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 .
`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.

Package has a post-install step, which should:

1. copy the sample to /etc/ndn/nfd.conf , if it doesn’t exist
2. perform a dry-run, to guard against an incompatible configuration
3. setup upstart job that has the configuration file path

Yours, Junxiao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20140312/204de4dd/attachment.html>


More information about the Nfd-dev mailing list