mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 16:45:24 +00:00
1273. [bug] The dnssec system test failed to remove the correct
files.
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
1273. [bug] The dnssec system test failed to remove the correct
|
||||||
|
files.
|
||||||
|
|
||||||
1272. [bug] Dig, host and nslookup were not checking the address
|
1272. [bug] Dig, host and nslookup were not checking the address
|
||||||
the answer was coming from against the address it was
|
the answer was coming from against the address it was
|
||||||
sent to. [RT# 2692]
|
sent to. [RT# 2692]
|
||||||
|
@@ -15,11 +15,11 @@
|
|||||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: prereq.sh,v 1.3 2001/07/13 18:28:58 gson Exp $
|
# $Id: prereq.sh,v 1.4 2002/04/24 00:46:25 marka Exp $
|
||||||
|
|
||||||
if $KEYGEN -a RSA -b 512 -n zone -r $KEYGEN foo > /dev/null 2>&1
|
if $KEYGEN -a RSA -b 512 -n zone -r $KEYGEN foo > /dev/null 2>&1
|
||||||
then
|
then
|
||||||
rm -f foo*
|
rm -f Kfoo*
|
||||||
else
|
else
|
||||||
echo "I:This test requires that --with-openssl was used." >&2
|
echo "I:This test requires that --with-openssl was used." >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user