Changeset cdb3add2
- Timestamp:
- 09/02/2019 08:39:06 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7539c30e
- Parents:
- 46c5976
- Files:
-
- 1 added
- 7 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r46c5976 rcdb3add2 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 30"> <!-- Always 2 digits -->4 <!ENTITY month "0 8"> <!-- Always 2 digits -->3 <!ENTITY day "02"> <!-- Always 2 digits --> 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate " August 30th, &year;">9 <!ENTITY releasedate "September 2nd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 83 83 <!-- End LFS versions --> 84 84 85 <!ENTITY blfs-bootscripts-version "20190 609">85 <!ENTITY blfs-bootscripts-version "20190902"> 86 86 <!ENTITY systemd-units-version "20180105"> 87 87 -
general/sysutils/elogind.xml
r46c5976 rcdb3add2 195 195 <title>Configuring elogind</title> 196 196 197 <para revision="sysv"> 198 To automatically start <command>elogind</command> when the 199 system is rebooted, install the 200 <filename>/etc/rc.d/init.d/mountcgroupfs</filename> and 201 <filename>/etc/rc.d/init.d/elogind</filename> bootscripts from the 202 <xref linkend="bootscripts"/> package. 203 </para> 204 205 <indexterm zone="elogind elogind"> 206 <primary sortas="f-elogind">elogind</primary> 207 </indexterm> 208 209 <screen role="root"><userinput>make install-elogind</userinput></screen> 210 211 <para> 212 Note that this boot script only starts the system-wide 213 <application>elogind</application> daemon. Each user will also need to 214 register a user session using <application>Linux-PAM</application> at 215 login. The <filename>/etc/pam.d/system-session</filename> file needs to 197 <para> 198 Each user will need to register a user session using 199 <application>Linux-PAM</application> at login. The 200 <filename>/etc/pam.d/system-session</filename> file needs to 216 201 be modified and a new file needs to be created in order for 217 202 <command>elogind</command> to work correctly. Run the following -
general/sysutils/sysutils.xml
r46c5976 rcdb3add2 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gpm.xml"/> 43 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hdparm.xml"/> 44 45 <!-- sysv only --> 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="initdtools.xml"/> 47 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lsb-tools.xml"/> 48 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lm_sensors.xml"/> 49 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="logrotate.xml"/> -
introduction/welcome/changelog.xml
r46c5976 rcdb3add2 44 44 45 45 <listitem> 46 <para>September 2nd, 2019</para> 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Replace Lsb_release and Initd-tools with LSB-Tools 50 package.</para> 51 </listitem> 52 <listitem> 53 <para>[dj] - Begin update of bootscript headers. Partial fix for 54 <ulink url="&blfs-ticket-root;12010">#12010</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[dj] - Remove unneeded elogind and mountcgroupfs 58 bootscripts.</para> 59 </listitem> 60 <listitem> 61 <para>[dj] - Update to blfs-bootscripts-20190902.</para> 62 </listitem> 63 </itemizedlist> 64 </listitem> 65 66 <listitem> 46 67 <para>September 1st, 2019</para> 47 68 <itemizedlist> -
lxde/desktop/lxsession.xml
r46c5976 rcdb3add2 83 83 <bridgehead renderas="sect4">Optional</bridgehead> 84 84 <para role="optional"> 85 <xref role="runtime" linkend="lsb- release"/> (may be used at runtime85 <xref role="runtime" linkend="lsb-tools"/> (may be used at runtime 86 86 to display the distribution release in the logout dialog), 87 87 <xref linkend="gtk3"/>, and -
packages.ent
r46c5976 rcdb3add2 2 2 3 3 <!-- Part II --> 4 <!-- Chapter 3 -->5 <!ENTITY initd-tools-version "0.1.3">6 <!ENTITY lsb-release-version "1.4">7 8 4 <!-- Chapter 4 --> 9 5 … … 281 277 <!ENTITY lm_sensors-version "3.4.0"> 282 278 <!ENTITY logrotate-version "3.15.0"> 279 <!ENTITY lsb-tools-version "0.3"> 283 280 <!ENTITY mc-version "4.8.23"> 284 281 <!ENTITY ModemManager-version "1.10.4"> -
postlfs/config/config.xml
r46c5976 rcdb3add2 57 57 <!-- sysv only --> 58 58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="random.xml"/> 59 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lsb-release.xml"/>61 62 59 </chapter>
Note:
See TracChangeset
for help on using the changeset viewer.