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 1QGMjw-0007qo-4d for garchives@archives.gentoo.org; Sun, 01 May 2011 02:50:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5152B1C06C; Sun, 1 May 2011 02:49:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1FD831C06C for ; Sun, 1 May 2011 02:49:10 +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 D1A3C1B4043 for ; Sun, 1 May 2011 02:49:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 425F580505 for ; Sun, 1 May 2011 02:49:09 +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: <69356097f4e72c528e293858993ec8dddea321a2.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: 69356097f4e72c528e293858993ec8dddea321a2 Date: Sun, 1 May 2011 02:49:09 +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: 954624793fbe2efa4c889464926f9e3d commit: 69356097f4e72c528e293858993ec8dddea321a2 Author: William Hubbs gentoo org> AuthorDate: Sat Feb 12 00:40:47 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun May 1 02:46:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/livecd-tools.= git;a=3Dcommit;h=3D69356097 fix message for sound card The original message used \n for new lines, but einfo doesn't honor these in openrc. --- autoconfig | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/autoconfig b/autoconfig index 565400a..06be5f1 100755 --- a/autoconfig +++ b/autoconfig @@ -582,14 +582,12 @@ start() { then if [ -n "${SOUND_FULLNAME}" -o -n "${SOUND_DRIVER}" ] then - local sndmsg=3D"Soundcard:\n" + einfo "Soundcard: " =20 [ -n "${SOUND_FULLNAME}" ] \ - && sndmsg=3D"${sndmsg} ${WARN}${SOUND_FULLNAME}\n" + && einfo " ${WARN}${SOUND_FULLNAME} " [ -n "${SOUND_DRIVER}" ] \ - && sndmsg=3D"${sndmsg} driver =3D ${SOUND_DRIVER}\n" - - einfo "${sndmsg}" + && einfo " driver =3D ${SOUND_DRIVER}" =20 if [ -e /proc/asound/cards ] then