Changeset d5833fe for chapter06


Ignore:
Timestamp:
07/20/2004 09:09:52 AM (20 years ago)
Author:
Jeremy Utley <jeremy@…>
Branches:
6.0
Children:
018a000
Parents:
df1fa4a
Message:

Corrected the double creation of /var/tmp (Kris van Rens and others)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@3955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/creatingdirs.xml

    rdf1fa4a rd5833fe  
    2828install -d /usr/local/share/man/man{1,2,3,4,5,6,7,8}
    2929install -d /var/{lock,log,mail,run,spool}
    30 install -d /var/{tmp,opt,cache,lib/{misc,locate},local}
     30install -d /var/{opt,cache,lib/{misc,locate},local}
    3131install -d /opt/{bin,doc,include,info}
    3232install -d /opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.