[arch-commits] Commit in spamassassin/repos (3 files)

Dale Blount dale at archlinux.org
Thu Sep 4 14:27:59 UTC 2008


    Date: Thursday, September 4, 2008 @ 10:27:58
  Author: dale
Revision: 11837

Merged revisions 11833-11836 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/spamassassin/trunk

........
  r11836 | dale | 2008-09-04 10:27:54 -0400 (Thu, 04 Sep 2008) | 2 lines
  
  upgpkg: spamassassin 3.2.5-2
      fix path issue in spamd rc.d script
........

Modified:
  spamassassin/repos/extra-i686/	(properties)
  spamassassin/repos/extra-i686/PKGBUILD
  spamassassin/repos/extra-i686/spamd

----------+
 PKGBUILD |    4 ++--
 spamd    |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


Property changes on: spamassassin/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /spamassassin/trunk:1-11832
   + /spamassassin/trunk:1-11836

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-09-04 14:27:54 UTC (rev 11836)
+++ extra-i686/PKGBUILD	2008-09-04 14:27:58 UTC (rev 11837)
@@ -4,7 +4,7 @@
 
 pkgname=spamassassin
 pkgver=3.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A mail filter to identify spam."
 arch=(i686 x86_64)
 license=(APACHE)
@@ -25,7 +25,7 @@
 		spamd.conf.d spamd)
 md5sums=('7fdc1651d0371c4a7f95ac9ae6f828a6'
          'af501c6b0bb937a2775b747cc4b6d150'
-         '6f1636c8a547345ea7fddcbbf106abf7')
+         'db5c79722722e56678401ae454b28ece')
 
 build() {
   cd $startdir/src/Mail-SpamAssassin-$pkgver

Modified: extra-i686/spamd
===================================================================
--- extra-i686/spamd	2008-09-04 14:27:54 UTC (rev 11836)
+++ extra-i686/spamd	2008-09-04 14:27:58 UTC (rev 11837)
@@ -6,11 +6,11 @@
 . /etc/rc.conf
 . /etc/rc.d/functions
 
-PID=`pidof -o %PPID /usr/bin/spamd`
+PID=`pidof -o %PPID /usr/bin/perlbin/vendor/spamd`
 case "$1" in
   start)
     stat_busy "Starting spamd"
-    [ -z "$PID" ] && /usr/bin/spamd -d ${SPAMD_OPTS}
+    [ -z "$PID" ] && /usr/bin/perlbin/vendor/spamd -d ${SPAMD_OPTS}
     if [ $? -gt 0 ]; then
       stat_fail
     else




More information about the arch-commits mailing list