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

Kurt B. Kaiser kbk-guest at alioth.debian.org
Sat Jul 19 21:40:21 UTC 2008


Author: kbk-guest
Date: Sat Jul 19 21:40:21 2008
New Revision: 163

Log:
Remove some more db4 refs


Modified:
   trunk/debian/dspam.cron.daily

Modified: trunk/debian/dspam.cron.daily
==============================================================================
--- trunk/debian/dspam.cron.daily	(original)
+++ trunk/debian/dspam.cron.daily	Sat Jul 19 21:40:21 2008
@@ -1,10 +1,10 @@
 #!/bin/sh
 #
-# Clean up the hash / db4 databases
+# Clean up the hash database
 
 DSPAMCONF=/etc/dspam/dspam.conf
 
-if egrep -q "^StorageDriver.*(hash)_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