Bugzilla – Attachment 132 Details for
Bug 338
X11 forwarding no longer works after upgrading from 2.9.9p2 to 3.4p1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for autoconf 2.53 PATH problems
xauth.patch (text/plain), 996 bytes, created by
Tim Rice
on 2002-07-17 14:44:07 AEST
(
hide
)
Description:
fix for autoconf 2.53 PATH problems
Filename:
MIME Type:
Creator:
Tim Rice
Created:
2002-07-17 14:44:07 AEST
Size:
996 bytes
patch
obsolete
>--- configure.ac.old Sun Jul 14 13:36:50 2002 >+++ configure.ac Tue Jul 16 18:07:14 2002 >@@ -1818,7 +1818,12 @@ > fi > ], > [ >- AC_PATH_PROG(xauth_path, xauth,,$PATH:/usr/X/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/openwin/bin) >+ TestPath="$PATH" >+ TestPath="${TestPath}${PATH_SEPARATOR}/usr/X/bin" >+ TestPath="${TestPath}${PATH_SEPARATOR}/usr/bin/X11" >+ TestPath="${TestPath}${PATH_SEPARATOR}/usr/X11R6/bin" >+ TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin" >+ AC_PATH_PROG(xauth_path, xauth, , $TestPath) > if (test ! -z "$xauth_path" && test -x "/usr/openwin/bin/xauth") ; then > xauth_path="/usr/openwin/bin/xauth" > fi >@@ -1872,7 +1877,8 @@ > ] > ) > if test -z "$MANTYPE"; then >- AC_PATH_PROGS(NROFF, nroff awf, /bin/false, /usr/bin:/usr/ucb) >+ TestPath="/usr/bin${PATH_SEPARATOR}/usr/ucb" >+ AC_PATH_PROGS(NROFF, nroff awf, /bin/false, $TestPath) > if ${NROFF} -mdoc ${srcdir}/ssh.1 >/dev/null 2>&1; then > MANTYPE=doc > elif ${NROFF} -man ${srcdir}/ssh.1 >/dev/null 2>&1; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 338
: 132