]> git.pld-linux.org Git - packages/rdist.git/blob - rdist-oldpath.patch
- rel 33 for fc2 upgrade
[packages/rdist.git] / rdist-oldpath.patch
1 --- rdist-6.1.5/config/config.h.oldpath Mon Nov  9 22:59:48 1998
2 +++ rdist-6.1.5/config/config.h Tue Apr 13 15:09:55 1999
3 @@ -39,7 +39,7 @@
4   * don't have the old rdist, then uncomment the "#undef" line.
5   */
6  #ifndef _PATH_OLDRDIST
7 -#define _PATH_OLDRDIST "/usr/ucb/oldrdist"     /* Enable compat */
8 +#define _PATH_OLDRDIST "/usr/bin/oldrdist"     /* Enable compat */
9  #endif
10  /*#undef  _PATH_OLDRDIST*/                             /* Disable compat */
11  
12 --- rdist-6.1.5/doc/rdist.man.oldpath   Tue Apr 13 15:11:33 1999
13 +++ rdist-6.1.5/doc/rdist.man   Tue Apr 13 15:13:42 1999
14 @@ -170,10 +170,9 @@
15  This option will only work if 
16  .I rdist
17  was compiled with the location of the old rdist
18 -(usually either
19 -.I /usr/ucb/oldrdist
20 -or
21 -.I /usr/old/rdist)
22 +(the path
23 +.I/usr/bin/oldrdist
24 +is used on Red Hat linux)
25  and that program is available at run time.
26  .PP
27  .I Rdist
28 --- rdist-6.1.5/README.oldpath  Tue Apr 13 15:14:07 1999
29 +++ rdist-6.1.5/README  Tue Apr 13 15:15:42 1999
30 @@ -65,12 +65,12 @@
31  
32  The way the old rdist started a server rdist is to run "rdist
33  -Server".  If the new rdist is run with the "-Server" option, then it
34 -will exec a copy of the old rdist (usually /usr/old/rdist or
35 -/usr/ucb/oldrdist).  In this way, you get compatibility with hosts
36 +will exec a copy of the old rdist (the path /usr/bin/oldrdist in Red
37 +Hat linux).  In this way, you get compatibility with hosts
38  running the old rdist attempting to rdist to a machine running new
39  rdist.  If your host running new rdist wants to rdist to a host
40  running the old rdist, then it must run the old rdist program
41 -(/usr/old/rdist or /usr/ucb/oldrdist).
42 +(/usr/bin/oldrdist in Red Hat linux).
43  
44  The definition _PATH_OLDRDIST in "config/config.h" controls the
45  location of the old rdist.  If this is not defined, or the defined
This page took 0.057655 seconds and 3 git commands to generate.