[Pkg-dspam-commits] [pkg-dspam-commits] r183 - branches/lenny/debian

Kurt B. Kaiser kbk-guest at alioth.debian.org
Thu Sep 11 20:46:10 UTC 2008


Author: kbk-guest
Date: Thu Sep 11 20:46:10 2008
New Revision: 183

Log:
Fix regression from #388140: remote mySQL server fails (Closes: #481755)
(See -r169 in trunk)


Modified:
   branches/lenny/debian/changelog
   branches/lenny/debian/libdspam7-drv-mysql.cron.daily

Modified: branches/lenny/debian/changelog
==============================================================================
--- branches/lenny/debian/changelog	(original)
+++ branches/lenny/debian/changelog	Thu Sep 11 20:46:10 2008
@@ -1,12 +1,13 @@
 dspam (3.6.8-9) unstable; urgency=low
 
   * (This is a maintenance release for lenny from pkg-dspam/branches/lenny)
-  * Add apache2-suexec (>= 2.2.9-3) as webfrontend Suggests: (Closes #488924).
+  * Add apache2-suexec (>= 2.2.9-3) as webfrontend Suggests: (Closes: #488924).
   * Acknowledge NMU.  Thanks Peter Eisentraut (Closes: #473027, #480602).
   * Fix a regression in #455052, #469668: remove the /usr/share/dspam dir
     with dspam-webfrontend.preinst for versions prior to 3.6.8-9.
+  * Fix regression from #388140: remote mySQL server fails (Closes: #481755)
 
- -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Thu, 11 Sep 2008 16:12:49 -0400
+ -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Thu, 11 Sep 2008 16:38:20 -0400
 
 dspam (3.6.8-8.1) unstable; urgency=low
 

Modified: branches/lenny/debian/libdspam7-drv-mysql.cron.daily
==============================================================================
--- branches/lenny/debian/libdspam7-drv-mysql.cron.daily	(original)
+++ branches/lenny/debian/libdspam7-drv-mysql.cron.daily	Thu Sep 11 20:46:10 2008
@@ -26,7 +26,7 @@
         /usr/bin/mysql --defaults-file=$MYSQLCONF_PASSWD \
 	               --user=$MYSQL_USER $MYSQL_DB < $PURGE
     else
-        /usr/bin/mysql --defaults-file=$MYSQLCONF_PASSWD --host=$MYSQL_HOST --user=$MYSQL_USER < $PURGE
+        /usr/bin/mysql --defaults-file=$MYSQLCONF_PASSWD --host=$MYSQL_HOST --user=$MYSQL_USER $MYSQL_DB < $PURGE
     fi
 
     rm "$MYSQLCONF_PASSWD"



More information about the Pkg-dspam-commits mailing list