Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
1c4ecfd9
Commit
1c4ecfd9
authored
Jun 06, 2000
by
Andreas Gustafsson
Browse files
look for server on port 5300, too
parent
92ab6def
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/start.sh
View file @
1c4ecfd9
...
...
@@ -55,7 +55,11 @@ status=0
for
d
in
ns
*
do
n
=
`
echo
$d
|
sed
's/ns//'
`
$DIG
+tcp +noadd +nosea +nostat +noquest +nocomm +nocmd
\
# Until all scripts have been converted to use port 5300,
# tests for port 53, too.
$DIG
+tcp +noadd +nosea +nostat +noquest +nocomm +nocmd
-p
5300
\
version.bind. chaos txt @10.53.0.
$n
soa
>
dig.out
||
$DIG
+tcp +noadd +nosea +nostat +noquest +nocomm +nocmd
-p
53
\
version.bind. chaos txt @10.53.0.
$n
soa
>
dig.out
status
=
`
expr
$status
+
$?
`
grep
";"
dig.out
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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