gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/deb-specific db-convert-to-unicode.pl, 1.6, 1.7


From: cbayle
Subject: [Gforge-commits] gforge/deb-specific db-convert-to-unicode.pl, 1.6, 1.7 db-upgrade.pl, 1.54, 1.55 dns_conf.pl, 1.1, 1.2 gforge-inject.pl, 1.1, 1.2 install-dns.sh, 1.12, 1.13 install-ldap.sh, 1.63, 1.64
Date: Wed, 21 Jul 2004 15:39:34 -0500

Update of /cvsroot/gforge/gforge/deb-specific
In directory db.perdue.net:/tmp/cvs-serv8671/deb-specific

Modified Files:
        db-convert-to-unicode.pl db-upgrade.pl dns_conf.pl 
        gforge-inject.pl install-dns.sh install-ldap.sh 
Log Message:
cvs to scm renaming


Index: db-convert-to-unicode.pl
===================================================================
RCS file: /cvsroot/gforge/gforge/deb-specific/db-convert-to-unicode.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- db-convert-to-unicode.pl    12 Mar 2003 16:24:03 -0000      1.6
+++ db-convert-to-unicode.pl    21 Jul 2004 20:39:29 -0000      1.7
@@ -13,7 +13,7 @@
 use HTML::Entities ;
 
 use vars qw/$dbh @reqlist $query/ ;
-use vars qw/$sys_default_domain $sys_cvs_host $sys_download_host
+use vars qw/$sys_default_domain $sys_scm_host $sys_download_host
     $sys_shell_host $sys_users_host $sys_docs_host $sys_lists_host
     $sys_dns1_host $sys_dns2_host $FTPINCOMING_DIR $FTPFILES_DIR
     $sys_urlroot $sf_cache_dir $sys_name $sys_themeroot

Index: db-upgrade.pl
===================================================================
RCS file: /cvsroot/gforge/gforge/deb-specific/db-upgrade.pl,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- db-upgrade.pl       16 May 2004 16:54:58 -0000      1.54
+++ db-upgrade.pl       21 Jul 2004 20:39:30 -0000      1.55
@@ -13,7 +13,7 @@
 use HTML::Entities ;
 
 use vars qw/$dbh @reqlist $query/ ;
-use vars qw/$sys_default_domain $sys_cvs_host $sys_download_host
+use vars qw/$sys_default_domain $sys_scm_host $sys_download_host
     $sys_shell_host $sys_users_host $sys_docs_host $sys_lists_host
     $sys_dns1_host $sys_dns2_host $FTPINCOMING_DIR $FTPFILES_DIR
     $sys_urlroot $sf_cache_dir $sys_name $sys_themeroot

Index: dns_conf.pl
===================================================================
RCS file: /cvsroot/gforge/gforge/deb-specific/dns_conf.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dns_conf.pl 28 Mar 2004 01:50:08 -0000      1.1
+++ dns_conf.pl 21 Jul 2004 20:39:30 -0000      1.2
@@ -55,7 +55,7 @@
                push @dns_zone, sprintf("%-24s%-16s",$unix_group_name,"IN\tA\t" 
. "$ip\n");
                # Does not work with bind9  or bad syntax ???
                #push @dns_zone, sprintf("%-24s%-28s","", "IN\tMX\t" . "mail." 
. $sys_default_domain . ".\n");
-               push @dns_zone, 
sprintf("%-24s%-20s","cvs.".$unix_group_name,"IN\tCNAME\t".$sys_cvs_host.".\n\n");
+               push @dns_zone, 
sprintf("%-24s%-20s","cvs.".$unix_group_name,"IN\tCNAME\t".$sys_scm_host.".\n\n");
        } else {
                push @dns_zone, sprintf("; Could not get ip for 
%s","$unix_box".".".$sys_default_domain."\n");
        }

Index: gforge-inject.pl
===================================================================
RCS file: /cvsroot/gforge/gforge/deb-specific/gforge-inject.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gforge-inject.pl    19 May 2003 14:02:45 -0000      1.1
+++ gforge-inject.pl    21 Jul 2004 20:39:30 -0000      1.2
@@ -18,7 +18,7 @@
 use DBI ;
 use Data::Dumper ;
 use vars qw/$dbh @reqlist $query/ ;
-use vars qw/$sys_default_domain $sys_cvs_host $sys_download_host
+use vars qw/$sys_default_domain $sys_scm_host $sys_download_host
     $sys_shell_host $sys_users_host $sys_docs_host $sys_lists_host
     $sys_dns1_host $sys_dns2_host $FTPINCOMING_DIR $FTPFILES_DIR
     $sys_urlroot $sf_cache_dir $sys_name $sys_themeroot

Index: install-dns.sh
===================================================================
RCS file: /cvsroot/gforge/gforge/deb-specific/install-dns.sh,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- install-dns.sh      26 Jan 2003 01:20:26 -0000      1.12
+++ install-dns.sh      21 Jul 2004 20:39:30 -0000      1.13
@@ -32,7 +32,7 @@
        ip_address=$(perl -e'require "/etc/gforge/local.pl"; print 
"$sys_ip_address\n";')
        sys_simple_dns=$(perl -e'require "/etc/gforge/local.pl"; print 
"$sys_simple_dns\n";')
        serial=`date '+%Y%m%d'`01
-       # cvs_host lists_host are useless for now
+       # scm_host lists_host are useless for now
        for i in domain_name ip_address serial ; do
            eval "sedexpr=\"$sedexpr|sed 's/{$i}/\${$i}/g'\""
        done

Index: install-ldap.sh
===================================================================
RCS file: /cvsroot/gforge/gforge/deb-specific/install-ldap.sh,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- install-ldap.sh     28 Mar 2004 19:44:54 -0000      1.63
+++ install-ldap.sh     21 Jul 2004 20:39:30 -0000      1.64
@@ -425,7 +425,7 @@
        tmpldifmod=$(mktemp $tmpfile_pattern)
        cat > $tmpldif <<-FIN
 dn: $gforge_base_dn
-objectClass: domain
+objectClass: organization
 dc: $dc
 
 dn: ou=People,$gforge_base_dn





reply via email to

[Prev in Thread] Current Thread [Next in Thread]