Browse Source

samba: improved to set 'rootsbindir' to get mount.cifs installed into /sbin

user/amery/next/luajit
Christian Wiese 13 years ago
parent
commit
039677ca7a
  1. 2
      network/samba/samba.conf

2
network/samba/samba.conf

@ -19,6 +19,8 @@ if [ $prefix_auto = 1 ] ; then
sysconfdir="$sysconfdir/$pkg"
# use a dedicated datadir
datadir="$datadir/$pkg"
# set 'rootsbindir' to get mount.cifs installed into /sbin
var_append extraconfopt ' ' "--with-rootsbindir=/sbin"
fi
var_append extraconfopt " " "--with-smbmount --with-cifsmount --with-automount \

Loading…
Cancel
Save