summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordm <dm@cvs.openbsd.org>1996-03-05 05:03:48 +0000
committerdm <dm@cvs.openbsd.org>1996-03-05 05:03:48 +0000
commit8f13c46875714a7d059aa791e8b0bed745af8b85 (patch)
tree10af79b6dfe705296aa14e986096e1b2ba473d7f
parent80c7561d8bb4f83d4fea6402cd56006c77be1f5b (diff)
/usr/bin/oldrdist, not /usr/ucb...
-rw-r--r--usr.bin/rdist/config.h4
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 */