diff options
| author | Neel Chauhan <nc@FreeBSD.org> | 2022-02-04 16:49:26 -0800 |
|---|---|---|
| committer | Neel Chauhan <nc@FreeBSD.org> | 2022-02-04 16:49:26 -0800 |
| commit | 85f832623ad8269c0e53f79093eee19267aaa3e6 (patch) | |
| tree | 7f399194183c615434c7000424f43c32c558198c /x11/gdm/files/patch-data_PostSession.in | |
| parent | www/firefox: depends on libXtst for the new libwebrtc (diff) | |
x11/gdm: Use /usr/sbin/chown, not /sbin/chown in Xsession patches
Diffstat (limited to 'x11/gdm/files/patch-data_PostSession.in')
| -rw-r--r-- | x11/gdm/files/patch-data_PostSession.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm/files/patch-data_PostSession.in b/x11/gdm/files/patch-data_PostSession.in index a7d5626f8e1c..bcb06fbdcc99 100644 --- a/x11/gdm/files/patch-data_PostSession.in +++ b/x11/gdm/files/patch-data_PostSession.in @@ -5,10 +5,10 @@ +# /usr/local/usr/local/usr/local/usr/local/usr/local/usr/local/usr/local/etc/X11/xenodm/TakeConsole, fbtab(5) +if [ -c /dev/dri/card0 ]; then -+ /sbin/chown root /dev/dri/card0 ++ /usr/sbin/chown root /dev/dri/card0 +fi +if [ -c /dev/dri/renderD128 ]; then -+ /sbin/chown root /dev/dri/renderD128 ++ /usr/sbin/chown root /dev/dri/renderD128 +fi + exit 0 |
