aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2011-10-07 00:37:05 +0000
committerMichael Elkins <melkins@tislabs.com>2011-10-07 00:37:05 +0000
commitace850d6cb78d1a2528b7a6d015d253b998b531e (patch)
treefe681083d96d0e13ca9b212b6fd80ebe6fe181fa
parent2f1470729703009db00e0558c279f626887ca18f (diff)
install copy of example rpki.conf as template for new gui users
svn path=/rpkid/portal-gui/Makefile.in; revision=4021
-rw-r--r--rpkid/portal-gui/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpkid/portal-gui/Makefile.in b/rpkid/portal-gui/Makefile.in
index 8b4e498b..9dc33f81 100644
--- a/rpkid/portal-gui/Makefile.in
+++ b/rpkid/portal-gui/Makefile.in
@@ -59,6 +59,7 @@ install-apache:
install-data: $(BUILD) install-apache
mkdir -p `dirname $(DATABASE_PATH)`
$(DJANGO_ADMIN) syncdb --settings rpki.gui.settings
+ if [ ! -f $(INSTDIR)/rpki.conf.template ]; then ${INSTALL} -m 644 ../examples/rpki.conf $(INSTDIR)/rpki.conf.template; fi
install: install-data install-perms