[arch-commits] Commit in dbmail/trunk (9 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu May 23 10:11:43 UTC 2013


    Date: Thursday, May 23, 2013 @ 12:11:42
  Author: spupykin
Revision: 91487

upgpkg: dbmail 3.0.2-11

upd

Modified:
  dbmail/trunk/PKGBUILD
  dbmail/trunk/dbmail-imapd.service
  dbmail/trunk/dbmail-imapd.xinetd
  dbmail/trunk/dbmail-lmtpd.service
  dbmail/trunk/dbmail-lmtpd.xinetd
  dbmail/trunk/dbmail-pop3d.service
  dbmail/trunk/dbmail-pop3d.xinetd
  dbmail/trunk/dbmail-timsieved.service
  dbmail/trunk/dbmail-timsieved.xinetd

--------------------------+
 PKGBUILD                 |   22 +++++++++++-----------
 dbmail-imapd.service     |    4 ++--
 dbmail-imapd.xinetd      |    2 +-
 dbmail-lmtpd.service     |    4 ++--
 dbmail-lmtpd.xinetd      |    2 +-
 dbmail-pop3d.service     |    4 ++--
 dbmail-pop3d.xinetd      |    2 +-
 dbmail-timsieved.service |    4 ++--
 dbmail-timsieved.xinetd  |    2 +-
 9 files changed, 23 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-23 10:11:37 UTC (rev 91486)
+++ PKGBUILD	2013-05-23 10:11:42 UTC (rev 91487)
@@ -4,7 +4,7 @@
 
 pkgname=dbmail
 pkgver=3.0.2
-pkgrel=10
+pkgrel=11
 pkgdesc="Fast and scalable sql based mail services"
 arch=('i686' 'x86_64')
 depends=('gmime24' 'libzdb' 'mhash' 'libevent')
@@ -31,19 +31,19 @@
 	dbmail-timsieved.xinetd)
 md5sums=('eb32235abffdf967253ee9d004e0e4a9'
          'c4b5793c5422b62a675d4c66ff7e9300'
-         '84efa46eaac66057c4eb131d9bc27fa8'
-         '19560277f6a56d1f3f2fdb02315dcf0f'
-         '89a0f793737eaf36291409f8c840891e'
-         'dd1b5b2c542f55d9d934a58a36d0513d'
-         'aa5cf851d1bfeffac69a2c8a9ad15c92'
-         '069cd4285c4b2ec95dfdcebc2cfee387'
-         '1ac466541ad5bc0064250ad37ba217a4'
-         '63dc2dcc13efda3cb2ecc9366a368005')
+         '5a6297cb03c8d0b424f978ea1d7402de'
+         '070db88538af9833f003f4cb516d337b'
+         '422f0399f97a780b7cab84443e8f429a'
+         '15c7d367d4242aebac5f87649a2250aa'
+         '890de13361afbdf4fed12d6d7eb53e66'
+         '961593658cd596297d03d25eb9c9e98f'
+         '4cb764894abd3914802e90602bf90a0c'
+         'e78dc86355f9aaf24590bc7c6611162f')
 
 build() {
   cd $srcdir/dbmail-${pkgver/_/-}/
-
-  [ -f Makefile ] || ./configure --prefix=/usr --with-ldap --with-sieve
+  [ -f Makefile ] || ./configure --prefix=/usr --sbindir=/usr/bin \
+    --with-ldap --with-sieve
   make
 }
 

Modified: dbmail-imapd.service
===================================================================
--- dbmail-imapd.service	2013-05-23 10:11:37 UTC (rev 91486)
+++ dbmail-imapd.service	2013-05-23 10:11:42 UTC (rev 91487)
@@ -4,8 +4,8 @@
 
 [Service]
 Type=forking
-PIDFile=/var/run/dbmail/dbmail-imapd.pid
-ExecStart=/usr/sbin/dbmail-imapd -p /var/run/dbmail/dbmail-imapd.pid
+PIDFile=/run/dbmail/dbmail-imapd.pid
+ExecStart=/usr/bin/dbmail-imapd -p /run/dbmail/dbmail-imapd.pid
 
 [Install]
 WantedBy=multi-user.target

Modified: dbmail-imapd.xinetd
===================================================================
--- dbmail-imapd.xinetd	2013-05-23 10:11:37 UTC (rev 91486)
+++ dbmail-imapd.xinetd	2013-05-23 10:11:42 UTC (rev 91487)
@@ -3,7 +3,7 @@
       socket_type     = stream
       wait            = no
       user            = nobody
