summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2007-05-24 22:04:07 +0000
committerdes <des@FreeBSD.org>2007-05-24 22:04:07 +0000
commit91a576f9b7d714b9f673f8ef822721805ea9935d (patch)
tree963b7a8894af3dfbc686fa7d5bc4a128d39e3e9e /crypto
parent34c9c7627cb1f8481f586a0cf891054f471c79a1 (diff)
downloadFreeBSD-src-91a576f9b7d714b9f673f8ef822721805ea9935d.zip
FreeBSD-src-91a576f9b7d714b9f673f8ef822721805ea9935d.tar.gz
s/X11R6/local/g
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/pathnames.h4
-rw-r--r--crypto/openssh/ssh_config.52
-rw-r--r--crypto/openssh/sshd_config.52
3 files changed, 4 insertions, 4 deletions
diff --git a/crypto/openssh/pathnames.h b/crypto/openssh/pathnames.h
index f2571e2..7b3eb1c 100644
--- a/crypto/openssh/pathnames.h
+++ b/crypto/openssh/pathnames.h
@@ -117,7 +117,7 @@
* Default location of askpass
*/
#ifndef _PATH_SSH_ASKPASS_DEFAULT
-#define _PATH_SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass"
+#define _PATH_SSH_ASKPASS_DEFAULT "/usr/local/bin/ssh-askpass"
#endif
/* Location of ssh-keysign for hostbased authentication */
@@ -127,7 +127,7 @@
/* xauth for X11 forwarding */
#ifndef _PATH_XAUTH
-#define _PATH_XAUTH "/usr/X11R6/bin/xauth"
+#define _PATH_XAUTH "/usr/local/bin/xauth"
#endif
/* UNIX domain socket for X11 server; displaynum will replace %u */
diff --git a/crypto/openssh/ssh_config.5 b/crypto/openssh/ssh_config.5
index c648cdf..dd22ccc 100644
--- a/crypto/openssh/ssh_config.5
+++ b/crypto/openssh/ssh_config.5
@@ -1046,7 +1046,7 @@ Specifies the full pathname of the
.Xr xauth 1
program.
The default is
-.Pa /usr/X11R6/bin/xauth .
+.Pa /usr/local/bin/xauth .
.El
.Sh PATTERNS
A
diff --git a/crypto/openssh/sshd_config.5 b/crypto/openssh/sshd_config.5
index 7741dca..ac95f7b 100644
--- a/crypto/openssh/sshd_config.5
+++ b/crypto/openssh/sshd_config.5
@@ -931,7 +931,7 @@ Specifies the full pathname of the
.Xr xauth 1
program.
The default is
-.Pa /usr/X11R6/bin/xauth .
+.Pa /usr/local/bin/xauth .
.El
.Sh TIME FORMATS
.Xr sshd 8
OpenPOWER on IntegriCloud