cvsdist fe4a878
--- rdist-6.1.5/config/config.h.oldpath	Tue Nov 10 04:59:48 1998
cvsdist fe4a878
+++ rdist-6.1.5/config/config.h	Thu Jan 31 17:33:21 2002
Michal Luscon f5c9a76
@@ -58,7 +58,7 @@
cvsdist 1f06ef5
  * don't have the old rdist, then uncomment the "#undef" line.
cvsdist 1f06ef5
  */
cvsdist 1f06ef5
 #ifndef _PATH_OLDRDIST
cvsdist 1f06ef5
-#define _PATH_OLDRDIST	"/usr/ucb/oldrdist"	/* Enable compat */
cvsdist 1f06ef5
+#define _PATH_OLDRDIST	"/usr/bin/oldrdist"	/* Enable compat */
cvsdist 1f06ef5
 #endif
cvsdist 1f06ef5
 /*#undef  _PATH_OLDRDIST*/				/* Disable compat */
cvsdist 1f06ef5
 
cvsdist fe4a878
--- rdist-6.1.5/doc/rdist.man.oldpath	Tue Nov 10 06:38:53 1998
cvsdist fe4a878
+++ rdist-6.1.5/doc/rdist.man	Thu Jan 31 17:36:57 2002
Michal Luscon f5c9a76
@@ -165,10 +165,9 @@
cvsdist 1f06ef5
 This option will only work if 
cvsdist 1f06ef5
 .I rdist
cvsdist 1f06ef5
 was compiled with the location of the old rdist
cvsdist 1f06ef5
-(usually either
cvsdist 1f06ef5
-.I /usr/ucb/oldrdist
cvsdist 1f06ef5
-or
cvsdist 1f06ef5
-.I /usr/old/rdist)
cvsdist 1f06ef5
+(the path
cvsdist fe4a878
+.I /usr/bin/oldrdist
cvsdist 1f06ef5
+is used on Red Hat linux)
cvsdist 1f06ef5
 and that program is available at run time.
cvsdist 1f06ef5
 .PP
cvsdist 1f06ef5
 .I Rdist
Michal Luscon f5c9a76
@@ -553,7 +552,7 @@
cvsdist fe4a878
 should be of form
cvsdist fe4a878
 .sp
cvsdist fe4a878
 .RS
cvsdist fe4a878
-\fIfacility\fB=\fItypes\fB:\fIfacility\fB=\fItypes...
cvsdist fe4a878
+\fIfacility\fB=\fItypes\fB:\fIfacility\fB=\fItypes...\fR
cvsdist fe4a878
 .RE
cvsdist fe4a878
 .sp
cvsdist fe4a878
 The valid facility names are:
cvsdist fe4a878
--- rdist-6.1.5/README.oldpath	Fri Jul 19 19:24:09 1996
cvsdist fe4a878
+++ rdist-6.1.5/README	Thu Jan 31 17:33:21 2002
cvsdist 1f06ef5
@@ -65,12 +65,12 @@
cvsdist 1f06ef5
 
cvsdist 1f06ef5
 The way the old rdist started a server rdist is to run "rdist
cvsdist 1f06ef5
 -Server".  If the new rdist is run with the "-Server" option, then it
cvsdist 1f06ef5
-will exec a copy of the old rdist (usually /usr/old/rdist or
cvsdist 1f06ef5
-/usr/ucb/oldrdist).  In this way, you get compatibility with hosts
cvsdist 1f06ef5
+will exec a copy of the old rdist (the path /usr/bin/oldrdist in Red
cvsdist 1f06ef5
+Hat linux).  In this way, you get compatibility with hosts
cvsdist 1f06ef5
 running the old rdist attempting to rdist to a machine running new
cvsdist 1f06ef5
 rdist.  If your host running new rdist wants to rdist to a host
cvsdist 1f06ef5
 running the old rdist, then it must run the old rdist program
cvsdist 1f06ef5
-(/usr/old/rdist or /usr/ucb/oldrdist).
cvsdist 1f06ef5
+(/usr/bin/oldrdist in Red Hat linux).
cvsdist 1f06ef5
 
cvsdist 1f06ef5
 The definition _PATH_OLDRDIST in "config/config.h" controls the
cvsdist 1f06ef5
 location of the old rdist.  If this is not defined, or the defined