diff options
author | 1996-03-05 05:03:47 +0000 | |
---|---|---|
committer | 1996-03-05 05:03:47 +0000 | |
commit | 64451c6097617c10e960a50a563e082529e66f81 (patch) | |
tree | 1bbc05742457d3493e9f3f0c4280fd51feca717e | |
parent | rdist 6.1.2 (diff) | |
download | wireguard-openbsd-64451c6097617c10e960a50a563e082529e66f81.tar.xz wireguard-openbsd-64451c6097617c10e960a50a563e082529e66f81.zip |
/usr/bin/oldrdist, not /usr/ucb...
-rw-r--r-- | usr.bin/rdist/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rdist/config.h b/usr.bin/rdist/config.h index 26a9b8b85ab..af5e3bc54d8 100644 --- a/usr.bin/rdist/config.h +++ b/usr.bin/rdist/config.h @@ -33,7 +33,7 @@ */ /* - * $Id: config.h,v 1.2 1996/03/05 03:16:01 dm Exp $ + * $Id: config.h,v 1.3 1996/03/05 05:03:47 dm Exp $ * @(#)config.h */ @@ -65,7 +65,7 @@ * don't have the old rdist, then uncomment the "#undef" line. */ #ifndef _PATH_OLDRDIST -#define _PATH_OLDRDIST "/usr/ucb/oldrdist" /* Enable compat */ +#define _PATH_OLDRDIST "/usr/bin/oldrdist" /* Enable compat */ #endif /*#undef _PATH_OLDRDIST*/ /* Disable compat */ |