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

Bug#221804: marked as done (licq: patch for wrapper script)



Your message dated Thu, 27 May 2004 22:36:29 +0200
with message-id <200405272236.29852.peter_e@gmx.net>
and subject line Licq bug closed
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; 20 Nov 2003 05:07:58 +0000
>From tconnors@astro.swin.edu.au Wed Nov 19 23:07:52 2003
Return-path: <tconnors@astro.swin.edu.au>
Received: from c3p0.cc.swin.edu.au (swin.edu.au) [136.186.1.30] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AMh2j-00053J-00; Wed, 19 Nov 2003 23:07:49 -0600
Received: from scuzzie.home (dhcp24-155.bsee.swin.edu.au [136.186.24.155])
	by swin.edu.au (8.9.3p2-20030918/8.9.3) with ESMTP id QAA648088;
	Thu, 20 Nov 2003 16:07:47 +1100 (EST)
Received: from tconnors by scuzzie.home with local (Exim 3.36 #1 (Debian))
	id 1AMh2g-0000hH-00; Thu, 20 Nov 2003 16:07:46 +1100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Tim Connors <tconnors@astro.swin.edu.au>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: licq: patch for wrapper script
X-Mailer: reportbug 2.36
Date: Thu, 20 Nov 2003 16:07:46 +1100
Message-Id: <E1AMh2g-0000hH-00@scuzzie.home>
Sender: Tim Connors <tconnors@scuzzie>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-7.9 required=4.0
	tests=HAS_PACKAGE,PATCH_UNIFIED_DIFF
	autolearn=ham version=2.53-bugs.debian.org_2003_11_15
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_15 (1.174.2.15-2003-03-30-exp)

Package: licq
Version: 1.2.7-5
Severity: normal
Tags: patch


I'm guessing the wrapper script is just an interim measure, but still,
nice to include this patch:

The problem is that you leave an extra process around, which is
untidy, and breaks command completion if I want to do something fancy
like
`killall li<TAB>`

--- licq.old    2003-11-11 06:55:54.000000000 +1100
+++ licq        2003-11-20 16:04:47.000000000 +1100
@@ -1,2 +1,2 @@
 #!/bin/sh
-LD_PRELOAD=/usr/lib/libqt-mt.so.3 /usr/bin/licq.real "$@"
+LD_PRELOAD=/usr/lib/libqt-mt.so.3 exec /usr/bin/licq.real "$@"


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux scuzzie 2.4.22 #1 Wed Nov 12 21:06:39 EST 2003 i686
Locale: LANG=en_AU, LC_CTYPE=en_AU

Versions of packages licq depends on:
ii  libc6                       2.3.2.ds1-10 GNU C Library: Shared libraries an
ii  libgcc1                     1:3.3.2-4    GCC support library
ii  libssl0.9.7                 0.9.7c-5     SSL shared libraries
ii  libstdc++5                  1:3.3.2-4    The GNU Standard C++ Library v3
ii  licq-plugin-qt [licq-plugin 1.2.7-5      Graphical front-end plugin for LIC

-- no debconf information


---------------------------------------
Received: (at 221804-done) by bugs.debian.org; 27 May 2004 20:37:02 +0000
>From peter_e@gmx.net Thu May 27 13:37:02 2004
Return-path: <peter_e@gmx.net>
Received: from mail.gmx.net [213.165.64.20] 
	by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
	id 1BTRcc-0003B4-00; Thu, 27 May 2004 13:37:02 -0700
Received: (qmail 24311 invoked by uid 65534); 27 May 2004 20:36:30 -0000
Received: from dsl-082-082-232-006.arcor-ip.net (EHLO colt.pezone.net) (82.82.232.6)
  by mail.gmx.net (mp002) with SMTP; 27 May 2004 22:36:30 +0200
X-Authenticated: #495269
From: Peter Eisentraut <peter_e@gmx.net>
To: 221804-done@bugs.debian.org
Subject: Licq bug closed
Date: Thu, 27 May 2004 22:36:29 +0200
User-Agent: KMail/1.5.1
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200405272236.29852.peter_e@gmx.net>
Delivered-To: 221804-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This bug was fixed in upload licq 1.2.7-6 but was apparently not closed 
automatically.



Reply to: