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

Bug#47560: libc6: calling binary /usr/etc/keyenvoy [PATCH]



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: