Changeset 9f309be
- Timestamp:
- 12/20/2017 03:19:58 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0b8b5ed
- Parents:
- 06d0c710
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r06d0c710 r9f309be 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 17"> <!-- Always 2 digits -->3 <!ENTITY day "20"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 16th, &year;">9 <!ENTITY releasedate "December 20th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/systemd.xml
r06d0c710 r9f309be 7 7 <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz"> 8 8 <!ENTITY systemd-download-ftp " "> 9 <!ENTITY systemd-md5sum " d53a925f1ca5b2e124de0a8aa65d0db2">10 <!ENTITY systemd-size "6. 3MB">11 <!ENTITY systemd-buildsize "3 20MB (an additional 3 MB for tests)">12 <!ENTITY systemd-time " 1.4SBU at -j4 (< 0.1 SBU for tests)">9 <!ENTITY systemd-md5sum "8609cb9043ac8f374371cbac5546acf4"> 10 <!ENTITY systemd-size "6.5 MB"> 11 <!ENTITY systemd-buildsize "331 MB (an additional 3 MB for tests)"> 12 <!ENTITY systemd-time "0.9 SBU at -j4 (< 0.1 SBU for tests)"> 13 13 14 14 ]> -
introduction/welcome/changelog.xml
r06d0c710 r9f309be 42 42 </listitem> 43 43 --> 44 <listitem revision="systemd"> 45 <para>December 20th, 2017</para> 46 <itemizedlist> 47 <listitem revision="systemd"> 48 <para>[dj] - Update to systemd-236. Fixes 49 <ulink url="&blfs-ticket-root;10166">#10166</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 44 54 <listitem> 45 55 <para>December 17th, 2017</para> -
packages.ent
r06d0c710 r9f309be 288 288 <!ENTITY strigi-version "0.7.8"> 289 289 <!ENTITY sysstat-version "11.6.1"> 290 <!ENTITY systemd-version "23 5">290 <!ENTITY systemd-version "236"> 291 291 <!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro version --> 292 292 <!ENTITY udisks2-version "2.7.5"> <!-- stable lt .90 micro version --> -
postlfs/virtualization/qemu.xml
r06d0c710 r9f309be 158 158 <title>Installation of qemu</title> 159 159 160 <para >160 <para revision="sysv"> 161 161 You will need a dedicated group that will contain users (other than root) 162 162 allowed to access the KVM device. Create this group by running the … … 165 165 </para> 166 166 167 <screen role="root" ><userinput>groupadd -g 61 kvm</userinput></screen>167 <screen role="root" revision="sysv"><userinput>groupadd -g 61 kvm</userinput></screen> 168 168 169 169 <para>
Note:
See TracChangeset
for help on using the changeset viewer.