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
a36db48f
Commit
a36db48f
authored
Dec 08, 2004
by
Mark Andrews
Browse files
1789. [bug] Prerequisite test for tkey and dnssec could fail
with "configure --with-libtool".
parent
531f6c35
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
a36db48f
1789. [bug] Prerequisite test for tkey and dnssec could fail
with "configure --with-libtool".
1788. [bug] libbind9.la/libbind9.so needs to link against
libisccfg.la/libisccfg.so.
...
...
bin/tests/system/dnssec/prereq.sh
View file @
a36db48f
...
...
@@ -15,9 +15,11 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: prereq.sh,v 1.
5
2004/
03
/0
5
0
5:0
0:
0
9 marka Exp $
# $Id: prereq.sh,v 1.
6
2004/
12
/0
8
0
6:1
0:
4
9 marka Exp $
if
$KEYGEN
-a
RSA
-b
512
-n
zone
-r
$KEYGEN
foo
>
/dev/null 2>&1
../../genrandom 400 random.data
if
$KEYGEN
-a
RSA
-b
512
-n
zone
-r
random.data foo
>
/dev/null 2>&1
then
rm
-f
Kfoo
*
else
...
...
bin/tests/system/tkey/prereq.sh
View file @
a36db48f
...
...
@@ -15,9 +15,11 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: prereq.sh,v 1.
5
2004/
03
/0
5
0
5:03:12
marka Exp $
# $Id: prereq.sh,v 1.
6
2004/
12
/0
8
0
6:10:48
marka Exp $
if
$KEYGEN
-a
RSA
-b
512
-n
zone
-r
$KEYGEN
foo
>
/dev/null 2>&1
../../genrandom 400 random.data
if
$KEYGEN
-a
RSA
-b
512
-n
zone
-r
random.data foo
>
/dev/null 2>&1
then
rm
-f
foo
*
else
...
...
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