use path-less names for ssh, samterm.

let execvp sort it out.
This commit is contained in:
rsc 2003-11-23 17:51:03 +00:00
parent e6c4346b50
commit 5b6dcaf404

View file

@ -21,7 +21,7 @@ static Rune r3[] = {'\'', '"', '`', 0};
Rune *right[]= { r1, r2, r3, 0}; Rune *right[]= { r1, r2, r3, 0};
#ifndef SAMTERMNAME #ifndef SAMTERMNAME
#define SAMTERMNAME "/usr/local/plan9/bin/samterm" #define SAMTERMNAME "samterm"
#endif #endif
#ifndef TMPDIRNAME #ifndef TMPDIRNAME
#define TMPDIRNAME "/tmp" #define TMPDIRNAME "/tmp"
@ -36,7 +36,7 @@ Rune *right[]= { r1, r2, r3, 0};
#define RXNAME "ssh" #define RXNAME "ssh"
#endif #endif
#ifndef RXPATHNAME #ifndef RXPATHNAME
#define RXPATHNAME "/usr/local/bin/ssh" #define RXPATHNAME "ssh"
#endif #endif
#ifndef SAMSAVECMDNAME #ifndef SAMSAVECMDNAME
#define SAMSAVECMDNAME "/bin/sh\n/usr/local/plan9/bin/samsave" #define SAMSAVECMDNAME "/bin/sh\n/usr/local/plan9/bin/samsave"