diff options
Diffstat (limited to 'chapter06/shadowpwd-inst.xml')
-rw-r--r-- | chapter06/shadowpwd-inst.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index be2014c78..05f997f6c 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -20,7 +20,9 @@ sed 's%/var/spool/mail%/var/mail%' \ ln -s vipw /usr/sbin/vigr && rm /bin/vipw && mv /bin/sg /usr/bin && -mv /usr/lib/lib{shadow,misc}.so* /lib</userinput></screen></para> +mv /usr/lib/lib{shadow,misc}.so.0* /lib && +ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so && +ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so</userinput></screen></para> <para>Sh-utils and Shadow Password Suite each install a unique <filename>groups</filename> program. If you wish, you may remove the |