From 64451c6097617c10e960a50a563e082529e66f81 Mon Sep 17 00:00:00 2001 From: dm Date: Tue, 5 Mar 1996 05:03:47 +0000 Subject: [PATCH] /usr/bin/oldrdist, not /usr/ucb... --- usr.bin/rdist/config.h | 4 ++-- 1 file 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 */ -- 2.20.1