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

List:       kde-bugs-dist
Subject:    Bug#2362: kdm fails to set all entries in .Xauthority on BSD derived systems
From:       Mark Davies <mark () MCS ! VUW ! AC ! NZ>
Date:       1999-12-01 9:36:10
[Download RAW message or body]

Package: kdm
Version: 0.5

kdm fails to define CSRG_BASED on CSRG derived systems (NetBSD, FreeBSD etc)
and therefore fails to read the network interface structure properly and 
therefore doesn't properly fill in .Xauthority files on those systems.

below patch fixes.

cheers
mark

--- auth.c~     Sat Nov 28 02:59:29 1998
+++ auth.c      Wed Dec  1 13:40:16 1999
@@ -108,6 +108,9 @@
 #include <sys/utsname.h>
 #include <net/if.h>
 /* end of Solaris includes */
+#if defined(__FreeBSD__) || defined(__NetBSD__)
+#define CSRG_BASED
+#endif
 #ifdef CSRG_BASED
 #include <sys/param.h>
 #if (BSD >= 199103)

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

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