X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fsvc_domain.import;h=10fe5b5844935da40d6e414e6f00aa98ba86f3ec;hb=79f83ad93cc6f77a155528661a4681946fdd17a6;hp=3d3be9da5ae21322a9dd5bb9bf0eb70b37790c19;hpb=1c14b1faec0f3f07a6d4190cf535b3ddb45075ce;p=freeside.git diff --git a/bin/svc_domain.import b/bin/svc_domain.import index 3d3be9da5..10fe5b584 100644 --- a/bin/svc_domain.import +++ b/bin/svc_domain.import @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# $Id: svc_domain.import,v 1.2 2001-04-22 01:56:15 ivan Exp $ +# $Id: svc_domain.import,v 1.3 2001-11-05 12:07:10 ivan Exp $ use strict; use vars qw( %d_part_svc ); @@ -56,7 +56,7 @@ while () { last if /^\s*directory\s+\"([\/\w+]+)\";/; } $directory = $1 or die "can't locate directory in named.conf!"; -whlie () { +while () { next unless /^\s*zone\s+\"([\w\.\-]+)\"\s+\{/; my $zone = $1; while () {