diff options
author | Marc Heerdink <gimli@linuxfromscratch.org> | 2002-01-23 18:24:44 +0000 |
---|---|---|
committer | Marc Heerdink <gimli@linuxfromscratch.org> | 2002-01-23 18:24:44 +0000 |
commit | 062461b217f60eb64b5f43a2ffcad1af634d6682 (patch) | |
tree | 93fc35056bba94e2d7c00b50878a17e08047a9d4 /chapter05/installasroot.xml | |
parent | 93dba6aba6b5b53738a436ea6bbecfd8e4c9c46e (diff) |
[Bug 149] Addition and Removal of files to resolve bug 149 (Install all software as an unprivileged user)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1470 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/installasroot.xml')
-rw-r--r-- | chapter05/installasroot.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/chapter05/installasroot.xml b/chapter05/installasroot.xml deleted file mode 100644 index e959ca853..000000000 --- a/chapter05/installasroot.xml +++ /dev/null @@ -1,20 +0,0 @@ -<sect1 id="ch05-installasroot"> -<title>Install all software as user root</title> -<?dbhtml filename="installasroot.html" dir="chapter05"?> - -<para>It's best to log in as root or su's to root when installing the -packages. That way you are assured that all files are owned by user and -group root (and not owned by the userid of the non-root user), and if a -package wants to set special permissions, it can do so without problems -due to non-root access.</para> - -<para>The documentation that comes with Glibc, Gcc, and other -packages recommend not to compile the packages as user root. We -feel it's safe to ignore that recommendation and compile as user root -anyway. Hundreds of people using LFS have done so without any problems -whatsoever, and we haven't encountered any bugs in the compile processes -that cause harm. So it's pretty safe (never can be 100% safe though, so -it's up to you what you end up doing).</para> - -</sect1> - |