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
Petr Menšík
BIND
Commits
94e5d794
Commit
94e5d794
authored
Nov 28, 2000
by
Mark Andrews
Browse files
Use "nsupdate filename" rather than "nsupdate < filename".
parent
e0c769c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/upforwd/tests.sh
View file @
94e5d794
...
...
@@ -15,7 +15,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.
4
2000/11/2
0 17:53:38 gson
Exp $
# $Id: tests.sh,v 1.
5
2000/11/2
8 03:21:17 marka
Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
@@ -41,7 +41,7 @@ $PERL ../digcomp.pl knowngood.before dig.out.ns3 || status=1
echo
"I:updating zone (signed)"
# nsupdate will print a ">" prompt to stdout as it gets each input line.
$NSUPDATE
-y
update.example:c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K
<
update.scp
>
/dev/null
$NSUPDATE
-y
update.example:c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K update.scp
>
/dev/null
echo
"I:sleeping 15 seconds for server to incorporate changes"
sleep
15
...
...
@@ -64,7 +64,7 @@ $PERL ../digcomp.pl knowngood.after1 dig.out.ns3 || status=1
echo
"I:updating zone (unsigned)"
# nsupdate will print a ">" prompt to stdout as it gets each input line.
$NSUPDATE
<
update.scp2
>
/dev/null
$NSUPDATE
update.scp2
>
/dev/null
echo
"I:sleeping 15 seconds for server to incorporate changes"
sleep
15
...
...
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