diff options
author | Rob Austein <sra@hactrn.net> | 2013-04-06 06:05:08 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-04-06 06:05:08 +0000 |
commit | bab399d245e12d1eb91b0fd1d166d500b93802c1 (patch) | |
tree | 5cacdb2c2482b81bd1c91ffc2dea1661691dee51 /buildtools/debian-skeleton/rpki-ca.postinst | |
parent | 734c17faf9023fcdb63203c4a0eeffbe4adfcce4 (diff) |
Teach setup.py how to install scripts in more than one directory, move
some of the scripts to ${libexecdir} where they probably should have
been all along. Teach rpki-start-servers to use rpki.autoconf to
determine where the daemon scripts live.
svn path=/trunk/; revision=5287
Diffstat (limited to 'buildtools/debian-skeleton/rpki-ca.postinst')
-rw-r--r-- | buildtools/debian-skeleton/rpki-ca.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/debian-skeleton/rpki-ca.postinst b/buildtools/debian-skeleton/rpki-ca.postinst index 8b93c2bd..35c77cf7 100644 --- a/buildtools/debian-skeleton/rpki-ca.postinst +++ b/buildtools/debian-skeleton/rpki-ca.postinst @@ -96,7 +96,7 @@ setup_django() { setup_cron() { t=$(hexdump -n 1 -e '"%u"' /dev/urandom) && echo "$(($t % 60)) */2 * * * nobody /usr/share/rpki/routeviews.sh" > /etc/cron.d/rpkigui-routeviews chmod 644 /etc/cron.d/rpkigui-routeviews - ln -sf /usr/sbin/rpkigui-check-expired /etc/cron.daily/rpkigui-check-expired + ln -sf /usr/lib/rpki/rpkigui-check-expired /etc/cron.daily/rpkigui-check-expired } # summary of how this script can be called: |