public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Chris Gianelloni (wolf31o2)" <wolf31o2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] releng r550 - in trunk/releases/2008.0: . scripts
Date: Tue, 24 Jun 2008 16:51:58 +0000	[thread overview]
Message-ID: <E1KBBkM-0006EY-PB@stork.gentoo.org> (raw)

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



                 reply	other threads:[~2008-06-24 16:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KBBkM-0006EY-PB@stork.gentoo.org \
    --to=wolf31o2@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox