diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-03 16:41:33 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-03 16:41:33 +0000 |
commit | e6d232f10b82edf885b0c1e8cf4daf67e4b0f20f (patch) | |
tree | c5ac8df756378093111add5b60c9def00052a935 | |
parent | 7c51ba40e4e18405fbd271f0e6fbfa34b062b90f (diff) |
Change default location of rcynic-html output on FreeBSD to track the
current FreeBSD Apache default, silly though that location may be.
Thanks, Jay!
svn path=/branches/tk377/; revision=5020
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4659,7 +4659,7 @@ esac case $host_os in freebsd*) - RCYNIC_HTML_DIR='/usr/local/www/data/rcynic' + RCYNIC_HTML_DIR='/usr/local/www/apache22/data/rcynic' ;; linux*) RCYNIC_HTML_DIR='/var/www/rcynic' diff --git a/configure.ac b/configure.ac index 3abf4dfe..dba14140 100644 --- a/configure.ac +++ b/configure.ac @@ -352,7 +352,7 @@ AC_SUBST_FILE(RCYNIC_MAKE_RULES) case $host_os in freebsd*) - RCYNIC_HTML_DIR='/usr/local/www/data/rcynic' + RCYNIC_HTML_DIR='/usr/local/www/apache22/data/rcynic' ;; linux*) RCYNIC_HTML_DIR='/var/www/rcynic' |