commit | cde28715dc1e6f0a2b8031b0a8980acf1d4e5aaf | [log] [tgz] |
---|---|---|
author | Shock Jiang <shock.jiang@gmail.com> | Sun Oct 19 21:17:20 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Nov 18 17:36:20 2014 -0500 |
tree | a751d6a5794bd19c86190313ede1d5cb87621f31 | |
parent | 0e2aee0cccd2c0920c0b517d5505efc59a95d185 [diff] [blame] |
daemon: add NameServer Change-Id: I64b82a0e9351bcc15691279470c807399480a474
diff --git a/wscript b/wscript index 6a3c29b..dd3807e 100644 --- a/wscript +++ b/wscript
@@ -92,8 +92,8 @@ bld.recurse('tools') bld(features='subst', - source='validator.conf.sample.in', - target='validator.conf', + source=['validator.conf.sample.in', 'ndns.conf.sample.in'], + target=['validator.conf.sample', 'ndns.conf.sample'], install_path='${SYSCONFDIR}/ndns', name='validator-sample', ANCHORPATH='anchors/root.cert',