Displaying 2 results from an estimated 2 matches for "samba22".
Did you mean:
  samba2
  
2001 Apr 23
0
FYI: FreeBSD-5 as of middle of next week and samba ACL
I think the final support for ACL's in freebsd-5 is being added or has been
already and the changes to the samba-devel port which will soon be renamed
to samba22 will compile samba with acl support if you run make -DWITH_ACL as
soon as that patch gets committed to the ports tree.  This should happen
pretty soon.
2003 Dec 01
0
No subject
...ith-vfs --with-acl-support --prefix=/ --exec-prefix=/usr
--with-lockdir=/var/samba --with-configdir=/etc/samba
--with-codepagedir=/usr/lib/codepages --with-privatedir=/etc/samba
--with-swatdir=/usr/local/swat --mandir=/usr/man --infodir=/usr/info
And then tar'ed all binaries:
cd /tmp
tar cvfz samba22-bin.tar.gz \
	/usr/sbin/smbd 	\
	/usr/sbin/nmbd 	\
	/usr/sbin/swat 	\
	/usr/bin/smbclient 	\
	/usr/bin/smbspool 	\
	/usr/bin/testparm 	\
	/usr/bin/testprns 	\
	/usr/bin/smbstatus 	\
	/usr/bin/smbcontrol 	\
	/usr/bin/smbpasswd 	\
	/usr/bin/make_smbcodepage 	\
	/usr/bin/rpcclient 	\
	/usr/bin/make_un...