diff options
author | Rob Austein <sra@hactrn.net> | 2013-06-14 12:19:21 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-06-14 12:19:21 +0000 |
commit | 0bd5faec07899fc3033a43440610c8bd0cccbe0b (patch) | |
tree | 51a389d00e7fe9c02cf10581d9e70a21e1b2d8c3 | |
parent | f60075c5115dccf4225d2de84ff77490a1f6d625 (diff) |
[5389] removed code that installed default TALs as side effect of
generating rcynic.conf. Oops. See #550.
svn path=/trunk/; revision=5406
-rw-r--r-- | rcynic/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rcynic/Makefile.in b/rcynic/Makefile.in index e28d2df8..709dbb58 100644 --- a/rcynic/Makefile.in +++ b/rcynic/Makefile.in @@ -160,8 +160,12 @@ install-directory-ownership: ${RCYNIC_DATA_DIR} ${RCYNIC_RPKI_RTR_DIR} install-rcynic-conf: ${RCYNIC_CONF_FILE} ${RCYNIC_CONF_FILE}: + @echo + @echo Found no ${RCYNIC_CONF_FILE}, creating basic config and installing default trust anchor locators. + @echo You might want to edit this. + @echo ${INSTALL} -v -d ${RCYNIC_TA_DIR} - @echo Found no ${RCYNIC_CONF_FILE}, creating sample config. You might want to edit this. + ${INSTALL} -v -p -m 444 sample-trust-anchors/*.tal ${RCYNIC_TA_DIR} @echo > $@.tmp '# Basic rcynic configuration file with default trust anchors.' @echo >>$@.tmp '# See documentation for details.' @echo >>$@.tmp '' |