Hi, On Tue, Sep 12 2000 at 14:04 -0500, jkreps@rev.state.ne.us wrote:
I have a shell script, bbs_login, that I currently have set to that ./bashrc calles in in the user account when they dialin. I'm using mgetty. When the option to quit is chosen the bbs_login scripts quits, as it should. What i would really like to have happen is that the user is logged OUT of their account, back to the login screen.
You can start bbs_login from ~/.profile with exec: ... exec bbs_login This way the shell process is replaced by the bbs_login process and as soon as that exits the user will be logged out. Ciao, Stefan -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq