Update of /cvsroot/hcoop/domtool2/src/plugins
In directory sc8-pr-cvs17:/tmp/cvs-serv14242/src/plugins

Modified Files:
        bind.sml 
Log Message:
Full records for IN and MX

Index: bind.sml
===================================================================
RCS file: /cvsroot/hcoop/domtool2/src/plugins/bind.sml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** bind.sml    17 May 2007 20:23:52 -0000      1.10
--- bind.sml    24 May 2007 23:12:15 -0000      1.11
***************
*** 102,106 ****
                                     write to;
                                     write ".\n")
!             | MX (num, host) => (write "\t";
                                   write (Int.toString ttl);
                                   write "\tIN\tMX\t";
--- 102,107 ----
                                     write to;
                                     write ".\n")
!             | MX (num, host) => (writeDom ();
!                                  write ".\t";
                                   write (Int.toString ttl);
                                   write "\tIN\tMX\t";
***************
*** 109,113 ****
                                   write host;
                                   write ".\n")
!             | NS host => (write "\t";
                            write (Int.toString ttl);
                            write "\tIN\tNS\t";
--- 110,115 ----
                                   write host;
                                   write ".\n")
!             | NS host => (writeDom ();
!                           write ".\t";
                            write (Int.toString ttl);
                            write "\tIN\tNS\t";


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
hcoop-cvs mailing list
hcoop-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hcoop-cvs

Reply via email to