[Pkg-dspam-commits] [pkg-dspam-commits] r155 - trunk/debian

Kurt B. Kaiser kbk-guest at alioth.debian.org
Sun Jul 13 15:45:10 UTC 2008


Author: kbk-guest
Date: Sun Jul 13 15:45:10 2008
New Revision: 155

Log:
Continuing elimination of db4: removed dirs and install; remove ref in
cron.daily and mention in control.

M    debian/control
D    debian/libdspam7-drv-db4.install
D    debian/libdspam7-drv-db4.dirs
M    debian/dspam.cron.daily


Removed:
   trunk/debian/libdspam7-drv-db4.dirs
   trunk/debian/libdspam7-drv-db4.install
Modified:
   trunk/debian/control
   trunk/debian/dspam.cron.daily

Modified: trunk/debian/control
==============================================================================
--- trunk/debian/control	(original)
+++ trunk/debian/control	Sun Jul 13 15:45:10 2008
@@ -35,8 +35,7 @@
   * Bayesian Noise Reduction
  .
  This package includes the webfrontend for dspam. This can be used together
- with the several database backends including PostgreSQL, MySQL, Berkerley 4
- and sqlite3.
+ with the several database backends including PostgreSQL, MySQL, and sqlite3.
 
 Package: libdspam7
 Section: libs
@@ -51,7 +50,7 @@
   * Advanced de-obfuscation techniques
   * Bayesian Noise Reduction
  .
- This package contains the library where people can link to.
+ This package contains the dspam library.
 
 Package: libdspam7-dev
 Section: libdevel
@@ -123,4 +122,3 @@
   * Bayesian Noise Reduction
  .
  This package contains the documentation for dspam.
-

Modified: trunk/debian/dspam.cron.daily
==============================================================================
--- trunk/debian/dspam.cron.daily	(original)
+++ trunk/debian/dspam.cron.daily	Sun Jul 13 15:45:10 2008
@@ -4,7 +4,7 @@
 
 DSPAMCONF=/etc/dspam/dspam.conf
 
-if egrep -q "^StorageDriver.*(hash|db4)_drv.so" $DSPAMCONF; then
+if egrep -q "^StorageDriver.*(hash)_drv.so" $DSPAMCONF; then
   if [ -x /usr/bin/dspam_clean ]; then
     /usr/bin/dspam_clean -s -p >/dev/null
   fi



More information about the Pkg-dspam-commits mailing list