diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/shadowpwd-inst.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 64ba025e6..7548e2e62 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -27,6 +27,10 @@ </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 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> diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index 7f0a448c5..3da3581de 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -15,7 +15,7 @@ make install && cp etc/{limits,login.access} /etc && sed 's%/var/spool/mail%/var/mail%' \ etc/login.defs.linux > /etc/login.defs && -ln -sf vipw /usr/bin/vigr && +ln -sf vipw /usr/sbin/vigr && rm /bin/vipw && mv /bin/sg /usr/bin && mv /lib/{libmisc.*a,libshadow.*a} /usr/lib && |