summaryrefslogtreecommitdiff
path: root/usr.bin/rsh/pathnames.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-01-17 22:42:51 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-01-17 22:42:51 +0000
commitdbc151bb711b1d87efc2d1d07ba2dd45a6a6f28d (patch)
treef5c21cefca30425931f2f2a239f9fa021501d900 /usr.bin/rsh/pathnames.h
parenta69204284f32ec9c2eca152d796f360fc7cba7f5 (diff)
Add _PATH_SSH, remove the rest
Diffstat (limited to 'usr.bin/rsh/pathnames.h')
-rw-r--r--usr.bin/rsh/pathnames.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/rsh/pathnames.h b/usr.bin/rsh/pathnames.h
index 40da4a9249c..808db106a09 100644
--- a/usr.bin/rsh/pathnames.h
+++ b/usr.bin/rsh/pathnames.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pathnames.h,v 1.4 2003/06/03 02:56:15 millert Exp $ */
+/* $OpenBSD: pathnames.h,v 1.5 2004/01/17 22:42:50 millert Exp $ */
/*
* Copyright (c) 1989 The Regents of the University of California.
@@ -31,5 +31,4 @@
* from: @(#)pathnames.h 5.2 (Berkeley) 4/9/90
*/
-#define _PATH_RLOGIN "/usr/bin/rlogin"
-#define _PATH_TELNET "/usr/bin/telnet"
+#define _PATH_SSH "/usr/bin/ssh"