From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-51473-garchives=archives.gentoo.org@gentoo.org>) id 1GPpdK-00048j-Vs for garchives@archives.gentoo.org; Wed, 20 Sep 2006 00:08:11 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8K065MX015594; Wed, 20 Sep 2006 00:06:05 GMT Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.206]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k8K00S7j007500 for <gentoo-user@lists.gentoo.org>; Wed, 20 Sep 2006 00:00:28 GMT Received: by nz-out-0102.google.com with SMTP id 34so18176nzf for <gentoo-user@lists.gentoo.org>; Tue, 19 Sep 2006 17:00:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DLF48RYkHedzdlXFtD6jBSDI1OhianbPqAwZXPYpXvvMdXutdJcHVc1TKf0raoI1e5Syf+DxwV2bG33YRrL4xIkk81udhYka2gEf0M9TbbG5ZJXFaRY5cNkvDhPWSPUUufiskFstnrGgZqktWgLMynkJV9Y/NwTsnnk3KZKgn7o= Received: by 10.65.43.5 with SMTP id v5mr15342492qbj; Tue, 19 Sep 2006 17:00:27 -0700 (PDT) Received: by 10.65.156.16 with HTTP; Tue, 19 Sep 2006 17:00:27 -0700 (PDT) Message-ID: <5bdc1c8b0609191700t48584d49p6a9b6be706c18195@mail.gmail.com> Date: Tue, 19 Sep 2006 17:00:27 -0700 From: "Mark Knecht" <markknecht@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: hotplug/coldplug/init-script - net.eth0 is on when I don't want it on In-Reply-To: <eeplui$g5c$1@sea.gmane.org> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5bdc1c8b0609191340m9a87adctaef6f507cfc62c9e@mail.gmail.com> <eeplui$g5c$1@sea.gmane.org> X-Archives-Salt: e52c6453-256d-421e-8b86-e8b3b4796316 X-Archives-Hash: 8f96e91136d679a7aad66456fa6b6918 Remy & Neil, Thanks very much. This looks like exactly what I need. With best regards, Mark On 9/19/06, Remy Blank <remy.blank_asps@pobox.com> wrote: > Mark Knecht wrote: > > How can I keep net.eth0 off unless I turn it on by hand? I am not > > loading forcedeth explicitly but it's getting loaded anyway. > > Set the following variable in /etc/conf.d/rc: > > RC_PLUG_SERVICES="!net.*" > > This will disable hotplugging for all network interfaces. If you only > want to disable hotplugging for net.eth0, use the following: > > RC_PLUG_SERVICES="!net.eth0" > > HTH. > -- Remy > > > Remove underscore and suffix in reply address for a timely response. > > -- > gentoo-user@gentoo.org mailing list > > -- gentoo-user@gentoo.org mailing list