|
@@ -10,7 +10,8 @@ be found at <ulink url="&hints-root;shadowpasswd_plus.txt"/>.</para>
|
|
|
<para>Install the Shadow Password Suite by running the
|
|
|
following commands:</para>
|
|
|
|
|
|
-<para><screen><userinput>./configure --prefix=/usr --enable-shared &&
|
|
|
+<para><screen><userinput>./configure --prefix=/usr \
|
|
|
+ --libdir=/usr/lib --enable-shared &&
|
|
|
make &&
|
|
|
make install &&
|
|
|
cp etc/{limits,login.access} /etc &&
|
|
@@ -19,7 +20,7 @@ sed 's%/var/spool/mail%/var/mail%' \
|
|
|
ln -s vipw /usr/sbin/vigr &&
|
|
|
rm /bin/vipw &&
|
|
|
mv /bin/sg /usr/bin &&
|
|
|
-mv /lib/{libmisc.*a,libshadow.*a} /usr/lib</userinput></screen></para>
|
|
|
+mv /usr/lib/lib{shadow,misc}.so* /lib</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
|