$NetBSD: patch-ab,v 1.4 2020/03/17 22:14:15 wiz Exp $ --- conf/viewvc.conf.dist.orig 2020-03-17 18:04:41.000000000 +0000 +++ conf/viewvc.conf.dist @@ -219,6 +219,7 @@ ## /usr/local/apache2/conf/mime.types ## #mime_types_files = mimetypes.conf +#mime_types_file = @PREFIX@/etc/httpd/mime.types ## address: The address of the local repository maintainer. (This ## option is provided only as a convenience for ViewVC installations @@ -313,6 +314,7 @@ ## rcs_dir = /usr/bin/ ## #rcs_dir = +rcs_dir = @RCS_PREFIX@/bin/ ## cvsnt: Location of cvsnt program. ViewVC can use CVSNT (www.cvsnt.org) ## instead of the RCS utilities to retrieve information from CVS @@ -335,6 +337,7 @@ ## diff = /usr/bin/diff ## #diff = +svn = @PREFIX@/bin/ ## cvsgraph: Location of the CvsGraph program, a graphical CVS version ## graph generator (see options.use_cvsgraph). @@ -342,7 +345,7 @@ ## Example: ## cvsgraph = /usr/local/bin/cvsgraph ## -#cvsgraph = +cvsgraph = @PREFIX@/bin/ ##--------------------------------------------------------------------------- @@ -754,12 +757,14 @@ ## use_cvsgraph: Use CvsGraph to offer visual graphs of CVS revision history. ## #use_cvsgraph = 0 +use_cvsgraph = @CVSGRAPH_OPT@ ## cvsgraph_conf: Location of the customized cvsgraph configuration file. ## May be specified as an absolute path or as a path relative to this ## configuration file. ## #cvsgraph_conf = cvsgraph.conf +cvsgraph_conf = @PREFIX@/@VIEWVCDIR@/cvsgraph.conf ## allowed_cvsgraph_useropts: A list of settings used for cvsgraph's ## user-modifiable behavior which can be changed in the graph display.