|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../samba/samba.conf |
|
|
|
# Copyright (C) 2006 - 2011 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2012 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# |
|
|
@ -27,15 +27,13 @@ fi |
|
|
|
[ "$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 \ |
|
|
|
--with-swatdir=$datadir/swat --with-quotas \ |
|
|
|
--with-acl-support --with-libsmbclient" |
|
|
|
|
|
|
|
#FIXME hack to honor lib64 :-( |
|
|
|
var_append confopt ' ' "--with-libdir=$root/$prefix/${libdir##*/}" |
|
|
|
|
|
|
|
var_append extraconfopt " " "--with-automount --with-syslog \ |
|
|
|
--with-acl-support --with-libsmbclient --with-quotas --with-fhs \ |
|
|
|
--with-configdir=$sysconfdir \ |
|
|
|
--with-privatedir=$sysconfdir/private \ |
|
|
|
--with-codepagedir=$sysconfdir/codepages \ |
|
|
|
--with-piddir=$localstatedir/run/$pkg \ |
|
|
|
--with-swatdir=$datadir/swat" |
|
|
|
|
|
|
|
# enable nis+ support |
|
|
|
var_append extraconfopt ' ' "--with-nisplus-home" |
|
|
|