s/X11R6/local/g

This commit is contained in:
Dag-Erling Smørgrav 2007-05-24 22:04:07 +00:00
parent 8cbe72bdb7
commit ffea3f5a05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169966
3 changed files with 4 additions and 4 deletions

View File

@ -117,7 +117,7 @@
* Default location of askpass * Default location of askpass
*/ */
#ifndef _PATH_SSH_ASKPASS_DEFAULT #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 #endif
/* Location of ssh-keysign for hostbased authentication */ /* Location of ssh-keysign for hostbased authentication */
@ -127,7 +127,7 @@
/* xauth for X11 forwarding */ /* xauth for X11 forwarding */
#ifndef _PATH_XAUTH #ifndef _PATH_XAUTH
#define _PATH_XAUTH "/usr/X11R6/bin/xauth" #define _PATH_XAUTH "/usr/local/bin/xauth"
#endif #endif
/* UNIX domain socket for X11 server; displaynum will replace %u */ /* UNIX domain socket for X11 server; displaynum will replace %u */

View File

@ -1046,7 +1046,7 @@ Specifies the full pathname of the
.Xr xauth 1 .Xr xauth 1
program. program.
The default is The default is
.Pa /usr/X11R6/bin/xauth . .Pa /usr/local/bin/xauth .
.El .El
.Sh PATTERNS .Sh PATTERNS
A A

View File

@ -931,7 +931,7 @@ Specifies the full pathname of the
.Xr xauth 1 .Xr xauth 1
program. program.
The default is The default is
.Pa /usr/X11R6/bin/xauth . .Pa /usr/local/bin/xauth .
.El .El
.Sh TIME FORMATS .Sh TIME FORMATS
.Xr sshd 8 .Xr sshd 8