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

Tobias Powalowski tpowa at archlinux.org
Sun Aug 29 10:43:17 UTC 2010


    Date: Sunday, August 29, 2010 @ 06:43:16
  Author: tpowa
Revision: 89089

upgpkg: samba 3.5.4-2
fix #18625 #20351

Modified:
  samba/trunk/PKGBUILD
  samba/trunk/samba

----------+
 PKGBUILD |   12 +++---------
 samba    |    3 +++
 2 files changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-29 10:29:03 UTC (rev 89088)
+++ PKGBUILD	2010-08-29 10:43:16 UTC (rev 89089)
@@ -8,7 +8,7 @@
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
 _realver=3.5.4
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://www.samba.org"
 license=('GPL3')
@@ -43,6 +43,7 @@
               --disable-dnssd \
               --disable-avahi \
               --with-cifsumount \
+              --with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash \
               --enable-external-libtdb
   make || return 1
 }
@@ -134,15 +135,8 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema ${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('7c8d2a34b649380d5df838c3e030dbec'
-         'e93533fa2296c07c1f645dfdd373657f'
-         '5697da77590ec092cc8a883bae06093c'
-         'a4bbfa39fee95bba2e7ad6b535fae7e6'
-         '96f82c38f3f540b53f3e5144900acf17'
-         'f2f2e348acd1ccb566e95fa8a561b828'
-         'c6a38a8c8fa24979e6217aed533358ea')
 md5sums=('22c8c977eaa18be50f3878c6d0e0c2f0'
-         'e93533fa2296c07c1f645dfdd373657f'
+         '891b9be03e7adf65c9a00319c76d33e5'
          '5697da77590ec092cc8a883bae06093c'
          'a4bbfa39fee95bba2e7ad6b535fae7e6'
          '96f82c38f3f540b53f3e5144900acf17'

Modified: samba
===================================================================
--- samba	2010-08-29 10:29:03 UTC (rev 89088)
+++ samba	2010-08-29 10:43:16 UTC (rev 89089)
@@ -10,6 +10,9 @@
 	start)
 		rc=0
 		stat_busy "Starting Samba Server"
+		if [ ! -x /var/run/samba ] ; then
+			install -m755 -g 81 -o 81 -d /var/run/samba
+		fi
 		for d in ${SAMBA_DAEMONS[@]}; do
 			PID=`pidof -o %PPID /usr/sbin/$d`
 			[ -z "$PID" ] && /usr/sbin/$d -D




More information about the arch-commits mailing list