Date: Sunday, January 16, 2011 @ 12:09:43 Author: angvp Revision: 106385
upgpkg: spamassassin 3.3.1-4 Fixing path of the perl on the spamd script Modified: spamassassin/trunk/PKGBUILD spamassassin/trunk/spamd ----------+ PKGBUILD | 4 ++-- spamd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-16 17:09:23 UTC (rev 106384) +++ PKGBUILD 2011-01-16 17:09:43 UTC (rev 106385) @@ -4,7 +4,7 @@ pkgname=spamassassin pkgver=3.3.1 -pkgrel=3 +pkgrel=4 pkgdesc="A mail filter to identify spam." arch=(i686 x86_64) license=(APACHE) @@ -28,7 +28,7 @@ spamd.conf.d spamd) md5sums=('5a93f81fda315411560ff5da099382d2' 'af501c6b0bb937a2775b747cc4b6d150' - 'db5c79722722e56678401ae454b28ece') + '0534d3071a526a27ddc2b297afa03b04') build() { cd ${srcdir}/Mail-SpamAssassin-${pkgver} Modified: spamd =================================================================== --- spamd 2011-01-16 17:09:23 UTC (rev 106384) +++ spamd 2011-01-16 17:09:43 UTC (rev 106385) @@ -6,11 +6,11 @@ . /etc/rc.conf . /etc/rc.d/functions -PID=`pidof -o %PPID /usr/bin/perlbin/vendor/spamd` +PID=`pidof -o %PPID /usr/bin/vendor_perl/spamd` case "$1" in start) stat_busy "Starting spamd" - [ -z "$PID" ] && /usr/bin/perlbin/vendor/spamd -d ${SPAMD_OPTS} + [ -z "$PID" ] && /usr/bin/vendor_perl/spamd -d ${SPAMD_OPTS} if [ $? -gt 0 ]; then stat_fail else