Browse Source

fixed vigr symlink location

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 years ago
parent
commit
f109c01229
2 changed files with 5 additions and 1 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/shadowpwd-inst.xml

+ 4 - 0
chapter01/changelog.xml

@@ -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>

+ 1 - 1
chapter06/shadowpwd-inst.xml

@@ -15,7 +15,7 @@ make install &amp;&amp;
 cp etc/{limits,login.access} /etc &amp;&amp;
 cp etc/{limits,login.access} /etc &amp;&amp;
 sed 's%/var/spool/mail%/var/mail%' \
 sed 's%/var/spool/mail%/var/mail%' \
 &nbsp;&nbsp;&nbsp;&nbsp;etc/login.defs.linux &gt; /etc/login.defs &amp;&amp;
 &nbsp;&nbsp;&nbsp;&nbsp;etc/login.defs.linux &gt; /etc/login.defs &amp;&amp;
-ln -sf vipw /usr/bin/vigr &amp;&amp;
+ln -sf vipw /usr/sbin/vigr &amp;&amp;
 rm /bin/vipw &amp;&amp;
 rm /bin/vipw &amp;&amp;
 mv /bin/sg /usr/bin &amp;&amp;
 mv /bin/sg /usr/bin &amp;&amp;
 mv /lib/{libmisc.*a,libshadow.*a} /usr/lib &amp;&amp;
 mv /lib/{libmisc.*a,libshadow.*a} /usr/lib &amp;&amp;