From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Pne5b-0000Ci-5R for garchives@archives.gentoo.org; Thu, 10 Feb 2011 21:30:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3194DE09B7; Thu, 10 Feb 2011 21:30:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F29E0E09B7 for ; Thu, 10 Feb 2011 21:30:02 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4022C1B4181 for ; Thu, 10 Feb 2011 21:30:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9A57C8006A for ; Thu, 10 Feb 2011 21:30:01 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <881eb4c2f85c0d955d2d750e7a59caa014212f8d.williamH@gentoo> Subject: [gentoo-commits] proj/livecd-tools:master commit in: / X-VCS-Repository: proj/livecd-tools X-VCS-Files: autoconfig X-VCS-Directories: / X-VCS-Committer: williamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 881eb4c2f85c0d955d2d750e7a59caa014212f8d Date: Thu, 10 Feb 2011 21:30:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 61d9ef572d86e3e1fb9e45745a2d7b8b commit: 881eb4c2f85c0d955d2d750e7a59caa014212f8d Author: David Abbott gentoo org> AuthorDate: Thu Feb 10 21:28:35 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Feb 10 21:28:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/livecd-tools.= git;a=3Dcommit;h=3D881eb4c2 fix typo X-Gentoo-Bug: 352377 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=3D352377 --- autoconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/autoconfig b/autoconfig index df96d59..282fd60 100755 --- a/autoconfig +++ b/autoconfig @@ -645,6 +645,7 @@ start() { [ -n "${XDESC}" ] && einfo "VideoCard: ${HILITE}${XDESC}${NORMAL}" =20 if [ "${X11}" =3D "no" ] + then touch /etc/.noxdm fi =20