From bb4ae5583bffe27d9485198e199bea9767701bb1 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 24 Feb 2010 17:26:38 +1100 Subject: - djm@cvs.openbsd.org 2010/02/09 04:57:36 [regress/addrmatch.sh] clean up droppings --- regress/addrmatch.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'regress/addrmatch.sh') diff --git a/regress/addrmatch.sh b/regress/addrmatch.sh index cbff82e5c..23ddd65ce 100644 --- a/regress/addrmatch.sh +++ b/regress/addrmatch.sh @@ -1,9 +1,9 @@ -# $OpenBSD: addrmatch.sh,v 1.2 2008/12/07 22:17:48 djm Exp $ +# $OpenBSD: addrmatch.sh,v 1.3 2010/02/09 04:57:36 djm Exp $ # Placed in the Public Domain. tid="address match" -mv $OBJ/sshd_proxy $OBJ/sshd_proxy_orig +mv $OBJ/sshd_proxy $OBJ/sshd_proxy_bak run_trial() { @@ -18,7 +18,7 @@ run_trial() fi } -cp $OBJ/sshd_proxy_orig $OBJ/sshd_proxy +cp $OBJ/sshd_proxy_bak $OBJ/sshd_proxy cat >>$OBJ/sshd_proxy <