samba: fix permission of /var/lock

This commit is contained in:
Juergen Daubert 2013-05-23 11:19:50 +02:00
parent bc5d7ddf31
commit 78a29098bc
2 changed files with 3 additions and 2 deletions

View File

@ -1065,7 +1065,7 @@ drwxr-xr-x root/root var/cache/
drwxr-xr-x root/root var/cache/samba/
drwxr-xr-x root/root var/lib/
drwxr-xr-x root/root var/lib/samba/
drwxr-xr-x root/root var/lock/
drwxrwxrwt root/root var/lock/
drwxr-xr-x root/root var/lock/samba/
drwxr-xr-x root/root var/log/
drwxr-xr-x root/root var/log/samba/

View File

@ -5,7 +5,7 @@
name=samba
version=4.0.6
release=1
release=2
source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \
samba)
@ -34,6 +34,7 @@ build () {
#cleanup
rm -r $PKG/usr/share/samba/swat
rm $PKG/usr/man/man8/swat.8
chmod 1777 $PKG/var/lock
# config-file and start-script
install -d $PKG/etc/{samba,rc.d}