[evoke] r1236 committed - * Add 'autologin', this is a shim to support automated execution on us...

2 views
Skip to first unread message

codesite...@google.com

unread,
Sep 3, 2009, 7:32:54 PM9/3/09
to evoke-...@googlegroups.com
Revision: 1236
Author: heliocentric
Date: Thu Sep 3 16:28:27 2009
Log: * Add 'autologin', this is a shim to support automated execution on
user login, that will eventually be replaced. It is needed for the
standalone boot server.

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}

Reply all
Reply to author
Forward
0 new messages