aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/unixbench/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
commit6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch)
treefb8d61358190cc429db453d54fb9920ccfde716f /benchmarks/unixbench/files/patch-ad
parentea16706c62b542adc8f3b887256bf215bf914db6 (diff)
Notes
Diffstat (limited to 'benchmarks/unixbench/files/patch-ad')
-rw-r--r--benchmarks/unixbench/files/patch-ad17
1 files changed, 0 insertions, 17 deletions
diff --git a/benchmarks/unixbench/files/patch-ad b/benchmarks/unixbench/files/patch-ad
deleted file mode 100644
index 12de4faa1333..000000000000
--- a/benchmarks/unixbench/files/patch-ad
+++ /dev/null
@@ -1,17 +0,0 @@
-*** pgms/cleanup.sh.orig Wed Feb 5 11:08:37 1992
---- pgms/cleanup.sh Wed Jan 3 19:27:21 1996
-***************
-*** 87,92 ****
-
- -r) : reason for failure
-! echo $1
-! echo $1 >>$LOGFILE
- shift
- ;;
---- 87,92 ----
-
- -r) : reason for failure
-! echo -e $1
-! echo -e $1 >>$LOGFILE
- shift
- ;;