On Nov 1, 2006, at 1:09 AM, Ensel Sharon wrote:
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c
clientname.c -o
clientname.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c chmod.c -o
chmod.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c acls.c -o
acls.o
acls.c:2
On Tue, Oct 31, 2006 at 07:09:18PM -0500, Ensel Sharon wrote:
> patch < patches/acls.diff
> patch < ./patches/xattrs.diff
You didn't use the -p1 option for those patch commands, so the new
files didn't get created in their right directories.
..wayne..
--
To unsubscribe or change options: https:/
(FreeBSD 6.1-RELEASE)
tar xzvf rsync-2.6.8.tar.gz
cd rsync-2.6.8.tar.gz
patch < patches/acls.diff
patch < ./patches/xattrs.diff
./prepare-source
./configure --enable-acl-support --enable-xattr-support --disable-debug
--with-rsyncd-conf=/usr/local/etc/rsyncd.conf --bindir=/usr/local/bin
Couldn't