From e6d232f10b82edf885b0c1e8cf4daf67e4b0f20f Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 3 Feb 2013 16:41:33 +0000 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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' -- cgit v1.2.3