From edd3a17c9ed0cc3fa7fb62b4ad4178e064d46cda Mon Sep 17 00:00:00 2001 From: root Date: Fri, 1 Feb 2013 00:06:30 -0800 Subject: Fri Feb 1 00:06:30 PST 2013 --- extra/samba/PKGBUILD | 12 ++++++------ extra/samba/winbindd.service | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'extra/samba') diff --git a/extra/samba/PKGBUILD b/extra/samba/PKGBUILD index 8dd0bd009..8a6a11602 100644 --- a/extra/samba/PKGBUILD +++ b/extra/samba/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 176328 2013-01-30 11:29:10Z tpowa $ +# $Id: PKGBUILD 176366 2013-01-31 08:04:09Z tpowa $ # Maintainer: Tobias Powalowski # Contributor: judd pkgbase=samba pkgname=('libwbclient' 'smbclient' 'samba') -pkgver=3.6.11 +pkgver=3.6.12 # We use the 'A' to fake out pacman's version comparators. Samba chooses # to append 'a','b',etc to their subsequent releases, which pamcan # misconstrues as alpha, beta, etc. Bad samba! -_realver=3.6.11 -pkgrel=4 +_realver=3.6.12 +pkgrel=1 arch=(i686 x86_64) url="http://www.samba.org" license=('GPL3') @@ -163,7 +163,7 @@ install='samba.install' install -D -m644 ${srcdir}/samba.conf ${pkgdir}/usr/lib/tmpfiles.d/samba.conf rm -rf ${pkgdir}/var/run } -md5sums=('9039e0ab3e4fc632ff0a1a8f2433edb4' +md5sums=('430fd21a1acd26964d3ccf366df8709a' '5697da77590ec092cc8a883bae06093c' 'a4bbfa39fee95bba2e7ad6b535fae7e6' '96f82c38f3f540b53f3e5144900acf17' @@ -173,5 +173,5 @@ md5sums=('9039e0ab3e4fc632ff0a1a8f2433edb4' '46bac3375dcf25baea4699226410987a' '6db11f3dd2112a4b7a73007b189bef3f' 'b0de262f9c62acd162e873658f33d063' - '5637e10184db5a7a942855598fc3e075' + '03257dd11fc041d59e612c02a54ef4c0' '49abd7b719e3713a3f75a8a50958e381') diff --git a/extra/samba/winbindd.service b/extra/samba/winbindd.service index 4766e584f..67a778fc7 100644 --- a/extra/samba/winbindd.service +++ b/extra/samba/winbindd.service @@ -5,7 +5,7 @@ After=network.target nmbd.service [Service] Type=forking PIDFile=/var/run/samba/winbindd.pid -ExecStart=/usr/sbin/winbindd +ExecStart=/usr/sbin/winbindd -D ExecReload=/bin/kill -HUP $MAINPID [Install] -- cgit v1.2.3-54-g00ecf