diff options
author | Rob Austein <sra@hactrn.net> | 2013-09-19 22:17:09 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-09-19 22:17:09 +0000 |
commit | e6a2556ddea975a3f03db517a30d02d9d6620aca (patch) | |
tree | 281caa7a1ef43c7333c6530db89e968e3a9d17c0 /buildtools/build-freebsd-ports.py | |
parent | 4849858a5217693302793925f48ed12dfe3137a2 (diff) |
Apache-version-agnosticism, part 1: fix autoconf, FreeBSD port
skeleton, rcynic-cron. rpkigui-apache-confgen still needs work to
support 2.4 syntax, but we should be tracking the Apache version
number correctly for the version-dependent pathnames on FreeBSD.
See #616.
svn path=/trunk/; revision=5501
Diffstat (limited to 'buildtools/build-freebsd-ports.py')
-rw-r--r-- | buildtools/build-freebsd-ports.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/build-freebsd-ports.py b/buildtools/build-freebsd-ports.py index c3ca0eef..b560498c 100644 --- a/buildtools/build-freebsd-ports.py +++ b/buildtools/build-freebsd-ports.py @@ -114,7 +114,7 @@ etc/rcynic.conf.sample f.write('''\ @dirrm etc/rpki/trust-anchors @dirrmtry etc/rpki -@dirrm www/apache22/data/rcynic +@dirrm www/apache%%APACHE_VERSION%%/data/rcynic @cwd / @dirrm var/rcynic/data @dirrm var/rcynic/rpki-rtr/sockets |