Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 25 Sep 2012 13:09:05 +0200
From: Daniel Cegiełka <daniel.cegielka@...il.com>
To: musl@...ts.openwall.com
Subject: Re: filesystem layout

> I commend their idea of removing dbus and implementing bluez w/out it.
>
> Hopefully a libc wouldn't require a specific fs layout.
>
> lu

but I would see /sbin and /lib/exec

/bin - all executables
/sbin - perm: 700
/boot - all boot files
/dev - devices
/etc - system configuration
/lib - all lib*.so
/lib/exec - instead /usr/libexec
/opt
/svc - services
/home - user directories
/root - the root home
/var - spool, run, log, cache
/share - man pages, locales, dependencies
/devel - development environment
/devel/include
/devel/lib - all lib*.a
/devel/ports - ports, packages
/deve/distfiles - packed sources
/devel/src - kernel etc.


/devel can be easily separated from the system and then the / will be
very small.

daniel

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.