perl-5.22
Last change
on this file since f9ce31e was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100755
|
File size:
339 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | #!/bin/bash |
---|
| 2 | source /etc/rdesktop.conf |
---|
| 3 | export DISPLAY=:0 |
---|
| 4 | |
---|
| 5 | #exit if X is not up yet |
---|
| 6 | netstat -nap | grep LISTEN | grep :6000 || exit 1 |
---|
| 7 | |
---|
| 8 | killall -9 xv |
---|
| 9 | xv -root -max -smooth /etc/splash/S/800x600.jpg -viewonly & |
---|
| 10 | if ! rdesktop $HOST -f -x l -P; then |
---|
| 11 | xmessage -center "Cannot connect to terminal server at $HOST. Press OK to try again" |
---|
| 12 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.