mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Sync shadow instructions with lfs
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@976 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d8e25d6ced
commit
fadd206a7a
@ -2,8 +2,8 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"/usr/share/docbook/docbookx.dtd" [
|
||||
|
||||
<!ENTITY version "20030815">
|
||||
<!ENTITY releasedate "August 15th, 2003">
|
||||
<!ENTITY version "20030816">
|
||||
<!ENTITY releasedate "August 16th, 2003">
|
||||
|
||||
<!ENTITY % book SYSTEM "book/book.ent">
|
||||
<!ENTITY % preface SYSTEM "preface/preface.ent">
|
||||
|
@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>August 16th, 2003 [tushar]: Synchronized shadow instructions
|
||||
to match those in LFS-CVS.</para></listitem>
|
||||
|
||||
<listitem><para>August 15th, 2003 [bdubbs]: Updated XFree86 instructions
|
||||
and added patch file.</para></listitem>
|
||||
|
||||
|
@ -10,13 +10,13 @@
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../shadow-4.0.3.patch &&
|
||||
autoconf &&
|
||||
LDFLAGS="-lpam -lpam_misc" ./configure --prefix=/usr --enable-shared --with-libpam &&
|
||||
LDFLAGS="-lpam -lpam_misc" ./configure --prefix=/usr --libdir=/usr/lib \
|
||||
--enable-shared --with-libpam &&
|
||||
make &&
|
||||
make install &&
|
||||
rm /bin/vipw &&
|
||||
rm /bin/sg &&
|
||||
mv /lib/{libmisc.*a,libshadow.*a} /usr/lib &&
|
||||
mv /lib/{libmisc.so,libshadow.so} /usr/lib &&
|
||||
mv /bin/sg /usr/bin &&
|
||||
mv /usr/lib/lib{misc,shadow}.so.0* /lib &&
|
||||
ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so &&
|
||||
ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so &&
|
||||
cp debian/securetty /etc/securetty</userinput></screen></para>
|
||||
|
Loading…
Reference in New Issue
Block a user