> sure, i agree. > I am working on it. > i have never compiled anything from scratch. portage takes care of that in > gentoo. > here is my modified autologin script. it does not work. it takes me to > gmail.com but wont log me in. do you see anything wrong?
You'll have to find out what POST arguments gmail uses for passing login details, for the -d email=$name parts. You can check by examining the html form data on gmail's login page. Also, I think it'd be wiser to use https instead of http.