Gentoo Archives: gentoo-user

From: David Mallwitz <dave@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] What about a new file system subtree?
Date: Tue, 21 Feb 2006 04:21:58
Message-Id: 78DDFB78-F32C-46D8-A453-DFE3DD3AC9C7@dmallwitz.net
In Reply to: [gentoo-user] [OT] What about a new file system subtree? by "Rafael Fernández López"
1 On Feb 18, 2006, at 10:52 AM, Rafael Fernández López wrote:
2
3 > Hi,
4 >
5 > Since I have started a project that needs to be redistributed
6 > (it'll be GPL)
7 > I've started to deeply read Autoconf and Automake manuals.
8 >
9 > Well, I had read some of FHS too, to know what I should do and
10 > what I should
11 > not do with my file hierarchy.
12 >
13 > But, what came to my mind (maybe it's possible today) is that we
14 > could make a
15 > new "file system" subtree in every ~. For example, a user will be
16 > able to do
17 > a "./configure ; make" but if the system is well-administrated a
18 > user won't
19 > be able to run a "make install", since it can cause problems to the
20 > system.
21 > (I know we, Gentoo users, don't care about that). But what I wanted
22 > to say is
23 > that if we are not root (typical case) we could do a "./configure ;
24 > make ;
25 > make install" (in an app called 'whatever') and it could create for
26 > example
27 > "/home/me/bin/whatever" and "/home/me/share/doc/whatever" or
28 > "/home/me/doc/whatever", and so on.
29 >
30 > That would be great since a normal user won't infect any root
31 > filesystem, and
32 > an administrator can fix any tricky problem deleting "/home/me".
33 >
34 > Bye and thanks !,
35 > Rafael Fernández López.
36
37 You might want to check out Gobolinux, it's an unusual distro that
38 make the breaks the FHS by making the file system into a version
39 control system for installed packages. Gobolinux has a "rootless"
40 option that lets an unprivileged user install software into their
41 home directory using their package system. It can work in conjunction
42 with any other distro, Gentoo included.
43 http://www.gobolinux.org/?page=rootless
44
45 Dave
46 --
47 gentoo-user@g.o mailing list