From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4074 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: GLOB_BRACE Date: Thu, 26 Sep 2013 21:06:04 +0200 Message-ID: <5244859C.6060107@barfooze.de> References: <20130916125049.GG20515@brightrain.aerifal.cx> <1379945328.1974.50@driftwood> <524051AD.8070008@gentoo.org> <20130923150323.GH20515@brightrain.aerifal.cx> <5243AB8E.1070706@gentoo.org> <20130926182309.GS20515@brightrain.aerifal.cx> <20130926183812.GT20515@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1380222605 2257 80.91.229.3 (26 Sep 2013 19:10:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Sep 2013 19:10:05 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4078-gllmg-musl=m.gmane.org@lists.openwall.com Thu Sep 26 21:10:05 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1VPGws-000673-CU for gllmg-musl@plane.gmane.org; Thu, 26 Sep 2013 21:10:02 +0200 Original-Received: (qmail 17598 invoked by uid 550); 26 Sep 2013 19:10:01 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 17590 invoked from network); 26 Sep 2013 19:10:01 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:4074 Archived-At: On 09/26/2013 08:50 PM, Daniel Cegiełka wrote: > @Rich > > Referring to your description: > > http://www.openwall.com/lists/musl/2012/06/10/23 > > "I have > a 22-line (C) init program that does nothing but run the boot script > and reap orphaned zombies, and a 34-line (C) program that repeatedly > re-runs a program in a new session every time it exits. The latter, > combined with a 14-line (shell script) getty program, is sufficient to > handle all console logins. > " for those who're curious, it's archived here https://gist.github.com/rofl0r/6168719