mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
Removed the creation of /usr/etc to conform to FHS - closes bug 775
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
dd3e8c6e5b
commit
31a5625f9f
@ -34,6 +34,9 @@ first a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>February 26th, 2004 [jeremy]: Removed the creation of the
|
||||
/usr/etc directory to conform with FHS - closes bug 775</para></listitem>
|
||||
|
||||
<listitem><para>February 26th, 2004 [jeremy]: Upgraded to Kernel 2.4.25</para></listitem>
|
||||
|
||||
<listitem><para>February 23rd, 2004 [alex]: Chapters 6 + 9 : Cleaned up the
|
||||
|
@ -211,14 +211,16 @@ standard tree:</para>
|
||||
|
||||
<screen><userinput>mkdir -p /{bin,boot,dev/{pts,shm},etc/opt,home,lib,mnt,proc}
|
||||
mkdir -p /{root,sbin,tmp,usr/local,var,opt}
|
||||
for dirname in /usr /usr/local
|
||||
do
|
||||
mkdir $dirname/{bin,etc,include,lib,sbin,share,src}
|
||||
ln -s share/{man,doc,info} $dirname
|
||||
mkdir $dirname/share/{doc,info,locale,man}
|
||||
mkdir $dirname/share/{misc,terminfo,zoneinfo}
|
||||
mkdir $dirname/share/man/man{1,2,3,4,5,6,7,8}
|
||||
done
|
||||
mkdir /usr/{bin,include,lib,sbin,share,src}
|
||||
ln -s share/{man,doc,info} /usr
|
||||
mkdir /usr/share/{doc,info,locale,man}
|
||||
mkdir /usr/share/{misc,terminfo,zoneinfo}
|
||||
mkdir /usr/share/man/man{1,2,3,4,5,6,7,8}
|
||||
mkdir /usr/local/{bin,etc,include,lib,sbin,share,src}
|
||||
ln -s share/{man,doc,info} /usr/local
|
||||
mkdir /usr/local/share/{doc,info,locale,man}
|
||||
mkdir /usr/local/share/{misc,terminfo,zoneinfo}
|
||||
mkdir /usr/local/share/man/man{1,2,3,4,5,6,7,8}
|
||||
mkdir /var/{lock,log,mail,run,spool}
|
||||
mkdir -p /var/{tmp,opt,cache,lib/misc,local}
|
||||
mkdir /opt/{bin,doc,include,info}
|
||||
|
Loading…
Reference in New Issue
Block a user