>>>>> "chuck" == Charles Daminato <[EMAIL PROTECTED]> writes:

chuck> Yes, batch.opensrs.net is the host, REMOTE_PORT is the same (55000)
chuck> Apologies for the late announcement on this, we had already delayed this
chuck> launch a couple of days to allow folks to get the client code.

In case it helps anyone, here is a patch to reg_system.us to shunt
preregistrations to batch.opensrs.net.  I tested to make sure it connected
to the proper host but could not really do a 100% full test as
preregistrations aren't available yet. :)

--- reg_system.us.cgi   20 Mar 2002 07:07:22 -0000      1.4
+++ reg_system.us.cgi   21 Mar 2002 03:44:28 -0000
@@ -110,6 +110,12 @@
 
 $action = $in{action};
 
+if (defined $in{flag_tm} &&
+    $in{flag_tm} == 0)
+{
+       $OPENSRS{REMOTE_HOST} = "batch.opensrs.net";
+}
+
 # no action was supplied, so use the default
 try {
     if (not $action) {

Reply via email to