Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 15d189e1cdd73f66c8719953eb3728fb > files > 1

viewvc-1.0.4-3mdv2008.0.src.rpm

--- lib/viewvc.py~	2006-03-21 23:47:11.000000000 +0100
+++ lib/viewvc.py	2006-03-28 22:06:46.000000000 +0200
@@ -3493,9 +3493,7 @@
   debug.t_start('load-config')
 
   if pathname is None:
-    pathname = (os.environ.get("VIEWVC_CONF_PATHNAME")
-                or os.environ.get("VIEWCVS_CONF_PATHNAME")
-                or _install_path("viewvc.conf"))
+    pathname = "/etc/viewvc/viewvc.conf"
 
   cfg = config.Config()
   cfg.set_defaults()