[Bug 267606] x11-drivers/xf86-video-nv: Segmentation Fault post update from 1.20.14,1 to 21.1.4

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 29 Dec 2022 21:38:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267606

--- Comment #16 from Sergiy <Black_N@ukr.net> ---
(In reply to Gary Jennejohn from comment #14)
I have
root@T0SHA:/home/Black_N # file /usr/local/bin/Xorg
/usr/local/bin/Xorg: POSIX shell script, ASCII text executable
root@T0SHA:/home/Black_N # cat /usr/local/bin/Xorg
#!/bin/sh
#
# Execute Xorg.wrap if it exists otherwise execute Xorg directly.
# This allows distros to put the suid wrapper in a separate package.

basedir="/usr/local/libexec"
if [ -x "$basedir"/Xorg.wrap ]; then
        exec "$basedir"/Xorg.wrap "$@"
else
        exec "$basedir"/Xorg "$@"
fi

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.