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-devel
Commits
aba854b5
Commit
aba854b5
authored
Sep 16, 2003
by
Leigh B. Stoller
Browse files
Remove debugging code!
parent
f06368f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/named_setup.in
View file @
aba854b5
...
...
@@ -27,7 +27,7 @@ my $USERS = "@USERNODE@";
my
$DISABLED
=
"
@DISABLE_NAMED_SETUP
@
";
my
$OURDOMAIN
=
"
@OURDOMAIN
@
";
my
$mapdir
=
"
/
tmp
/namedb
";
my
$mapdir
=
"
/
etc
/namedb
";
my
$mapfile
=
"
$mapdir
/
${OURDOMAIN}
.db
";
my
$mapfiletail
=
"
$mapfile
.tail
";
my
$mapfile_internal
=
"
$mapdir
/
${OURDOMAIN}
.internal.db
";
...
...
@@ -412,8 +412,6 @@ while (my $dirent = readdir(DIR)) {
}
closedir
DIR
;
exit
(
0
);
#
# This is better than HUPing the nameserver directly. Notet that we look
# for a local port of named first.
...
...
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