-      server          = /usr/sbin/dbmail-imapd
+      server          = /usr/bin/dbmail-imapd
       protocol        = tcp
       server_args     = -n
       log_on_failure  += USERID

Modified: dbmail-lmtpd.service
===================================================================
--- dbmail-lmtpd.service	2013-05-23 10:11:37 UTC (rev 91486)
+++ dbmail-lmtpd.service	2013-05-23 10:11:42 UTC (rev 91487)
@@ -4,8 +4,8 @@
 
 [Service]
 Type=forking
-PIDFile=/var/run/dbmail/dbmail-lmtpd.pid
-ExecStart=/usr/sbin/dbmail-lmtpd -p /var/run/dbmail/dbmail-lmtpd.pid
+PIDFile=/run/dbmail/dbmail-lmtpd.pid
+ExecStart=/usr/bin/dbmail-lmtpd -p /run/dbmail/dbmail-lmtpd.pid
 
 [Install]
 WantedBy=multi-user.target

Modified: dbmail-lmtpd.xinetd
===================================================================
--- dbmail-lmtpd.xinetd	2013-05-23 10:11:37 UTC (rev 91486)
+++ dbmail-lmtpd.xinetd	2013-05-23 10:11:42 UTC (rev 91487)
@@ -5,7 +5,7 @@
       socket_type     = stream
       wait            = no
       user            = nobody
-      server          = /usr/sbin/dbmail-lmtpd
+      server          = /usr/bin/dbmail-lmtpd
       protocol        = tcp
       server_args     = -n
       log_on_failure  += USERID

Modified: dbmail-pop3d.service
===================================================================
--- dbmail-pop3d.service	2013-05-23 10:11:37 UTC (rev 91486)
+++ dbmail-pop3d.service	2013-05-23 10:11:42 UTC (rev 91487)
@@ -4,8 +4,8 @@
 
 [Service]
 Type=forking
-PIDFile=/var/run/dbmail/dbmail-pop3d.pid
-ExecStart=/usr/sbin/dbmail-pop3d -p /var/run/dbmail/dbmail-pop3d.pid
+PIDFile=/run/dbmail/dbmail-pop3d.pid
+ExecStart=/usr/bin/dbmail-pop3d -p /run/dbmail/dbmail-pop3d.pid
 
 [Install]
 WantedBy=multi-user.target

Modified: dbmail-pop3d.xinetd
===================================================================
--- dbmail-pop3d.xinetd	2013-05-23 10:11:37 UTC (rev 91486)
+++ dbmail-pop3d.xinetd	2013-05-23 10:11:42 UTC (rev 91487)
@@ -3,7 +3,7 @@
       socket_type     = stream
       wait            = no
       user            = nobody
-      server          = /usr/sbin/dbmail-pop3d
+      server          = /usr/bin/dbmail-pop3d
       protocol        = tcp
       server_args     = -n
       log_on_failure  += USERID

Modified: dbmail-timsieved.service
===================================================================
--- dbmail-timsieved.service	2013-05-23 10:11:37 UTC (rev 91486)
+++ dbmail-timsieved.service	2013-05-23 10:11:42 UTC (rev 91487)
@@ -4,8 +4,8 @@
 
 [Service]
 Type=forking
-PIDFile=/var/run/dbmail/dbmail-timsieved.pid
-ExecStart=/usr/sbin/dbmail-timsieved -p /var/run/dbmail/dbmail-timsieved.pid
+PIDFile=/run/dbmail/dbmail-timsieved.pid
+ExecStart=/usr/bin/dbmail-timsieved -p /run/dbmail/dbmail-timsieved.pid
 
 [Install]
 WantedBy=multi-user.target

Modified: dbmail-timsieved.xinetd
===================================================================
--- dbmail-timsieved.xinetd	2013-05-23 10:11:37 UTC (rev 91486)
+++ dbmail-timsieved.xinetd	2013-05-23 10:11:42 UTC (rev 91487)
@@ -5,7 +5,7 @@
       socket_type     = stream
       wait            = no
       user            = nobody
-      server          = /usr/sbin/dbmail-timsieved
+      server          = /usr/bin/dbmail-timsieved
       protocol        = tcp
       server_args     = -n
       log_on_failure  += USERID




More information about the arch-commits mailing list