[prev in list] [next in list] [prev in thread] [next in thread] 

List:       intermezzo-cvs
Subject:    CVS: intermezzo/lento/Lento Bootstrap.pm,1.67,1.68 Replicator.pm,1.60,1.61
From:       Phil Schwan <pschwan () users ! sourceforge ! net>
Date:       2001-10-23 0:44:53
[Download RAW message or body]

Update of /cvsroot/intermezzo/intermezzo/lento/Lento
In directory usw-pr-cvs1:/tmp/cvs-serv29583

Modified Files:
	Bootstrap.pm Replicator.pm 
Log Message:
Bootstrap.pm: Fixed the bogus comment that suggested that the user try a 15
  byte UUID
Replicator.pm: added some parens to fix a ``blah blah not numeric'' warning


Index: Bootstrap.pm
===================================================================
RCS file: /cvsroot/intermezzo/intermezzo/lento/Lento/Bootstrap.pm,v
retrieving revision 1.67
retrieving revision 1.68
diff -U2 -r1.67 -r1.68
--- Bootstrap.pm	2001/10/16 17:11:08	1.67
+++ Bootstrap.pm	2001/10/23 00:44:50	1.68
@@ -204,5 +204,5 @@
 
     if (!defined($::myuuid)) {
-        print("The ID file ($idfile) now requires a UUID of the form \
aabbccdd-eeff-gghh-iijj-kkllmmnnoo.\n"); +        print("The ID file ($idfile) now \
requires a UUID of the form aabbccdd-eeff-gghh-iijj-kkllmmnnoopp.\n");  die("Please \
add one to your config file.\n");  }

Index: Replicator.pm
===================================================================
RCS file: /cvsroot/intermezzo/intermezzo/lento/Lento/Replicator.pm,v
retrieving revision 1.60
retrieving revision 1.61
diff -U2 -r1.60 -r1.61
--- Replicator.pm	2001/10/17 19:54:47	1.60
+++ Replicator.pm	2001/10/23 00:44:50	1.61
@@ -97,5 +97,5 @@
         # XXX I to be replaced with $D$D$D$D
         DEBUG("extending $self->{last_rcvd_file} from " . $st->size() . " to " .
-              $self->{slot_offset} + 28 . "\n");
+              ($self->{slot_offset} + 28) . "\n");
         my $tmp;
         if (UUID::parse($self->{uuid}, $tmp) == -1) {


_______________________________________________
intermezzo-commit mailing list
intermezzo-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/intermezzo-commit


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic