Author: alexander
Date: 2005-10-01 08:27:48 -0600 (Sat, 01 Oct 2005)
New Revision: 812
Modified:
x86/branches/utf8-newmake/packages/shadow/Makefile
Log:
Disabled mail checking since there is never any mail on the CD
Fixed reinstallation of shadow
Modified: x86/branches/utf8-newmake/packages/shadow/Makefile
===================================================================
--- x86/branches/utf8-newmake/packages/shadow/Makefile 2005-10-01 10:58:08 UTC
(rev 811)
+++ x86/branches/utf8-newmake/packages/shadow/Makefile 2005-10-01 14:27:48 UTC
(rev 812)
@@ -27,13 +27,14 @@
make install
cp etc/{limits,login.access} /etc
sed -e '[EMAIL PROTECTED]@MD5_CRYPT_ENAB yes@' \
+ -e '[EMAIL PROTECTED]@MAIL_CHECK_ENAB no@' \
-e 's@/var/spool/mail@/var/mail@' \
etc/login.defs.linux > /etc/login.defs
mv /usr/bin/passwd /bin
mv /lib/libshadow.*a /usr/lib
rm /lib/libshadow.so
ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so
- mkdir /etc/default
+ mkdir -p /etc/default
pwconv
grpconv
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page