Accepting request 298181 from home:michalsrb:branches:X11:XOrg
- u_syslog.patch, vnc.xinetd * Add logging to syslog. OBS-URL: https://build.opensuse.org/request/show/298181 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=56
This commit is contained in:
@@ -10,7 +10,7 @@ service vnc1
|
||||
wait = no
|
||||
user = nobody
|
||||
server = /usr/bin/Xvnc
|
||||
server_args = -noreset -inetd -once -query localhost -geometry 1024x768 -securitytypes none
|
||||
server_args = -noreset -inetd -once -query localhost -geometry 1024x768 -securitytypes none -log *:syslog:30
|
||||
disable = yes
|
||||
}
|
||||
# default: off
|
||||
@@ -25,7 +25,7 @@ service vnc2
|
||||
wait = no
|
||||
user = nobody
|
||||
server = /usr/bin/Xvnc
|
||||
server_args = -noreset -inetd -once -query localhost -geometry 1280x1024 -securitytypes none
|
||||
server_args = -noreset -inetd -once -query localhost -geometry 1280x1024 -securitytypes none -log *:syslog:30
|
||||
disable = yes
|
||||
}
|
||||
# default: off
|
||||
@@ -40,7 +40,7 @@ service vnc3
|
||||
wait = no
|
||||
user = nobody
|
||||
server = /usr/bin/Xvnc
|
||||
server_args = -noreset -inetd -once -query localhost -geometry 1600x1200 -securitytypes none
|
||||
server_args = -noreset -inetd -once -query localhost -geometry 1600x1200 -securitytypes none -log *:syslog:30
|
||||
disable = yes
|
||||
}
|
||||
# default: off
|
||||
|
Reference in New Issue
Block a user