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

X Strike Force X.Org X11 SVN commit: r1218 - branches/modular/xserver/xorg-server-X11R7.0-1.0.1/debian



Author: dnusinow
Date: 2006-02-18 14:47:02 -0500 (Sat, 18 Feb 2006)
New Revision: 1218

Modified:
   branches/modular/xserver/xorg-server-X11R7.0-1.0.1/debian/changelog
   branches/modular/xserver/xorg-server-X11R7.0-1.0.1/debian/rules
Log:
* Use debian/rules to setuid for /usr/bin/X. This is stolen from the
  monolith.


Modified: branches/modular/xserver/xorg-server-X11R7.0-1.0.1/debian/changelog
===================================================================
--- branches/modular/xserver/xorg-server-X11R7.0-1.0.1/debian/changelog	2006-02-17 04:44:14 UTC (rev 1217)
+++ branches/modular/xserver/xorg-server-X11R7.0-1.0.1/debian/changelog	2006-02-18 19:47:02 UTC (rev 1218)
@@ -15,8 +15,10 @@
   * Change xserver-core depends to be on x11-common rather than xorg-common
   * Have xserver-xorg-dev install the files in /usr/share/aclocal so we get
     xorg-server.m4
+  * Use debian/rules to setuid for /usr/bin/X. This is stolen from the
+    monolith.
 
- -- David Nusinow <dnusinow@debian.org>  Mon, 13 Feb 2006 20:31:15 -0500
+ -- David Nusinow <dnusinow@debian.org>  Sat, 18 Feb 2006 14:45:46 -0500
 
 xorg-server (1:0.99.2+cvs.20051025-3) dapper; urgency=low
 

Modified: branches/modular/xserver/xorg-server-X11R7.0-1.0.1/debian/rules
===================================================================
--- branches/modular/xserver/xorg-server-X11R7.0-1.0.1/debian/rules	2006-02-17 04:44:14 UTC (rev 1217)
+++ branches/modular/xserver/xorg-server-X11R7.0-1.0.1/debian/rules	2006-02-18 19:47:02 UTC (rev 1218)
@@ -102,6 +102,8 @@
 	  strip --strip-debug --remove-section=.note --remove-section=.comment
 	dh_compress
 	dh_fixperms
+	chown root:root debian/xserver-common/usr/bin/X
+	chmod ug+s debian/xserver-common/usr/bin/X
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol



Reply to: