'recaf' => 'IN',
'rectype' => 'SOA',
'recdata' => "$soamachine $soaemail ( ". time2str("%Y%m%e", time). "00 ".
- "$soarefresh $soarety $soaexpire $soadefaultttl )"
+ "$soarefresh $soaretry $soaexpire $soadefaultttl )"
};
$error = $soa->insert;
warn "WARNING: couldn't insert SOA record for new domain: $error" if $error;
- foreach $nsmachine ( @nsmachines ) {
+ foreach my $nsmachine ( @nsmachines ) {
my $ns = new FS::domain_record {
'svcnum' => $self->svcnum,
'reczone' => '@',
if $error;
}
- foreach $mxmachine ( @mxmachines ) {
+ foreach my $mxmachine ( @mxmachines ) {
my $mx = new FS::domain_record {
'svcnum' => $self->svcnum,
'reczone' => '@',
=head1 VERSION
-$Id: svc_domain.pm,v 1.5 2000-02-03 05:16:52 ivan Exp $
+$Id: svc_domain.pm,v 1.6 2000-03-01 08:13:59 ivan Exp $
=head1 BUGS
use FS::svc_acct;
use FS::SSH qw(ssh);
-@ISA = qw(svc_Common);
+@ISA = qw( FS::svc_Common );
#ask FS::UID to run this stuff for us later
$FS::UID::callback{'FS::svc_www'} = sub {
=head1 VERSION
-$Id: svc_www.pm,v 1.1 2000-02-03 05:16:52 ivan Exp $
+$Id: svc_www.pm,v 1.2 2000-03-01 08:13:59 ivan Exp $
=head1 BUGS
=head1 HISTORY
$Log: svc_www.pm,v $
-Revision 1.1 2000-02-03 05:16:52 ivan
+Revision 1.2 2000-03-01 08:13:59 ivan
+compilation bugfixes
+
+Revision 1.1 2000/02/03 05:16:52 ivan
beginning of DNS and Apache support