[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    Bug#1857: marked as done (kde.csh fix)
From:       owner () max ! tat ! physik ! uni-tuebingen ! de (Stephan Kulow)
Date:       1999-08-30 19:18:00
[Download RAW message or body]

Your message dated Mon, 30 Aug 1999 21:08:20 +0200
with message-id <37CAD6A4.BDD8364C@caldera.de>
and subject line Bug#1857: kde.csh fix
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'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 30 Aug 1999 18:56:20 +0000
From sheyn@cs.bu.edu Mon Aug 30 20:56:20 1999
Received: from CS.BU.EDU ([128.197.10.2]:30089 "EHLO cs.bu.edu")
	by max.tat.physik.uni-tuebingen.de with ESMTP id <S743001AbPH3S4H>;
	Mon, 30 Aug 1999 20:56:07 +0200
Received: from csa.bu.edu (sheyn@csa [128.197.12.3])
	by cs.bu.edu ((8.8.8.buoit.v1.0)/8.8.8/(BU-S-10/16/98-v1.0a)) with ESMTP id OAA23859
	for <submit@bugs.kde.org>; Mon, 30 Aug 1999 14:55:53 -0400 (EDT)
From:   Igor Sheyn <sheyn@cs.bu.edu>
Received: (from sheyn@localhost)
	by csa.bu.edu (8.8.5/8.8.5/(BU-C-02/10/97-v1.0)) id OAA18614
	for submit@bugs.kde.org; Mon, 30 Aug 1999 14:55:51 -0400 (EDT)
Date:   Mon, 30 Aug 1999 14:55:51 -0400 (EDT)
Message-Id: <199908301855.OAA18614@csa.bu.edu>
To:     submit@bugs.kde.org
Subject: kde.csh fix
Return-Path: <sheyn@cs.bu.edu>
X-Orcpt: rfc822;submit@bugs.kde.org

Package: kdesupport
Version: 1.1.1

The following patch is needed for a user with /bin/tcsh
as a login shell to log in from console or through telnet
 without errors:

--- /etc/profile.d/kde.csh~     Mon Aug 30 14:49:20 1999
+++ /etc/profile.d/kde.csh      Mon Aug 30 14:49:42 1999
@@ -5,8 +5,8 @@
          endif
 endif
 setenv KDEDIR /usr
-kdepath="${KDEDIR}/bin"
-if ( echo ${PATH} | grep -q ${kdepath} ) then
+set kdepath="${KDEDIR}/bin"
+if ( `echo ${PATH} | grep -q ${kdepath}` ) then
   exit
 endif

Without this patch, the following error is displayed
and the rest of login scripts is not executed:

kdepath=/usr/bin: Command not found.
kdepath: Undefined variable.

Thanks

Igor

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic