http://code.google.com/p/evoke/source/detail?r=1236
Modified:
/trunk/share/bin/systart
=======================================
--- /trunk/share/bin/systart Mon Aug 31 18:39:52 2009
+++ /trunk/share/bin/systart Thu Sep 3 16:28:27 2009
@@ -452,5 +452,9 @@
esac
cd /
-tcsh
+if [ -x "${EVOKE_CURUSER}/autologin" ] ; then
+ "${EVOKE_CURUSER}/autologin"
+else
+ tcsh
+fi
userconfig logout ${EVOKE_CURUSER}