Changeset 08411502


Ignore:
Timestamp:
06/08/2016 02:37:58 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
8ee0429
Parents:
d1d9374
Message:

Fix 70-uaccess.rules (systemd)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17459 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd1d9374 r08411502  
    22
    33<!ENTITY day          "04">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "06">                   <!-- Always 2 digits -->
     4<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 4th, &year;">
     9<!ENTITY releasedate  "June 8th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">                  <!-- svn|[release #] -->
  • general/sysutils/systemd.xml

    rd1d9374 r08411502  
    1414]>
    1515
    16 <sect1 id="systemd" xreflabel="Systemd-&systemd-version;" revision="systemd">
     16<sect1 id="systemd" xreflabel="Systemd-&systemd-version;">
    1717  <?dbhtml filename="systemd.html"?>
    1818
     
    138138
    139139<screen><userinput>sed -e 's@DRI and frame buffer@DRI@' \
    140     -e '/SUBSYTEM==\"graphics\", KERNEL==\"fb\*\"/d' \
     140    -e '/SUBSYSTEM==\"graphics\", KERNEL==\"fb\*\"/d' \
    141141    -i  src/login/70-uaccess.rules</userinput></screen>
    142142
  • introduction/important/systemd-units.xml

    rd1d9374 r08411502  
    66]>
    77
    8 <sect1 id="bootscripts" xreflabel="blfs-systemd-units-&systemd-units-version;" revision="systemd">
     8<sect1 id="bootscripts" xreflabel="blfs-systemd-units-&systemd-units-version;">
    99  <?dbhtml filename="systemd-units.html"?>
    1010
  • introduction/welcome/changelog.xml

    rd1d9374 r08411502  
    4545-->
    4646    <listitem>
     47      <para>June 8th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[dj] - correct typo in 70-uaccess.rules (systemd).</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4756      <para>June 4th, 2016</para>
    4857      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.