From 9b8b27aa88591de1189eef2d1b247370bfbd103f Mon Sep 17 00:00:00 2001 From: Mike Karels Date: Sun, 26 Aug 1990 21:11:53 -0800 Subject: [PATCH] /usr/local => /usr/local/bin SCCS-vsn: usr.bin/sccs/pathnames.h 5.3 --- usr/src/usr.bin/sccs/pathnames.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.bin/sccs/pathnames.h b/usr/src/usr.bin/sccs/pathnames.h index 1230f30f72..f9ef29f3c4 100644 --- a/usr/src/usr.bin/sccs/pathnames.h +++ b/usr/src/usr.bin/sccs/pathnames.h @@ -4,11 +4,11 @@ * * %sccs.include.redist.c% * - * @(#)pathnames.h 5.2 (Berkeley) %G% + * @(#)pathnames.h 5.3 (Berkeley) %G% */ #include -#define PROGPATH(name) "/usr/local/name" +#define PROGPATH(name) "/usr/local/bin/name" #undef _PATH_TMP #define _PATH_TMP "/tmp/sccsXXXXX" -- 2.20.1