[comp.bugs.4bsd] 4.[23] rdist

krishnan@hplabsc.UUCP (N. K. Krishnan) (12/03/86)

There appears to be a problem with 4.[23] rdist.  Consider
the following relatively simple scenario:

	cd /tmp
	mkdir x
	touch x/y
	ln x/y x/z
	mkdir x/dir
	touch x/dir/y
	ln x/dir/y x/dir/z
	rdist -c x `hostname`:/tmp/a

Neither z makes it to the destination, and the output includes error messages.  Is there any fix for this?  Please send mail to krishnan@hplabs.hp.com
Thanks in advance.