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

X Strike Force X.Org X11 SVN commit: r619 - in trunk/debian: . patches patches/freebsd



Author: dnusinow
Date: 2005-09-24 17:19:03 -0500 (Sat, 24 Sep 2005)
New Revision: 619

Added:
   trunk/debian/patches/freebsd/003_gnu-kbsd_sessreg.diff
Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
Log:
* Add freebsd/003_gnu-kbsd_sessreg.diff to allow GNU/kFreeBSD to use GNU
  UTMP. Thanks Robert Millan. (Closes: #325615)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-09-24 22:08:53 UTC (rev 618)
+++ trunk/debian/changelog	2005-09-24 22:19:03 UTC (rev 619)
@@ -27,8 +27,10 @@
   * Add a new flag to dexconf to allow the user to specify the name of the
     file used in comments. This can be used to prevent it from referring to
     xorg.conf.dpkg-new. Thanks Mike O'Connor. (Closes: #319323)
+  * Add freebsd/003_gnu-kbsd_sessreg.diff to allow GNU/kFreeBSD to use GNU
+    UTMP. Thanks Robert Millan. (Closes: #325615)
 
- -- David Nusinow <dnusinow@debian.org>  Sat, 24 Sep 2005 18:06:23 -0400
+ -- David Nusinow <dnusinow@debian.org>  Sat, 24 Sep 2005 18:16:25 -0400
 
 xorg-x11 (6.8.2.dfsg.1-7) unstable; urgency=high
 

Added: trunk/debian/patches/freebsd/003_gnu-kbsd_sessreg.diff
===================================================================
--- trunk/debian/patches/freebsd/003_gnu-kbsd_sessreg.diff	2005-09-24 22:08:53 UTC (rev 618)
+++ trunk/debian/patches/freebsd/003_gnu-kbsd_sessreg.diff	2005-09-24 22:19:03 UTC (rev 619)
@@ -0,0 +1,14 @@
+
+Use SysV UTMP instead of BSD one (this fixes runtime failure on xdm/kdm/etc)
+
+--- xc/programs/xdm/sessreg.c~	2005-02-28 18:35:18.000000000 +0100
++++ xc/programs/xdm/sessreg.c	2005-08-29 23:16:45.000000000 +0200
+@@ -74,7 +74,7 @@
+ # include	<pwd.h>
+ #endif
+ 
+-#if defined(SVR4) || defined(linux)
++#if defined(SVR4) || defined(linux) || defined(__GLIBC__)
+ #define SYSV
+ #endif
+ 

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2005-09-24 22:08:53 UTC (rev 618)
+++ trunk/debian/patches/series	2005-09-24 22:19:03 UTC (rev 619)
@@ -148,6 +148,7 @@
 netbsd/844_netbsd_no_kbd_mode_command.diff -p0
 freebsd/001_gnu-kbsd.diff -p0
 freebsd/002_gnu-kbsd_wacom.diff -p0
+freebsd/003_gnu-kbsd_sessreg.diff -p0
 debian/900_debian_config.diff -p0
 debian/902_debian_startx_manpage.diff -p0
 debian/903_debian_system.twmrc.diff -p0



Reply to: