aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-08-03 13:48:22 +0000
committerRob Austein <sra@hactrn.net>2015-08-03 13:48:22 +0000
commit1c3cb6cf2cf56824d3a12eabac5d59751be81f05 (patch)
treecf2ac368a0249791fdb25eba49f8f0956c0c8269 /configure
parent3ab7f3f89fe30594ba063bc25da704005971f394 (diff)
Pull from trunk.
svn path=/branches/tk705/; revision=6087
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 2 insertions, 9 deletions
diff --git a/configure b/configure
index 585948cc..18e99f95 100755
--- a/configure
+++ b/configure
@@ -1383,7 +1383,7 @@ Optional Packages:
--with-system-openssl Link against system copy of OpenSSL
Some influential environment variables:
- RCYNIC_DIR Where to put output files from rcynic and rtr-origin; also
+ RCYNIC_DIR Where to put output files from rcynic and rpki-rtr; also
controls jail location for --enable-rcynic-jail
APACHE_VERSION
Version of Apache httpd, mostly used on FreeBSD where it
@@ -4680,14 +4680,7 @@ case $host_os in
RCYNIC_HTML_DIR="/usr/local/www/apache${APACHE_VERSION}/data/rcynic"
;;
linux*)
- if test -d /var/www/html
- then
- # RHEL/CentOS
- RCYNIC_HTML_DIR='/var/www/html/rcynic'
- else
- # Ubuntu
- RCYNIC_HTML_DIR='/var/www/rcynic'
- fi
+ RCYNIC_HTML_DIR='/var/www/html/rcynic'
;;
*)
RCYNIC_HTML_DIR=''