Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > cba0c97ffd15a2b7b538c506be833510 > files > 2

gforge-4.5.11-3mdv2009.0.src.rpm

--- contrib/autoconf/configure.ac	2006-01-14 19:44:46.000000000 +0100
+++ contrib/autoconf/configure.ac.oden	2006-03-25 14:11:27.000000000 +0100
@@ -82,7 +82,7 @@
 # This should really be example.com, see RFC2606.
 AC_ARG_WITH(domain-name,
 	AC_HELP_STRING([--with-domain-name],
-   		[the default domain (company.com)]),
+   		[the default domain (localhost)]),
 	[domain_name="$withval"])
 
 # defaults  for when no defaults are specified (or defaults=NONE.
@@ -90,10 +90,10 @@
 this_dir=`dirname $0`
 test -n "${TOP_DIR}" || TOP_DIR=`(cd $this_dir/../../ ; pwd)`
 
-test -n "${domain_name}" || domain_name="company.com" 
+test -n "${domain_name}" || domain_name="localhost" 
 test -n "${sys_default_domain}" || sys_default_domain="gforge.$domain_name" 
 test -n "${sys_fallback_domain}" || sys_fallback_domain="gforge2.$domain_name" 
-test -n "${sys_internal_network}" || sys_internal_network="192.168.1." 
+test -n "${sys_internal_network}" || sys_internal_network="127.0.0.1." 
 
 test -n "${sys_cvs_host}" || sys_cvs_host="cvs.$domain_name" 
 test -n "${sys_cvs_single_host}" || sys_cvs_single_host=1 
@@ -503,7 +503,10 @@
 # process these files
 AC_CONFIG_FILES([
 	local.inc
+	cvstracker-config.php
 	sample-apache.vhost
+	scmcvs-config.php
+	local.pl
 ])
 
 #############################################################################