Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
63153f02
Commit
63153f02
authored
Jan 11, 2007
by
Robert Ricci
Browse files
Add a patch from Mike Blodgett @ Wisconsin to allow for multiple
zone files.
parent
5471390f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/named_setup.in
View file @
63153f02
...
...
@@ -169,7 +169,7 @@ if (-e $mapfile_internal_head) {
#
opendir
(
DIR
,
$reversedir
)
or
fatal
("
Unable to open directory
$reversedir
\n
");
while
(
my
$dirent
=
readdir
(
DIR
))
{
if
(
$dirent
!~
/((\d+\.\d+\.\d+)\.db)\.head/
)
{
if
(
$dirent
!~
/((\d+\.\d+\.\d+)
.*
\.db)\.head/
)
{
next
;
}
my
$subnet
=
$
2
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment