From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1074 Path: news.gmane.org!not-for-mail From: orc Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: Vision for new platform Date: Mon, 11 Jun 2012 15:24:07 +0800 Message-ID: <20120611152407.092a5595@sibserver.ru> References: <20120610132246.GF163@brightrain.aerifal.cx> <20120610225226.137363d0@sibserver.ru> <20120610151311.GH163@brightrain.aerifal.cx> <20120610235125.31f38cd7@sibserver.ru> <20120610163359.GJ163@brightrain.aerifal.cx> <20120611015349.701fa061@sibserver.ru> <20120611022606.303f6d07@sibserver.ru> <20120610193348.GK163@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 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1339399571 25420 80.91.229.3 (11 Jun 2012 07:26:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2012 07:26:11 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1075-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jun 11 09:26:08 2012 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 1Sdz0m-0000br-7p for gllmg-musl@plane.gmane.org; Mon, 11 Jun 2012 09:26:04 +0200 Original-Received: (qmail 9541 invoked by uid 550); 11 Jun 2012 07:26: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 9488 invoked from network); 11 Jun 2012 07:25:56 -0000 In-Reply-To: X-Mailer: claws-mail Xref: news.gmane.org gmane.linux.lib.musl.general:1074 Archived-At: On Sun, 10 Jun 2012 22:13:49 +0200 Daniel Cegie=C5=82ka wrote: > "ninit is an extremely small init daemon that does nothing more than > call shell scripts in response to events and reap zombies." >=20 > http://kain.us/nk/projects/ >=20 Nice one, I tried it and I'm going to replace a traditional sysvinit with it. More simpler and faster sysvinit alternative. Thanks.