Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 406090 Details for
Bug 552048
net-misc/tigervnc per user VNC_OPTS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix bash errors expanding $usrvar
VNC_OPTS_user.patch (text/plain), 472 bytes, created by
T-Dawg
on 2015-07-02 21:24:56 UTC
(
hide
)
Description:
fix bash errors expanding $usrvar
Filename:
MIME Type:
Creator:
T-Dawg
Created:
2015-07-02 21:24:56 UTC
Size:
472 bytes
patch
obsolete
>--- /tmp/tigervnc 2015-07-02 17:08:45.017410986 -0400 >+++ /etc/init.d/tigervnc 2015-07-02 17:10:03.518688917 -0400 >@@ -41,7 +41,7 @@ > usropts=VNC_OPTS_${usrname} > usrdisp=${user##*:} > usrvar=$usropts"["$usrdisp"]" >- [ -z ${!usrvar} ] && vnc_opts=$VNC_OPTS || vnc_opts=${!usrvar} >+ [ -z "${!usrvar}" ] && vnc_opts=$VNC_OPTS || vnc_opts=${!usrvar} > > # A user may have an invalid shell, so we default to /bin/sh if its the case > if [ -x /usr/bin/getent ] ; 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 552048
:
405110
| 406090