Thomas Glanzmann ([EMAIL PROTECTED]) said:
> before the last update specifing 'shell -/bin/bash' in my .screenrc gave me
> login shells (this happens also if I compile screen by myself). With current
> available screen package for testing, it doesn't work anylonger and I have to
> specify manual that screen should spawn login shells:
> 
>         screen -t l5  5 /bin/bash --login
> 
> which is very annoying when I want to create a new window with a login shell,
> which I want all the time.

I can't reproduce this.

    ~% cat .screenrc
    shell -/bin/bash
    ~% cat .bash_login
    echo this is a login shell

and when I run screen I get:

    this is a login shell
    [EMAIL PROTECTED]:~$ 

What does ps say about the bash process that is spawned by screen?

It should be listed as -/bin/bash.

-- 
Adam Lazur


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to