Changeset 22d378f
- Timestamp:
- 09/21/2002 09:43:45 PM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2aaa7e5
- Parents:
- 6af7092
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r6af7092 r22d378f 10 10 11 11 <itemizedlist> 12 13 <listitem><para>September 21st, 2002 [larry]: Converted leading spaces 14 to   in qt instructions. Change libld to libdl in bootdisk and 15 changed /mnt/lib to /mnt/loop1/lib.</para></listitem> 12 16 13 17 <listitem><para>September 21st, 2002 [larry]: Basicnet: Added references -
postlfs/config/bootdisk.xml
r6af7092 r22d378f 93 93 make 94 94 make PREFIX=/mnt/loop1 install 95 cp /lib/libc.so.6 /lib/ld-linux.so.2 /lib/lib ld.so.2 /tmp96 strip --strip-deb /tmp/ld-linux.so.2 /tmp/libc.so.6 /tmp/lib ld.so.297 mv /tmp/ld-linux.so.2 /tmp/libc.so.6 /tmp/lib ld.so.2 /mnt/lib/95 cp /lib/libc.so.6 /lib/ld-linux.so.2 /lib/libdl.so.2 /tmp 96 strip --strip-deb /tmp/ld-linux.so.2 /tmp/libc.so.6 /tmp/libdl.so.2 97 mv /tmp/ld-linux.so.2 /tmp/libc.so.6 /tmp/libdl.so.2 /mnt/loop1/lib/ 98 98 </userinput></screen> 99 99 <para> -
postlfs/security/shadow.xml
r6af7092 r22d378f 3 3 <title>Configuring shadow</title> 4 4 5 <para>TO BE WRITTEN - NEW</para> 5 <para>Shadow's Configuration File</para> 6 7 <para><userinput>/etc/login.defs</userinput></para> 8 9 <para>Enabling MD5 Passwords</para> 10 11 <para>To enable MD5 Passwords, modify the line in the login.defs file 12 that reads: 13 <screen><userinput>#MD5_CRYPT_ENABLE no</userinput></screen> 14 to read: 15 <screen><userinput>MD5_CRYPT_ENABLE yes</userinput></screen></para> 16 17 <para>Passwords created after this change will be encrypted using MD5 18 instead of using DES encryption.</para> 19 20 6 21 7 22 </sect1> -
x/lib/qt/qt-inst.xml
r6af7092 r22d378f 4 4 <para><screen><userinput>export QTDIR=$PWD && 5 5 ./configure -prefix /opt/qt-&qt-version; -qt-gif -system-libpng \ 6 7 6 -system-libmng -system-zlib -system-libjpeg -no-g++-exceptions \ 7 -thread && 8 8 make && 9 9 cp src/Makefile src/Makefile.bak &&
Note:
See TracChangeset
for help on using the changeset viewer.