FreeBSD Bugzilla – Attachment 247524 Details for
Bug 276194
net/x11vnc: fails with -auth argument
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch file to fix -auth parsing in src/ssltools.h
patch-src_ssltools.h (text/plain), 654 bytes, created by
gdinolt
on 2024-01-08 05:28:49 UTC
(
hide
)
Description:
Patch file to fix -auth parsing in src/ssltools.h
Filename:
MIME Type:
Creator:
gdinolt
Created:
2024-01-08 05:28:49 UTC
Size:
654 bytes
patch
obsolete
>--- src/ssltools.h.orig 2019-01-05 13:22:11 UTC >+++ src/ssltools.h >@@ -1057,7 +1057,7 @@ char find_display[] = > "#\n" > "if [ \"X$FD_XDM\" != \"X\" ]; then\n" > " list=\"\"\n" >-" for pair in `echo \"$psout\" | grep '/X.* :[0-9][0-9]* .*-auth' | egrep -v 'startx|xinit' | sed -e 's,^.*/X.* \\(:[0-9][0-9]*\\) .* -auth \\([^ ][^ ]*\\).*$,\\1\\,\\2,' | sort -u`\n" >+" for pair in `echo \"$psout\" | grep '/X.* :[0-9][0-9]* .*-auth' | egrep -v 'startx|xinit' | sed -e 's,^.*/X.* \\(:[0-9][0-9]*\\).*-auth \\([^ ][^ ]*\\).*$,\\1\\,\\2,' | sort -u`\n" > " do\n" > " da=`echo \"$pair\" | awk -F, '{print $1}'`\n" > " xa=`echo \"$pair\" | awk -F, '{print $2}'`\n"
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 Raw
Actions:
View
Attachments on
bug 276194
: 247524