From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1664 Path: news.gmane.org!not-for-mail From: =?ISO-8859-2?Q?Daniel_Cegie=B3ka?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: [Vision for new platform] syslog, sed, cron Date: Wed, 22 Aug 2012 21:12:20 +0200 Message-ID: References: <20120822185359.GF27715@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: ger.gmane.org 1345662776 27683 80.91.229.3 (22 Aug 2012 19:12:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Aug 2012 19:12:56 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1665-gllmg-musl=m.gmane.org@lists.openwall.com Wed Aug 22 21:12:57 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 1T4GMJ-0004Y2-I4 for gllmg-musl@plane.gmane.org; Wed, 22 Aug 2012 21:12:55 +0200 Original-Received: (qmail 25797 invoked by uid 550); 22 Aug 2012 19:12:53 -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 25789 invoked from network); 22 Aug 2012 19:12:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=t9mDrKb0lgmf5u9HB+/p2ci4Sn+Sewcxvff3k+0baOU=; b=kpU5IDJeWPVXtgtiooWIgYZCqysfb7IQJSa4ewfmZPO7JlFoWtvx1Ds6JRUvypU0Ld zKPdk6W0UY56IXNzEoX5JbX9ThC62dQ0rO/wo3ViaSLswiGcBZs48+xl3KGLTEfZbA4f hiA15+QaFOOMQ6nX6UYjjqc6GE4qvFzrxGS7COd8Ph60x6iiUrrKQlSCOh2/9Rn6vubc P36ky1TPFeRf7oo2jAWsbNRKTZdR1ucPBXj2EHJV6CWk02FLJgfpsXNKaloDP/6/dREh NsNZsP/rIy41JNllIfuCeX8AR5quuwJoa6+PujgIaUNbs9nhJq1e4NWXQEfRYn6Ftd7t oTRw== In-Reply-To: <20120822185359.GF27715@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:1664 Archived-At: 2012/8/22 Rich Felker : > On Wed, Aug 22, 2012 at 07:31:49PM +0200, Daniel Cegie=C5=82ka wrote: >> metalog - (http://metalog.sourceforge.net/). Require PCRE, but it is a >> very lightweight solution. The original release has ugly gnulib dep. I >> deleted the extraneous code (gnulib) and packed everything into one >> file (mlog.tar). The whole is adapted to musl. This stuff requires >> further work (Makefile +-DOPTIONS)... > > I'd like to see a review of the source for the different options, for > security and robustness. Features/outward-behavior are important, but > if the core is rotten it's hard to fix... On the other hand, missing > features could be tacked onto a core that's solid. >> cron >> ------ >> I recommend ncron. Works very well with musl. >> http://kain.us/nk/projects/ > > Yes, it's very nice and by one of my friends and musl contributors. > > Rich I noticed Nicholas name in musl repo/code :) I also noticed metalog in Nicholas ninit (init.scripts/boot).I couldn't find anything better then metalog... so I strip a bit metalog's code... Daniel