diff options
author | Rob Austein <sra@hactrn.net> | 2016-02-15 23:08:06 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-02-15 23:08:06 +0000 |
commit | 5250ae9f0894ea8152fc9bc7692e6fb117f85f58 (patch) | |
tree | b67bfb1a340eac933ae936fdb0969fca067a6626 /rp/config/Makefile.in | |
parent | 33f37a6caa6ed69a9463b2684cab8b8510e4b3ae (diff) |
Snapshot before whacking migrations.
svn path=/branches/tk705/; revision=6259
Diffstat (limited to 'rp/config/Makefile.in')
-rw-r--r-- | rp/config/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/rp/config/Makefile.in b/rp/config/Makefile.in index d7367a5f..c6050f3e 100644 --- a/rp/config/Makefile.in +++ b/rp/config/Makefile.in @@ -23,7 +23,7 @@ srcdir = @srcdir@ CFG_INSTALL_TARGETS = @CFG_INSTALL_TARGETS@ -all:: rpki.rp.xml rpki.rp.sample.conf +all:: rpki.rp.xml rpki.rp.conf.sample clean:: @true @@ -35,7 +35,7 @@ install-always:: all @echo "== Default configuration file location is ${sysconfdir}/rpki.conf ==" @echo ${INSTALL} -d ${DESTDIR}${sysconfdir}/rpki - ${INSTALL} rpki.rp.xml rpki.rp.sample.conf ${DESTDIR}${sysconfdir}/rpki + ${INSTALL} rpki.rp.xml rpki.rp.conf.sample ${DESTDIR}${sysconfdir}/rpki test uninstall deinstall:: @true @@ -56,13 +56,13 @@ rpki.rp.xml: ${abs_top_srcdir}/rpki/autoconf.py rpki-confgen rpki-confgen.xml --set myrpki::run_pubd=no \ --write-xml $@ -rpki.rp.sample.conf: rpki.rp.xml +rpki.rp.conf.sample: rpki.rp.xml ${PYTHON} rpki-confgen \ --read-xml rpki.rp.xml \ --write-conf $@ clean:: - rm -f rpki.rp.xml rpki.rp.sample.conf + rm -f rpki.rp.xml rpki.rp.conf.sample install-postconf: \ install-user install-conf install-sql install-django @@ -75,10 +75,10 @@ install-user: install-conf: test -f ${DESTDIR}${sysconfdir}/rpki.conf ||\ - cp -p ${DESTDIR}${sysconfdir}/rpki/rpki.rp.sample.conf ${DESTDIR}${sysconfdir}/rpki.conf + cp -p ${DESTDIR}${sysconfdir}/rpki/rpki.rp.conf.sample ${DESTDIR}${sysconfdir}/rpki.conf #uninstall deinstall:: -# rm -f ${DESTDIR}${sysconfdir}/rpki/rpki.rp.xml ${DESTDIR}${sysconfdir}/rpki/rpki.rp.sample.conf +# rm -f ${DESTDIR}${sysconfdir}/rpki/rpki.rp.xml ${DESTDIR}${sysconfdir}/rpki/rpki.rp.conf.sample install-sql: ${sbindir}/rpki-sql-setup create |