ports/opt (3.0): samba: fix permission of /var/lock
commit 78a29098bc1c08c36f0d26b9eaa3f3b755105978 Author: Juergen Daubert <jue@jue.li> Date: Thu May 23 11:19:50 2013 +0200 samba: fix permission of /var/lock diff --git a/samba/.footprint b/samba/.footprint index 2353971..e24d736 100644 --- a/samba/.footprint +++ b/samba/.footprint @@ -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/ diff --git a/samba/Pkgfile b/samba/Pkgfile index 05dd358..2ac3270 100644 --- a/samba/Pkgfile +++ b/samba/Pkgfile @@ -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}
participants (1)
-
crux@crux.nu