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 <gentoo-user+bounces-123422-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QREjV-0000G8-EA for garchives@archives.gentoo.org; Tue, 31 May 2011 02:31:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CA1C1C0AF; Tue, 31 May 2011 02:28:42 +0000 (UTC) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id BCDBD1C0AF for <gentoo-user@lists.gentoo.org>; Tue, 31 May 2011 02:28:41 +0000 (UTC) Received: by bwg12 with SMTP id 12so4587880bwg.40 for <gentoo-user@lists.gentoo.org>; Mon, 30 May 2011 19:28:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=X1kFdIOemo0DAtypWwaSLHYRPkiVIXX9vt9a0qs0AE4=; b=dTz4cYGQlDUPQwrfZk7Bv6eryih5Hds4uKk1bDAKatFskfdr8rmA9gwsM8Ipvqpo9l aPEVd40oDjRCLajecx/0gAErjdhfsnhMdhle+dZmwuZqFw6VoAYmEsMkg+NBTdlLpNnl 83K/JfVkIE6h80xc3XJJ3pTaTXnJIJWNF1iRE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=K9YfKvgX2bOIVjNPKgWaGLAe1t/afW01cj/O5oO/RvNjr3RyoOsxGVek0BW+DbKbsn PdRTcIfk2OIRxIsAqZyCkwwkH5fjzHSC8UbAZ7pNjD978Cqg/Bl5lICbKAIi/kH+GKR/ Kr5gEwOcMFfBdwxgl+u0/AcQba85129k41vbU= Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.204.74.7 with SMTP id s7mr4793834bkj.57.1306808920960; Mon, 30 May 2011 19:28:40 -0700 (PDT) Received: by 10.204.114.193 with HTTP; Mon, 30 May 2011 19:28:40 -0700 (PDT) In-Reply-To: <BANLkTi=v9zBaTG2N1rZQ6-gkp2VC_56Dsg@mail.gmail.com> References: <20110529204905.GA5736@acm.acm> <201105292356.10969.alan.mckinnon@gmail.com> <20110530101021.GA3749@acm.acm> <201105301233.02522.alan.mckinnon@gmail.com> <BANLkTi=v9zBaTG2N1rZQ6-gkp2VC_56Dsg@mail.gmail.com> Date: Mon, 30 May 2011 22:28:40 -0400 Message-ID: <BANLkTinWKsM3hY730+HHYKdD8ofQMLvvDw@mail.gmail.com> Subject: Re: [gentoo-user] How do I eject an audio CD inside Gnome? From: daid kahl <daidxor@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 673b82f27731589376b02042944ae56a > daid@titan ~ % cat /etc/udev/rules.d/10-local.rules > # external USB, Seagate FreeAgent GO aka cyclops > =A0SUBSYSTEMS=3D=3D"usb", DRIVERS=3D=3D"usb", ATTRS{serial}=3D=3D" > 5LZ2XQJ5", SYMLINK+=3D"cyclops" ACTION=3D=3D"add", > RUN+=3D"/etc/udev/scripts/mount_cyclops.sh" Sorry, but make sure that the one entry (begins with SUBSYSTEMS) is on *only one line* since that is a general requirement for a udev rule format (but some email programs may auto-indent or mis-represent the single line, but this is a necessary detail, just like makefiles don't paste well from html either due to whitespace issues). ~daid.