Starting Xsun at login with shell

From: Michael Keplinger (mkepling@redwood.rsc.raytheon.com)
Date: Thu Dec 04 2003 - 09:31:57 EST


I have a remote site that I want to solely be used to vnc back to another
site. I have created a script (which is the users shell) that starts Xsun in
the background and then launches the vncsession.

This works however since I am on the console, I am getting all the output over
my session. I can't figure out a way around this. any ideas? help?

here is my user's shell

#!/bin/sh

REMOTESITE=remotesite # remote workstation name

/usr/openwin/bin/Xsun :0 &
DISPLAY=:0.0
export DISPLAY
/cots/vnc_3.3.3/vncviewer -depth 24 ${REMOTESITE}:50
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:27:37 EDT