Chalonec Roger wrote:
What did you do to the file?
Added the line VNCSERVERS="1:apeery 2:bpeery".
If you read the /etc/init.d/vncservers script, there's a section (on my redhat 8 box, the one that is turned on at home) that reads the single significant line from that file into the script (via the "." in the second line below). Then it starts a loop for each value found, starting a VNC server session for each one.
VNCSERVERS="" [ -f /etc/sysconfig/vncservers ] && . /etc/sysconfig/vncservers
prog=$"VNC server"
start() { echo -n $"Starting $prog: " ulimit -S -c 0 >/dev/null 2>&1 RETVAL=0 for display in ${VNCSERVERS} do
Alan -- Alan Peery peery@xxxxxx