From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2008 Path: news.gmane.org!not-for-mail From: Christian Neukirchen Newsgroups: gmane.linux.lib.musl.general Subject: Re: filesystem layout Date: Tue, 25 Sep 2012 15:01:03 +0200 Message-ID: <87haqmgsts.fsf@gmail.com> References: 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 1348578085 1022 80.91.229.3 (25 Sep 2012 13:01:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Sep 2012 13:01:25 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2009-gllmg-musl=m.gmane.org@lists.openwall.com Tue Sep 25 15:01:30 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 1TGUlQ-000881-Rv for gllmg-musl@plane.gmane.org; Tue, 25 Sep 2012 15:01:24 +0200 Original-Received: (qmail 26191 invoked by uid 550); 25 Sep 2012 13:01:19 -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 26183 invoked from network); 25 Sep 2012 13:01:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type:content-transfer-encoding; bh=bweMfLwjPIogLm8encdClDuVDFcUJ88ANrE2JDHGYYY=; b=Z8YIL1alzolxpCRmH8t7IX9bzFYBRBVG7VpUHOjNKNGjLGc2dKTCW05dRm0KPAmmmt IHHYEEhwkEEEFkSteKp/+9rz/y1Cb1vT2RUYfxgwCUwyUVFUvw/6phZY3sg3YJC58hg5 zzjuMLl6jqbqO9iQ3kq7EgdO6i85YVliHIaJlSRcDh9Y+SOPdzzG9mq60i9dIMpFE+NO Dt+pTS+7niaTRqRuUGWPduPsRWyPcUkVdNWiboDfbJ0jtNoI5zt+FZr8N3EHbu0Z0Oce rYaWL9arGvlqMeCnz9u4FyHDBttzOEXBYb0wnMT8rdSP1Iz0/prSwhdTqQewHVBP7fqU zNyA== In-Reply-To: ("Daniel =?utf-8?Q?Cegie=C5=82ka=22's?= message of "Tue, 25 Sep 2012 11:58:06 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Xref: news.gmane.org gmane.linux.lib.musl.general:2008 Archived-At: Daniel Cegie=C5=82ka writes: > @vision of the new platform > > http://sta.li/filesystem > > stali from http://suckless.org/ proposes an alternative filesystem > scheme. It gives clear organization of the system... but not > compatible with FHS. What do you think of this solution? Sabotage > distro also has its own concept... Sabotage's idea was essentially a symlink /usr -> / (and that came from Hurd). So far, the only good reason not to do that was that it's easier to put /usr on a NFS shared among multiple hosts. Regarding the stali idea, I don't think it is useful to make /devel seperate (e.g. sabotage had development tools in a seperate set, but installed them into /bin as well). /lib/exec is not useful either. Daemons should go to /bin, programs strictly for internal purporses can go to /lib/$pkgname/. (This works well in Arch already.) --=20 Christian Neukirchen http://chneukirchen.org