[arch-commits] Commit in spamassassin/trunk (PKGBUILD spamd)

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


    Date: Thursday, September 4, 2008 @ 10:27:54
  Author: dale
Revision: 11836

upgpkg: spamassassin 3.2.5-2
    fix path issue in spamd rc.d script

Modified:
  spamassassin/trunk/PKGBUILD
  spamassassin/trunk/spamd

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-04 13:31:53 UTC (rev 11835)
+++ PKGBUILD	2008-09-04 14:27:54 UTC (rev 11836)
@@ -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: spamd
===================================================================
--- spamd	2008-09-04 13:31:53 UTC (rev 11835)
+++ spamd	2008-09-04 14:27:54 UTC (rev 11836)
@@ -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