Browse Source

samba: changed to use --with-fhs confopt if the fhs package is installed

stable/0.6
Christian Wiese 11 years ago
parent
commit
acb9531c67
  1. 6
      network/samba/samba.conf

6
network/samba/samba.conf

@ -27,8 +27,12 @@ fi
[ "$sysconfdir" = "$root/etc" ] && \ [ "$sysconfdir" = "$root/etc" ] && \
sysconfdir=$root/etc/samba sysconfdir=$root/etc/samba
if pkginstalled -f fhs; then
var_append extraconfopt ' ' "--with-fhs"
fi
var_append extraconfopt " " "--with-automount --with-syslog \ 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-configdir=$sysconfdir \
--with-privatedir=$sysconfdir/private \ --with-privatedir=$sysconfdir/private \
--with-codepagedir=$sysconfdir/codepages \ --with-codepagedir=$sysconfdir/codepages \

Loading…
Cancel
Save