Your message dated Sat, 10 Sep 2005 14:27:03 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#322957: install .bash_logout with clear'ing the screen 
before logout by default
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Aug 2005 19:01:02 +0000
>From [EMAIL PROTECTED] Sat Aug 13 12:01:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from (localhost.localdomain) [82.160.30.103] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E41Fb-0007fW-00; Sat, 13 Aug 2005 12:01:02 -0700
Received: from miernik by localhost.localdomain with local (Exim 4.52)
        id 1E41F4-0001LE-VN; Sat, 13 Aug 2005 21:00:27 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Miernik <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: install .bash_logout with clear'ing the screen before logout by default
X-Mailer: reportbug 3.15
Date: Sat, 13 Aug 2005 21:00:26 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: bash
Version: 3.0-15
Severity: wishlist

I suggest to include a file /etc/skel/.bash_logout with:

case "`tty`" in
    /dev/tty[0-9]) clear
esac

to clear the screen before user logs out by default.
I think it's very nice, and I think it should be there by default.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages bash depends on:
ii  base-files                    3.1.6      Debian base system miscellaneous f
ii  libc6                         2.3.5-3    GNU C Library: Shared libraries an
ii  libncurses5                   5.4-9      Shared libraries for terminal hand
ii  passwd                        1:4.0.3-39 change and administer password and

bash recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 322957-done) by bugs.debian.org; 10 Sep 2005 12:27:10 +0000
>From [EMAIL PROTECTED] Sat Sep 10 05:27:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EE4Rq-00015k-00; Sat, 10 Sep 2005 05:27:10 -0700
Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13])
        by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id OAA19576;
        Sat, 10 Sep 2005 14:27:07 +0200 (MEST)
Received: from localhost (localhost [127.0.0.1])
        by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 7AF37FD4B;
        Sat, 10 Sep 2005 14:27:07 +0200 (MEST)
Received: from mailhost.cs.tu-berlin.de ([127.0.0.1])
 by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP
 id 24108-36; Sat, 10 Sep 2005 14:27:04 +0200 (MEST) 11331
Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1])
        by mailhost.cs.tu-berlin.de (Postfix) with ESMTP;
        Sat, 10 Sep 2005 14:27:04 +0200 (MEST)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id j8ACR45Z021919;
        Sat, 10 Sep 2005 14:27:04 +0200 (MEST)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 10 Sep 2005 14:27:03 +0200
To: Justin Pryzby <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED]
Cc: Miernik <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#322957: install .bash_logout with clear'ing the screen before 
logout by default
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid
X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
        VALID_BTS_CONTROL autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

tags 322957 + wontfix
thanks

closing this as wontfix. As pointed out, that should be done in a more
general way. See #117701, #63025, #72327, #83609.

Justin Pryzby writes:
> On Sat, Aug 13, 2005 at 09:00:26PM +0200, Miernik wrote:
> > Package: bash
> > Version: 3.0-15
> > Severity: wishlist
> > 
> > I suggest to include a file /etc/skel/.bash_logout with:
> > 
> > case "`tty`" in
> >     /dev/tty[0-9]) clear
> > esac
> > 
> > to clear the screen before user logs out by default.
> > I think it's very nice, and I think it should be there by default.
> Agree, here, I typically echo clear >~/.bash_logout a few times before
> a machines feels like home.
> 
> Justin


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

Reply via email to