summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-05-22 15:44:29 +0000
committerjmallett <jmallett@FreeBSD.org>2002-05-22 15:44:29 +0000
commit26ab0525a8e9ca47065ee7ecf7f20f4801cf7e46 (patch)
tree908af988a52de22db42184efe2b29ab317cbada6 /usr.bin
parenta743481874ce384bc57c84574361b94b99991ee8 (diff)
downloadFreeBSD-src-26ab0525a8e9ca47065ee7ecf7f20f4801cf7e46.zip
FreeBSD-src-26ab0525a8e9ca47065ee7ecf7f20f4801cf7e46.tar.gz
Use what(1) here, in /usr/bin/what. It doesn't print error 26 correctly, but
neither does the pd sccs(1) implementation I have around, so there's no loss for now.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/sccs/pathnames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sccs/pathnames.h b/usr.bin/sccs/pathnames.h
index d3fbe91..35ffef3 100644
--- a/usr.bin/sccs/pathnames.h
+++ b/usr.bin/sccs/pathnames.h
@@ -47,6 +47,6 @@
#define _PATH_SCCSPRT "/usr/local/bin/prt"
#define _PATH_SCCSRMDEL "/usr/local/bin/rmdel"
#define _PATH_SCCSVAL "/usr/local/bin/val"
-#define _PATH_SCCSWHAT "/usr/local/bin/what"
+#define _PATH_SCCSWHAT "/usr/bin/what"
#undef _PATH_TMP
#define _PATH_TMP "/tmp/sccsXXXXX"
OpenPOWER on IntegriCloud