From 0bd5faec07899fc3033a43440610c8bd0cccbe0b Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 14 Jun 2013 12:19:21 +0000 Subject: [5389] removed code that installed default TALs as side effect of generating rcynic.conf. Oops. See #550. svn path=/trunk/; revision=5406 --- rcynic/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 '' -- cgit v1.2.3