[arch-commits] Commit in dovecot/trunk (PKGBUILD dovecot.install)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Aug 15 04:59:41 UTC 2011


    Date: Monday, August 15, 2011 @ 00:59:41
  Author: andyrtr
Revision: 135547

upgpkg: dovecot 2.0.13-3

	fix install scriptlet for new user dir; FS#25578

Modified:
  dovecot/trunk/PKGBUILD
  dovecot/trunk/dovecot.install

-----------------+
 PKGBUILD        |    2 +-
 dovecot.install |    3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-15 04:47:49 UTC (rev 135546)
+++ PKGBUILD	2011-08-15 04:59:41 UTC (rev 135547)
@@ -6,7 +6,7 @@
 
 pkgname=dovecot
 pkgver=2.0.13
-pkgrel=2
+pkgrel=3
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
 url="http://dovecot.org/"

Modified: dovecot.install
===================================================================
--- dovecot.install	2011-08-15 04:47:49 UTC (rev 135546)
+++ dovecot.install	2011-08-15 04:59:41 UTC (rev 135547)
@@ -28,9 +28,6 @@
   else
     useradd -s /sbin/nologin -c "Dovecot user for completely untrustworthy processes" -d /var/empty -u 74 -g dovenull -r dovenull &> /dev/null
   fi 
-  
-  # harden some permissions
-  chgrp dovenull /var/run/dovecot/login
 }
 
 # arg 1:  the new package version




More information about the arch-commits mailing list