public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] releng r550 - in trunk/releases/2008.0: . scripts
@ 2008-06-24 16:51 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; only message in thread
From: Chris Gianelloni (wolf31o2) @ 2008-06-24 16:51 UTC (permalink / raw
  To: gentoo-commits

Author: wolf31o2
Date: 2008-06-24 16:51:58 +0000 (Tue, 24 Jun 2008)
New Revision: 550

Modified:
   trunk/releases/2008.0/ChangeLog
   trunk/releases/2008.0/scripts/livecd.sh
Log:
Added a sed to remove DefaultColorDepth from the xorg.conf.in provided by mkxf86config for bug #222691.

Modified: trunk/releases/2008.0/ChangeLog
===================================================================
--- trunk/releases/2008.0/ChangeLog	2008-06-23 19:08:38 UTC (rev 549)
+++ trunk/releases/2008.0/ChangeLog	2008-06-24 16:51:58 UTC (rev 550)
@@ -2,12 +2,16 @@
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org> scripts/livecd.sh:
+  Added a sed to remove DefaultColorDepth from the xorg.conf.in provided by
+  mkxf86config for bug #222691.
+
   13 Jun 2008; <ranger@gentoo.org> 
-  specs/ppc/ppc64/power5, specs/ppc/ppc64/g5
+  specs/ppc/ppc64/power5, specs/ppc/ppc64/g5:
   Updating chost reference on 32ul for power5 and minor typos for g5 64UL stages
 
   13 Jun 2008; <ranger@gentoo.org> 
-  specs/ppc/ppc64/installcd-stage2-universal.spec 
+  specs/ppc/ppc64/installcd-stage2-universal.spec :
   Updating kernel references to 2.6.24
 
   18 Jun 2008; Raúl Porcel <armin76@gentoo.org>
@@ -17,7 +21,7 @@
   Add SCSI cdrom support to ia64 installcd, rename the kconfig to 2.6.24
 
   13 Jun 2008; <ranger@gentoo.org> 
-  kconfigs/powerpc/
+  kconfigs/powerpc/:
   Updating kernel configs to 2.6.24 and fixing pcmcia borkage
 
   12 Jun 2008; <armin76@gentoo.org> 

Modified: trunk/releases/2008.0/scripts/livecd.sh
===================================================================
--- trunk/releases/2008.0/scripts/livecd.sh	2008-06-23 19:08:38 UTC (rev 549)
+++ trunk/releases/2008.0/scripts/livecd.sh	2008-06-24 16:51:58 UTC (rev 550)
@@ -60,3 +60,9 @@
 fi
 EOF
 
+#[ -x /usr/bin/ktelnet ] && ln -sf /usr/bin/ktelnet /usr/bin/telnet
+#[ -x /usr/bin/kftp ] && ln -sf /usr/bin/kftp /usr/bin/ftp
+
+# Remove DefaultColorDepth
+[ -e /etc/X11/xorg.conf.in ] && sed -i -e '/DefaultColorDepth/d' /etc/X11/xorg.conf.in
+

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-24 16:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-24 16:51 [gentoo-commits] releng r550 - in trunk/releases/2008.0: . scripts Chris Gianelloni (wolf31o2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox