Date: Saturday, June 9, 2012 @ 02:34:30 Author: tpowa Revision: 161313
upgpkg: samba 3.6.5-3 fix install file samba.conf instead of smbd.conf Modified: samba/trunk/PKGBUILD samba/trunk/samba.install ---------------+ PKGBUILD | 2 +- samba.install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-06-09 06:22:34 UTC (rev 161312) +++ PKGBUILD 2012-06-09 06:34:30 UTC (rev 161313) @@ -8,7 +8,7 @@ # to append 'a','b',etc to their subsequent releases, which pamcan # misconstrues as alpha, beta, etc. Bad samba! _realver=3.6.5 -pkgrel=2 +pkgrel=3 arch=(i686 x86_64) url="http://www.samba.org" license=('GPL3') Modified: samba.install =================================================================== --- samba.install 2012-06-09 06:22:34 UTC (rev 161312) +++ samba.install 2012-06-09 06:34:30 UTC (rev 161313) @@ -1,7 +1,7 @@ #!/bin/sh post_install() { - systemd-tmpfiles --create /usr/lib/tmpfiles.d/smbd.conf + systemd-tmpfiles --create /usr/lib/tmpfiles.d/samba.conf } # vim:set ts=2 sw=2 et:
