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

Bug#47560: marked as forwarded (libc6: calling binary /usr/etc/keyenvoy [PATCH])



Your message dated Tue, 19 Oct 1999 16:35:56 -0700
with message-id <v04205500b42e8c058d20@[206.163.71.146]>
and subject line Fwd: Bug#47560: libc6: calling binary /usr/etc/keyenvoy [PATCH]
has caused the Debian Bug report #47560,
regarding libc6: calling binary /usr/etc/keyenvoy [PATCH]
to be marked as having been forwarded to the upstream software
author(s) libc-alpha@sourceware.cygnus.com.

(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.)

Darren Benham
(administrator, Debian Bugs database)

Received: (at submit) by bugs.debian.org; 16 Oct 1999 14:33:07 +0000
Received: (qmail 4264 invoked from network); 16 Oct 1999 14:33:06 -0000
Received: from nz40.rz.uni-karlsruhe.de (HELO mailgate.rz.uni-karlsruhe.de) (129.13.197.4)
  by master.debian.org with SMTP; 16 Oct 1999 14:33:06 -0000
Received: from bowmore.whisky.home (mail@isdn216-39.rz.uni-karlsruhe.de [129.13.216.39])
	by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.02 #2)
	id 11cUsv-0005LI-00; Sat, 16 Oct 1999 16:32:38 +0200
Received: from macallan.whisky.home [192.168.1.2] (mail)
	by bowmore.whisky.home with esmtp (Exim 2.11 #1 (Debian))
	id 11cTir-0003lF-00; Sat, 16 Oct 1999 15:18:09 +0200
Received: from mf by macallan.whisky.home with local (Exim 3.03 #1 (Debian))
	id 11cTir-0005qt-00; Sat, 16 Oct 1999 15:18:09 +0200
From: michael.feger@gmx.de
Subject: libc6: calling binary /usr/etc/keyenvoy [PATCH]
To: submit@bugs.debian.org
X-Mailer: bug 3.2.6
Message-Id: <[🔎] E11cTir-0005qt-00@macallan.whisky.home>
Sender: Michael Feger <mf@maki1.mathematik.uni-karlsruhe.de>
Date: Sat, 16 Oct 1999 15:18:09 +0200

Package: libc6
Version: 2.1.2-1
Severity: normal

Hi,

in sunrpc/key_call.c, the variable MESSENGER[] is set to 
"/usr/etc/keyenvoy", which is a binary in a new nisplus-package. 
Since binaries are not allowed in /usr/etc we installed keyenvoy in 
/usr/sbin. Please apply the following patch (it's a quite simple one ;)

-- System Information
Debian Release: potato
Kernel Version: Linux macallan 2.2.10 #1 Tue Aug 3 17:38:44 CEST 1999 i586 unknown

Versions of the packages libc6 depends on:
ii  ldso            1.9.11-3       The Linux dynamic linker, library and utilit

-------- cut here --------

--- glibc-2.1.2/sunrpc/key_call.c.orig  Sun May 16 12:13:32 1999
+++ glibc-2.1.2/sunrpc/key_call.c       Sat Oct 16 14:51:59 1999
@@ -287,7 +287,7 @@
   int success;
   uid_t ruid;
   uid_t euid;
-  static const char MESSENGER[] = "/usr/etc/keyenvoy";
+  static const char MESSENGER[] = "/usr/sbin/keyenvoy";
 
   success = 1;
   sigemptyset (&mask);

-------- cut here --------

-- 
Michael 'Bodo' Feger                              michael.feger@gmx.de


Reply to: