[arch-commits] Commit in samba/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Fri May 1 18:33:16 UTC 2020
Date: Friday, May 1, 2020 @ 18:33:15
Author: jelle
Revision: 382103
upgpkg: samba 4.12.2-3
Remove execute permissions from ctdb
Modified:
samba/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-01 18:26:35 UTC (rev 382102)
+++ PKGBUILD 2020-05-01 18:33:15 UTC (rev 382103)
@@ -11,7 +11,7 @@
pkgbase=samba
pkgname=('smbclient' 'samba')
pkgver=4.12.2
-pkgrel=2
+pkgrel=3
arch=(x86_64)
url="https://www.samba.org"
license=('GPL3')
@@ -199,7 +199,7 @@
# Fix waf installing the wrong permissions for sudoers.d
chmod 750 ${pkgdir}/etc/sudoers.d
- chmod 750 ${pkgdir}/etc/sudoers.d/ctdb
+ chmod 600 ${pkgdir}/etc/sudoers.d/ctdb
}
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list