aboutsummaryrefslogtreecommitdiff
path: root/mail/bogofilter-current/files/patch-src-tests-t.frame
diff options
context:
space:
mode:
Diffstat (limited to 'mail/bogofilter-current/files/patch-src-tests-t.frame')
-rw-r--r--mail/bogofilter-current/files/patch-src-tests-t.frame11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/bogofilter-current/files/patch-src-tests-t.frame b/mail/bogofilter-current/files/patch-src-tests-t.frame
deleted file mode 100644
index e3ec715fe0ed..000000000000
--- a/mail/bogofilter-current/files/patch-src-tests-t.frame
+++ /dev/null
@@ -1,11 +0,0 @@
---- bogofilter/src/tests/t.frame~ Mon Dec 8 23:35:11 2003
-+++ bogofilter/src/tests/t.frame Thu Apr 8 13:08:38 2004
-@@ -32,7 +32,7 @@
- export _POSIX2_VERSION
-
- # Obtain data base file suffix
--DB_NAME=`$BOGOFILTER -V 2>&1 | sed -n '2p;'`
-+DB_NAME=`$BOGOFILTER -C -V 2>&1 | sed -n '2p;'`
- case $DB_NAME in
- *BerkeleyDB*) DB_EXT=db ;;
- *QDBM*) DB_EXT=qdbm ;;