From: Heiko Z. <smi...@us...> - 2010-11-12 15:37:13
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27592/scripts Modified Files: samba Log Message: - increased version number - enabled aio-support and dnsupdate in samba Index: samba =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/samba,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- samba 28 May 2010 11:47:47 -0000 1.33 +++ samba 12 Nov 2010 15:37:05 -0000 1.34 @@ -21,7 +21,7 @@ if [ "$CONFIG_SAMBA" = "y" ]; then cd source3 || exit 1 ./configure --prefix=/usr --localstatedir=/var --with-configdir=/etc/samba --with-privatedir=/etc/samba --with-lockdir=/var/lock/samba \ - --with-ldapsam \ + --with-ldapsam --with-aio-support --with-dnsupdate \ --with-fhs --with-smbmount --with-libsmbclient --with-ssl --with-syslog --with-utmp --with-msdfs \ --with-acl-support --with-winbind --with-quotas --with-vfs --with-smbwrapper \ --with-logfilebase=/var/log --with-swatdir=/usr/share/samba/swat --with-krb5=/usr/include \ |