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 1QYKcn-0007BS-Pd for garchives@archives.gentoo.org; Sun, 19 Jun 2011 16:13:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B67A41C03B for ; Sun, 19 Jun 2011 16:13:24 +0000 (UTC) Received: from mail-yi0-f53.google.com (mail-yi0-f53.google.com [209.85.218.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 743951C0D8 for ; Sun, 19 Jun 2011 15:38:38 +0000 (UTC) Received: by yic15 with SMTP id 15so3011654yic.40 for ; Sun, 19 Jun 2011 08:38:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Kc3f7I4LCCRjauxjMnBjQyg285CPekoJ0LwAhxL3hWo=; b=IEdFrb3hnBR5d8qjaTiNnuWgvmbEl+hIy8umiEd9BHmdFGE4jiWlnARhdSk8H4LRmC FlwhCxAeawkZGKzO5plgu3/CFBvxhktAv6soB1s/lZqccU2xafkDraW8T0ZPSQTpZc9X EJ+MmL8Sf8mjlQxcTn50hPKeNBKPFPch/BONU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=t0yRraBFEUyq70gBEKTJscCd9ll7/jn5hqriJmV18oqB6bclpEuxtQJq2PSRiGjHA7 zZ8n0xThutRUHsEq4MtljvHlab85QnCs87h/yhnRda6TRlbPar7XcgyZTZwFn2HImNDs iwEYfcwJliWhHMVz22rTQPNSDzpf6B44TN/AY= Received: by 10.236.186.101 with SMTP id v65mr5890655yhm.94.1308497917882; Sun, 19 Jun 2011 08:38:37 -0700 (PDT) Received: from [192.168.2.5] (adsl-65-0-122-125.jan.bellsouth.net [65.0.122.125]) by mx.google.com with ESMTPS id o47sm2966094yhn.58.2011.06.19.08.38.36 (version=SSLv3 cipher=OTHER); Sun, 19 Jun 2011 08:38:37 -0700 (PDT) Message-ID: <4DFE17FB.2040906@gmail.com> Date: Sun, 19 Jun 2011 10:38:35 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.19) Gecko/20110606 Gentoo/2.0.14-r1 SeaMonkey/2.0.14 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] rc runlevel act strangely References: <4DFDE3DD.2050808@gmail.com> <201106191327.09491.peter@humphrey.ukfsn.org> <4DFDEE4F.9050501@gmail.com> <201106191616.41525.peter@humphrey.ukfsn.org> In-Reply-To: <201106191616.41525.peter@humphrey.ukfsn.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 76a8af4dbc46eee4721b448f035ce4d5 Peter Humphrey wrote: > On Sunday 19 June 2011 13:40:47 Dale wrote: > >> Peter Humphrey wrote: >> >>> The command you should have used is "rc-update add default". >>> >> Actually, eselect is the new way. I still use the old way myself but >> eselect should work just as well. >> > How so? I've never come across this idea til today. > > I don't know when it got added but it is on mine. This is in the help page: rc Manage /etc/init.d scripts in runlevels It works something like this: root@fireball / # eselect rc add xdm default Adding xdm to following runlevels default [skipped] root@fireball / # It was skipped because it was already there but that's how it works. Neat huh? Dale :-) :-)