|
|
|
@ -23,6 +23,10 @@ if [ $prefix_auto = 1 ] ; then
|
|
|
|
|
var_append extraconfopt ' ' "--with-rootsbindir=/sbin" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
# set sysconfdir to '/etc/samba' in the case it was autoconfigured to '/etc' |
|
|
|
|
[ "$sysconfdir" = "$root/etc" ] && \ |
|
|
|
|
sysconfdir=$root/etc/samba |
|
|
|
|
|
|
|
|
|
var_append extraconfopt " " "--with-smbmount --with-cifsmount --with-automount \ |
|
|
|
|
--with-syslog --with-configdir=$sysconfdir \ |
|
|
|
|
--with-privatedir=$sysconfdir/private --with-codepagedir=$sysconfdir/codepages \ |
|
|
|
|