|
|
|
@ -27,8 +27,12 @@ fi
|
|
|
|
|
[ "$sysconfdir" = "$root/etc" ] && \ |
|
|
|
|
sysconfdir=$root/etc/samba |
|
|
|
|
|
|
|
|
|
if pkginstalled -f fhs; then |
|
|
|
|
var_append extraconfopt ' ' "--with-fhs" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
var_append extraconfopt " " "--with-automount --with-syslog \ |
|
|
|
|
--with-acl-support --with-libsmbclient --with-quotas --with-fhs \ |
|
|
|
|
--with-acl-support --with-libsmbclient --with-quotas \ |
|
|
|
|
--with-configdir=$sysconfdir \ |
|
|
|
|
--with-privatedir=$sysconfdir/private \ |
|
|
|
|
--with-codepagedir=$sysconfdir/codepages \ |
|
|
|
|