[freeside-commits] freeside/FS/FS domain_record.pm,1.24,1.25

Ivan,,, ivan at wavetail.420.am
Thu Oct 14 14:17:01 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv14254

Modified Files:
	domain_record.pm 
Log Message:
fix domain edits, RT#10223

Index: domain_record.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/domain_record.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -w -d -r1.24 -r1.25
--- domain_record.pm	11 Sep 2010 17:02:58 -0000	1.24
+++ domain_record.pm	14 Oct 2010 21:16:59 -0000	1.25
@@ -440,7 +440,7 @@
 #http://en.wikipedia.org/wiki/List_of_DNS_record_types
 #DHCID?  other things?
 sub rectypes {
-  [ qw(A AAAA CNAME MX NS PTR SPF SRV TXT), #most common types
+  [ qw(SOA A AAAA CNAME MX NS PTR SPF SRV TXT), #most common types
     #qw(DNAME), #uncommon types
     qw(DLV DNSKEY DS NSEC NSEC3 NSEC3PARAM RRSIG), #DNSSEC types
   ];



More information about the freeside-commits mailing list