Date: Thursday, May 23, 2013 @ 13:16:14
  Author: spupykin
Revision: 91525

upgpkg: postgrey 1.34-13

upd

Modified:
  postgrey/trunk/PKGBUILD
  postgrey/trunk/postgrey.service

------------------+
 PKGBUILD         |    8 ++++----
 postgrey.service |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-05-23 11:16:10 UTC (rev 91524)
+++ PKGBUILD    2013-05-23 11:16:14 UTC (rev 91525)
@@ -4,7 +4,7 @@
 
 pkgname=postgrey
 pkgver=1.34
-pkgrel=12
+pkgrel=13
 pkgdesc="a Postfix policy server implementing greylisting"
 arch=('any')
 url="http://postgrey.schweikert.ch/";
@@ -22,15 +22,15 @@
        postgrey.service
        postgrey.tmpfiles)
 md5sums=('f736a7be1094593f1a66cd13f32b39ef'
-         '4ce8d15d7fdf744567948a47aaf5254a'
+         '67f2dbc9a180dc60594ec64c10e24bf6'
          '3236959f435c95db3a13f4c7dd235609')
 
 package() {
   cd $srcdir/$pkgname-$pkgver
   chown -R root:root .
   mkdir -p $pkgdir/var/spool/postfix/postgrey
-  install -D -m 0755 postgrey $pkgdir/usr/sbin/postgrey
-  install -D -m 0755 contrib/postgreyreport $pkgdir/usr/sbin/postgreyreport
+  install -D -m 0755 postgrey $pkgdir/usr/bin/postgrey
+  install -D -m 0755 contrib/postgreyreport $pkgdir/usr/bin/postgreyreport
   install -D -m 0644 postgrey_whitelist_recipients 
$pkgdir/etc/postfix/postgrey_whitelist_recipients
   install -D -m 0644 postgrey_whitelist_clients 
$pkgdir/etc/postfix/postgrey_whitelist_clients
 

Modified: postgrey.service
===================================================================
--- postgrey.service    2013-05-23 11:16:10 UTC (rev 91524)
+++ postgrey.service    2013-05-23 11:16:14 UTC (rev 91525)
@@ -5,7 +5,7 @@
 [Service]
 Type=forking
 PIDFile=/run/postgrey/postgrey.pid
-ExecStart=/usr/sbin/postgrey --inet=127.0.0.1:10030 \
+ExecStart=/usr/bin/postgrey --inet=127.0.0.1:10030 \
        --pidfile=/run/postgrey/postgrey.pid \
        --group=postgrey --user=postgrey \
        --daemonize \

Reply via email to