[arch-commits] Commit in samba/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Thu Apr 30 20:03:51 UTC 2020


    Date: Thursday, April 30, 2020 @ 20:03:50
  Author: jelle
Revision: 381988

upgpkg: samba 4.12.2-2

Fix /etc/sudoers.d permission being 755 on the samba package

Modified:
  samba/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-30 17:41:33 UTC (rev 381987)
+++ PKGBUILD	2020-04-30 20:03:50 UTC (rev 381988)
@@ -11,7 +11,7 @@
 pkgbase=samba
 pkgname=('smbclient' 'samba')
 pkgver=4.12.2
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://www.samba.org"
 license=('GPL3')
@@ -196,6 +196,10 @@
   
   # copy ldap example
   install -D -m644 "${srcdir}"/samba-${pkgver}/examples/LDAP/samba.schema "${pkgdir}"/usr/share/doc/samba/examples/LDAP/samba.schema
+
+  # Fix waf installing the wrong permissions for sudoers.d
+  chmod 750 ${pkgdir}/etc/sudoers.d
+  chmod 750 ${pkgdir}/etc/sudoers.d/ctdb
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list