1Upstream-Status: Inappropriate [1]
2
3[1] Not the author, the patch is from:
4http://vault.centos.org/5.8/os/SRPMS/rdist-6.1.5-44.src.rpm
5
6--- rdist-6.1.5/config/config.h.oldpath	Tue Nov 10 04:59:48 1998
7+++ rdist-6.1.5/config/config.h	Thu Jan 31 17:33:21 2002
8@@ -39,7 +39,7 @@
9  * don't have the old rdist, then uncomment the "#undef" line.
10  */
11 #ifndef _PATH_OLDRDIST
12-#define _PATH_OLDRDIST	"/usr/ucb/oldrdist"	/* Enable compat */
13+#define _PATH_OLDRDIST	"/usr/bin/oldrdist"	/* Enable compat */
14 #endif
15 /*#undef  _PATH_OLDRDIST*/				/* Disable compat */
16
17--- rdist-6.1.5/doc/rdist.man.oldpath	Tue Nov 10 06:38:53 1998
18+++ rdist-6.1.5/doc/rdist.man	Thu Jan 31 17:36:57 2002
19@@ -170,10 +170,9 @@
20 This option will only work if
21 .I rdist
22 was compiled with the location of the old rdist
23-(usually either
24-.I /usr/ucb/oldrdist
25-or
26-.I /usr/old/rdist)
27+(the path
28+.I /usr/bin/oldrdist
29+is used on Red Hat linux)
30 and that program is available at run time.
31 .PP
32 .I Rdist
33@@ -558,7 +557,7 @@
34 should be of form
35 .sp
36 .RS
37-\fIfacility\fB=\fItypes\fB:\fIfacility\fB=\fItypes...
38+\fIfacility\fB=\fItypes\fB:\fIfacility\fB=\fItypes...\fR
39 .RE
40 .sp
41 The valid facility names are:
42--- rdist-6.1.5/README.oldpath	Fri Jul 19 19:24:09 1996
43+++ rdist-6.1.5/README	Thu Jan 31 17:33:21 2002
44@@ -65,12 +65,12 @@
45
46 The way the old rdist started a server rdist is to run "rdist
47 -Server".  If the new rdist is run with the "-Server" option, then it
48-will exec a copy of the old rdist (usually /usr/old/rdist or
49-/usr/ucb/oldrdist).  In this way, you get compatibility with hosts
50+will exec a copy of the old rdist (the path /usr/bin/oldrdist in Red
51+Hat linux).  In this way, you get compatibility with hosts
52 running the old rdist attempting to rdist to a machine running new
53 rdist.  If your host running new rdist wants to rdist to a host
54 running the old rdist, then it must run the old rdist program
55-(/usr/old/rdist or /usr/ucb/oldrdist).
56+(/usr/bin/oldrdist in Red Hat linux).
57
58 The definition _PATH_OLDRDIST in "config/config.h" controls the
59 location of the old rdist.  If this is not defined, or the defined
60