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 1R51y4-00026n-6o for garchives@archives.gentoo.org; Sat, 17 Sep 2011 20:58:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC08321C18D; Sat, 17 Sep 2011 20:58:13 +0000 (UTC) Received: from mail-qw0-f42.google.com (mail-qw0-f42.google.com [209.85.216.42]) by pigeon.gentoo.org (Postfix) with ESMTP id DF95F21C14F for ; Sat, 17 Sep 2011 20:56:29 +0000 (UTC) Received: by qwi4 with SMTP id 4so8454348qwi.1 for ; Sat, 17 Sep 2011 13:56:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=mUDIXHuhKOyLa9/K+eFYdTO/6f/23Rl3b9+YBpxi0tM=; b=se1OTGYSE+z6bai+0zrlqoDBS8e5H3m8eflMqIh/+qJJVhhjuJUGZ93BKVNo0EmvJ4 erKxNyfobfnvgCt4oOBd+7RwsMKrZGItmkNnEVXEKnSX/dlokY6OpTz2DI0JbD0n7zt4 5Drn9h29LgA9gBVzmqeo9CSnSfaxJyMDL/GWU= 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 Received: by 10.224.180.135 with SMTP id bu7mr719253qab.335.1316292989460; Sat, 17 Sep 2011 13:56:29 -0700 (PDT) Received: by 10.224.80.209 with HTTP; Sat, 17 Sep 2011 13:56:29 -0700 (PDT) In-Reply-To: References: <4E74FCC5.5070000@gmail.com> <4E750693.7020602@gmail.com> Date: Sat, 17 Sep 2011 13:56:29 -0700 Message-ID: Subject: Re: [gentoo-user] Making a init thingy. Step two I guess. From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: f8b84ccdbfc5b3dbe25f8038e3747758 On Sat, Sep 17, 2011 at 1:51 PM, Michael Mol wrote: > On Sat, Sep 17, 2011 at 4:44 PM, Dale wrote: >> Mark Knecht wrote: >>> On Sat, Sep 17, 2011 at 1:02 PM, Dale =C2=A0wrote= : >> That's what I was thinking to. =C2=A0I know busybox does a LOT of things= but I >> didn't think it was a nano replacement either. =C2=A0OK. =C2=A0I got bot= h of those in >> there at least. =C2=A0First problem dealt with I guess. =C2=A0Wonder wha= t else I >> should put in there too. < scratches head > > > Anything that makes life convenient, I'd guess. > > I'd look at stuffing these in there: > * screen > * file > * ssh > * links/lynx/w3m > > You'd also need the .so files those depend on. I don't know how to > identify those. > > -- > :wq > > Supposedly ldd /usr/bin/screen ldd /usr/bin/file ldd /usr/bin/ssh etc. I think that's what I did when I built one a while back... - Mark