diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-05 03:01:35 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-05 03:01:35 +0000 |
commit | a27ec4855dc71bda8cffc84b3872461f6c47f2d0 (patch) | |
tree | 15990dba02120022a18f7b4b8c7d9011839196fc /chapter06/creatingdirs.xml | |
parent | f71e76c2705df902d681c9f3f480f9b21f8d02f4 (diff) |
Eliminated creation of /usr/tmp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r-- | chapter06/creatingdirs.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index ebd0116c1..ccf71cae3 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -20,8 +20,7 @@ mkdir /usr/lib/locale mkdir /var/{lock,log,mail,run,spool} mkdir -p /var/{tmp,opt,cache,lib/misc,local} mkdir /opt/{bin,doc,include,info} -mkdir -p /opt/{lib,man/man{1,2,3,4,5,6,7,8}} -ln -s ../var/tmp /usr</userinput></screen></para> +mkdir -p /opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen></para> <para>Directories are, by default, created with permission mode 755, but this isn't desirable for all directories. We will make two changes: one to the home |