mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
fixed vigr symlink location
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3f12743405
commit
f109c01229
@ -27,6 +27,10 @@
|
|||||||
|
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>May 6th, 2002 [gerard]: Chapter 06 - Shadow: Fixed the
|
||||||
|
symlink location of <filename class="symlink">vigr</filename> to
|
||||||
|
<filename class="directory">/usr/sbin</filename></para></listitem>
|
||||||
|
|
||||||
<listitem><para>May 2nd, 2002 [gerard]: Chapter 06 - Procps: Changed the
|
<listitem><para>May 2nd, 2002 [gerard]: Chapter 06 - Procps: Changed the
|
||||||
two single quotes to two double quotes (the two single quotes can be
|
two single quotes to two double quotes (the two single quotes can be
|
||||||
mistaken for one double quote which will cause an error).</para></listitem>
|
mistaken for one double quote which will cause an error).</para></listitem>
|
||||||
|
@ -15,7 +15,7 @@ make install &&
|
|||||||
cp etc/{limits,login.access} /etc &&
|
cp etc/{limits,login.access} /etc &&
|
||||||
sed 's%/var/spool/mail%/var/mail%' \
|
sed 's%/var/spool/mail%/var/mail%' \
|
||||||
etc/login.defs.linux > /etc/login.defs &&
|
etc/login.defs.linux > /etc/login.defs &&
|
||||||
ln -sf vipw /usr/bin/vigr &&
|
ln -sf vipw /usr/sbin/vigr &&
|
||||||
rm /bin/vipw &&
|
rm /bin/vipw &&
|
||||||
mv /bin/sg /usr/bin &&
|
mv /bin/sg /usr/bin &&
|
||||||
mv /lib/{libmisc.*a,libshadow.*a} /usr/lib &&
|
mv /lib/{libmisc.*a,libshadow.*a} /usr/lib &&
|
||||||
|
Loading…
Reference in New Issue
Block a user