mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 00:55:24 +00:00
1789. [bug] Prerequisite test for tkey and dnssec could fail
with "configure --with-libtool".
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
||||
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.
|
||||
|
||||
|
@@ -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/05 05:00:09 marka Exp $
|
||||
# $Id: prereq.sh,v 1.6 2004/12/08 06:10:49 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
|
||||
|
@@ -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/05 05:03:12 marka Exp $
|
||||
# $Id: prereq.sh,v 1.6 2004/12/08 06: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
|
||||
|
Reference in New Issue
Block a user