X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htdocs%2Fdocs%2Fman%2FFS%2Fsvc_domain.html;h=bfe58c90be90f8753dcba2a083912fe7ac78e363;hp=9b5e1a53c7ea818568620a5f0999fcfd1c30ed2e;hb=61a85894466342b93507614785e61932f7358c50;hpb=12debb17cbd12e68261dc7f98e39bfbc3915e6f6 diff --git a/htdocs/docs/man/FS/svc_domain.html b/htdocs/docs/man/FS/svc_domain.html index 9b5e1a53c..bfe58c90b 100644 --- a/htdocs/docs/man/FS/svc_domain.html +++ b/htdocs/docs/man/FS/svc_domain.html @@ -1,7 +1,7 @@ FS::svc_domain - Object methods for svc_domain records - + @@ -97,6 +97,21 @@ The additional field email can be used to manually set the admin contac Otherwise, the svc_acct records for this package (see FS::cust_pkg) are searched. If there is exactly one svc_acct record in the same package, it is automatically used. Otherwise an error is returned. +

+If any soamachine configuration file exists, an SOA record is added to the domain_record +table (see <FS::domain_record>). + +

+If any machines are defined in the nsmachines configuration file, NS records are added to the domain_record table (see FS::domain_record). + +

+If any machines are defined in the mxmachines configuration file, MX records are added to the domain_record table (see FS::domain_record). + +

+Any problems adding FS::domain_record records will emit warnings, but will +not return errors from this method. If your configuration files are correct +you shouln't have any problems. +

delete

Deletes this domain from the database. If there is an error, returns the @@ -142,8 +157,7 @@ Sets any fixed values; see FS::part_svc.

whois

-Returns the Net::Whois object corresponding to this domain, or undef if the -domain is not found in whois. +Returns the Net::Whois::Domain object (see Net::Whois) for this domain, or undef if the domain is not found in whois.

(If $FS::svc_domain::whois_hack is true, returns that in all cases @@ -162,7 +176,7 @@ Submits a registration email for this domain.


VERSION

-$Id: svc_domain.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: svc_domain.html,v 1.2 2000-03-03 18:22:43 ivan Exp $