From 2893c82b194c167229b07bebe27a5979bff43018 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 5 Nov 2001 12:07:10 +0000 Subject: [PATCH] this is unfinished and untested anyway, but this corrects a silly typo --- bin/svc_domain.import | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 () { -- 2.11.0