diff options
author | peter <peter@FreeBSD.org> | 2000-02-25 04:41:06 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-02-25 04:41:06 +0000 |
commit | 8e4001f110a1d606772d3c9b1a007a59957470e1 (patch) | |
tree | 19136bd7140908969f0e52dfaa80dca9acdf9b72 /crypto | |
parent | d28a31c2207431c46c05d0ed9a5ba147af01c0e9 (diff) | |
download | FreeBSD-src-8e4001f110a1d606772d3c9b1a007a59957470e1.zip FreeBSD-src-8e4001f110a1d606772d3c9b1a007a59957470e1.tar.gz |
Fix garbage in SSH_PROGRAM (only on freefall, not internat)
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/ssh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/ssh.h b/crypto/openssh/ssh.h index e2cc7be..d72b017 100644 --- a/crypto/openssh/ssh.h +++ b/crypto/openssh/ssh.h @@ -79,7 +79,7 @@ #define SERVER_CONFIG_FILE ETCDIR "/sshd_config" #define HOST_CONFIG_FILE ETCDIR "/ssh_config" -#define SSH_PROGRAM "/usrn1G/bin/ssh" +#define SSH_PROGRAM "/usr/bin/ssh" /* * The process id of the daemon listening for connections is saved here to |