Changeset 9506e84
- Timestamp:
- 05/24/2013 04:32:26 PM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3438a47a
- Parents:
- c70439e
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rc70439e r9506e84 4 4 --> 5 5 6 <!ENTITY day "2 2"> <!-- Always 2 digits -->6 <!ENTITY day "24"> <!-- Always 2 digits --> 7 7 <!ENTITY month "05"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2013"> -
general/genlib/libxml2.xml
rc70439e r9506e84 118 118 </para> 119 119 120 <screen><userinput>./configure --prefix=/usr --disable-static &&120 <screen><userinput>./configure --prefix=/usr --disable-static --with-history && 121 121 make</userinput></screen> 122 122 … … 139 139 140 140 <para> 141 <option>--with-history</option>: If this switch is used, itenables141 <option>--with-history</option>: This switch enables 142 142 <application>Readline</application> support when running 143 143 <command>xmlcatalog</command> or <command>xmllint</command> in shell mode. -
general/genutils/screen.xml
rc70439e r9506e84 81 81 <screen><userinput>./configure --prefix=/usr \ 82 82 --with-socket-dir=/var/run/screen \ 83 --with-pty-group= 4\83 --with-pty-group=5 \ 84 84 --with-sys-screenrc=/etc/screenrc && 85 85 sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* && … … 105 105 class='directory'>/etc</filename>. </para> 106 106 107 <para><parameter>--with-pty-group= 4</parameter>: This option sets the gid107 <para><parameter>--with-pty-group=5</parameter>: This option sets the gid 108 108 to the value used by LFS.</para> 109 109 110 <note><para> Newer versions of LFS use the value 5 for the tty group.If111 you are using the development version of LFS, change the pty-group option112 to 5.</para></note>110 <note><para>Older versions of LFS use the value 4 for the tty group. If 111 you are using LFS version 7.1 or older, change the pty-group option 112 to 4.</para></note> 113 113 114 114 <para><command>sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" -
introduction/welcome/changelog.xml
rc70439e r9506e84 45 45 --> 46 46 <listitem> 47 <para>May 24th, 2013</para> 48 <itemizedlist> 49 <listitem> 50 <para>[igor] - Updated libxml2 and Screen instructions to reflect 51 changes in newer LFS versions.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 47 57 <para>May 22nd, 2013</para> 48 58 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.