[Ultrapossum-cvs 400] demo/haviewer/lib/haviewer 1.6, 1.7, ultrapossum.rb

Back to archive index

Masato Taruishi taru****@users*****
2004年 9月 13日 (月) 22:00:41 JST


===================================================================
RCS file: demo/haviewer/lib/haviewer/ultrapossum.rb,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- demo/haviewer/lib/haviewer/ultrapossum.rb	2004/09/13 05:04:59	1.6
+++ demo/haviewer/lib/haviewer/ultrapossum.rb	2004/09/13 13:00:41	1.7
@@ -26,10 +26,10 @@
         end
         UltraPossumHosts.each do |host|
           case host.entryCSN
-          when @@latest_entryCSN
-            host.repl_sign.on(Green)
           when ""
             host.repl_sign.off
+          when @@latest_entryCSN
+            host.repl_sign.on(Green)
           else
             host.repl_sign.on(Yellow)
           end
@@ -63,12 +63,11 @@
             @entryCSN = $1
           end
         end
-        #	  UltraPossumHost.update_latest_entryCSN
         case @entryCSN
-        when @@latest_entryCSN
-          @repl_sign.on(Green)
         when ""
           @repl_sign.off
+        when @@latest_entryCSN
+          @repl_sign.on(Green)
         else
           @repl_sign.on(Red)
         end



Ultrapossum-cvs メーリングリストの案内
Back to archive index