summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/ltsp/files/Xsetup_workstation')
-rw-r--r--net-misc/ltsp/files/Xsetup_workstation18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-misc/ltsp/files/Xsetup_workstation b/net-misc/ltsp/files/Xsetup_workstation
new file mode 100644
index 000000000000..112f83c2538c
--- /dev/null
+++ b/net-misc/ltsp/files/Xsetup_workstation
@@ -0,0 +1,18 @@
+#!/bin/sh
+## LTS-begin ##
+
+#
+# The lines between the 'LTS-begin' and the 'LTS-end' were added
+# on: Mon Jan 21 21:40:50 CST 2002 by the ltsp installation script.
+# For more information, visit the ltsp homepage
+# at http://www.ltsp.org
+#
+
+/usr/X11R6/bin/xsetroot -solid "#356390"
+if [ -x /usr/bin/xsri ]; then
+ /usr/bin/xsri -geometry +5+5 -avoid 300x250 -keep-aspect \
+ /etc/X11/xdm/ltsp.gif
+fi
+
+## LTS-end ##
+