moved rdist to /usr/ucb
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Fri, 1 Mar 1985 06:40:51 +0000 (22:40 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Fri, 1 Mar 1985 06:40:51 +0000 (22:40 -0800)
SCCS-vsn: usr.bin/rdist/Makefile 4.8
SCCS-vsn: usr.bin/rdist/docmd.c 4.25

usr/src/usr.bin/rdist/Makefile
usr/src/usr.bin/rdist/docmd.c

index 368fe93..2bc476a 100644 (file)
@@ -1,6 +1,6 @@
-#      Makefile        4.7     84/12/06
+#      Makefile        4.8     85/02/28
 
 
-RDIST = /usr/local/rdist
+RDIST = /usr/ucb/rdist
 DESTDIR=
 SRCS = docmd.c expand.c gram.y lookup.c main.c server.c
 OBJS = docmd.o expand.o gram.o lookup.o main.o server.o
 DESTDIR=
 SRCS = docmd.c expand.c gram.y lookup.c main.c server.c
 OBJS = docmd.o expand.o gram.o lookup.o main.o server.o
index 1d8aa99..37ef3f7 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)docmd.c     4.24 (Berkeley) 85/02/05";
+static char *sccsid = "@(#)docmd.c     4.25 (Berkeley) 85/02/28";
 #endif
 
 #include "defs.h"
 #include <setjmp.h>
 
 #ifndef RDIST
 #endif
 
 #include "defs.h"
 #include <setjmp.h>
 
 #ifndef RDIST
-#define RDIST "/usr/local/rdist"
+#define RDIST "/usr/ucb/rdist"
 #endif
 
 FILE   *lfp;                   /* log file for recording files updated */
 #endif
 
 FILE   *lfp;                   /* log file for recording files updated */