bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

auto-logout does not call .bash_logout


From: Kurt V. Hindenburg
Subject: auto-logout does not call .bash_logout
Date: Tue, 16 Jul 2002 09:08:45 -0500 (EST)

Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: i686-pc-linux-gnu-gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu'
-DCONF_VENDOR='pc'
-DSHELL -DHAVE_CONFIG_H   -I.  -I. -I./include -I./lib -march=i686 -O3 -pipe
uname output: Linux rachael.iquest.net 2.4.19-gentoo-r5 #1 Thu Jul 4
12:50:24 EST
2002 i686 AuthenticAMD
Machine Type: i686-pc-linux-gnu

Bash Version: 2.05a
Patch Level: 0
Release Status: release

Description:
 When using TMOUT variable and the user is auto-logout, ~/.bash_logout is
 not executed.


Repeat-By:
        % cat ~./bash_logout
        clear
        % echo $TMOUT
        600

        Wait til auto-logout, clear is not executed.

Fix:
        Have the 'auto-logout' be identical to 'logout' which calls
~./bash_logout







reply via email to

[Prev in Thread] Current Thread [Next in Thread]