[arch-commits] Commit in imap/trunk (PKGBUILD imap ipop2 ipop3)

Pierre Schmitz pierre at nymeria.archlinux.org
Sun May 12 11:04:20 UTC 2013


    Date: Sunday, May 12, 2013 @ 13:04:19
  Author: pierre
Revision: 185243

upgpkg: imap 2007f-3

move binaries from sbin to bin

Modified:
  imap/trunk/PKGBUILD
  imap/trunk/imap
  imap/trunk/ipop2
  imap/trunk/ipop3

----------+
 PKGBUILD |   16 ++++++++--------
 imap     |    2 +-
 ipop2    |    2 +-
 ipop3    |    2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-12 10:58:13 UTC (rev 185242)
+++ PKGBUILD	2013-05-12 11:04:19 UTC (rev 185243)
@@ -2,7 +2,7 @@
 
 pkgname=imap
 pkgver=2007f
-pkgrel=2
+pkgrel=3
 pkgdesc="An IMAP/POP server"
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -14,9 +14,9 @@
         'imap' 'ipop2' 'ipop3')
 backup=(etc/xinetd.d/{imap,ipop2,ipop3} etc/ssl/certs/{imapd,ipop3d}.pem)
 md5sums=('2126fd125ea26b73b20f01fcd5940369'
-         'e77dedb80c2fec9bf2ef784ed5f976fb'
-         'cc3eba6453242aa0b1bc8881160b2136'
-         '0a5e27183a9b7e8ec5f6703125371e0a')
+         '3ae5b3b333bc8ea2da106f6a97d7bd8d'
+         '448f988dc5f9bdb2223dcea3abc4f5f1'
+         '1499b13015075f0aafba04324a6f523a')
 
 build() {
   sed \
@@ -58,10 +58,10 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  install -d $pkgdir/usr/sbin
-  install -D -m755 imapd/imapd $pkgdir/usr/sbin/imapd
-  install -D -m755 ipopd/ipop2d $pkgdir/usr/sbin/ipop2d
-  install -D -m755 ipopd/ipop3d $pkgdir/usr/sbin/ipop3d
+  install -d $pkgdir/usr/bin
+  install -D -m755 imapd/imapd $pkgdir/usr/bin/imapd
+  install -D -m755 ipopd/ipop2d $pkgdir/usr/bin/ipop2d
+  install -D -m755 ipopd/ipop3d $pkgdir/usr/bin/ipop3d
   for i in c-client mail imap4r1 rfc822 linkage misc smtp nntp \
     osdep env_unix env fs ftl nl tcp sslio utf8 utf8aux; do
     install -D -m644 c-client/${i}.h $pkgdir/usr/include/imap/${i}.h

Modified: imap
===================================================================
--- imap	2013-05-12 10:58:13 UTC (rev 185242)
+++ imap	2013-05-12 11:04:19 UTC (rev 185243)
@@ -3,7 +3,7 @@
         socket_type             = stream
         wait                    = no
         user                    = root
-        server                  = /usr/sbin/imapd
+        server                  = /usr/bin/imapd
         log_on_success  += HOST DURATION
         log_on_failure  += HOST
         disable                 = yes

Modified: ipop2
===================================================================
--- ipop2	2013-05-12 10:58:13 UTC (rev 185242)
+++ ipop2	2013-05-12 11:04:19 UTC (rev 185243)
@@ -3,7 +3,7 @@
         socket_type             = stream
         wait                    = no
         user                    = root
-        server                  = /usr/sbin/ipop2d
+        server                  = /usr/bin/ipop2d
         log_on_success  += HOST DURATION 
         log_on_failure  += HOST
         disable                 = yes

Modified: ipop3
===================================================================
--- ipop3	2013-05-12 10:58:13 UTC (rev 185242)
+++ ipop3	2013-05-12 11:04:19 UTC (rev 185243)
@@ -3,7 +3,7 @@
         socket_type             = stream
         wait                    = no
         user                    = root
-        server                  = /usr/sbin/ipop3d
+        server                  = /usr/bin/ipop3d
         log_on_success  += HOST DURATION
         log_on_failure  += HOST
         disable                 = yes




More information about the arch-commits mailing list