/usr/bin/oldrdist, not /usr/ucb...
authordm <dm@openbsd.org>
Tue, 5 Mar 1996 05:03:47 +0000 (05:03 +0000)
committerdm <dm@openbsd.org>
Tue, 5 Mar 1996 05:03:47 +0000 (05:03 +0000)
usr.bin/rdist/config.h

index 26a9b8b..af5e3bc 100644 (file)
@@ -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 */