Changeset 18707a2


Ignore:
Timestamp:
07/13/2018 09:55:57 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e12425a
Parents:
8e610bd
Message:

Modify install command for gnome-settings-daemon

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20230 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8e610bd r18707a2  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     3<!ENTITY day          "13">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 11th, &year;">
     9<!ENTITY releasedate  "July 13th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome/platform/gnome-settings-daemon.xml

    r8e610bd r18707a2  
    137137    </para>
    138138
    139 <screen role="root"><userinput>make udevrulesdir=/lib/udev/rules.d install</userinput></screen>
     139<screen role="root"><userinput>ninja install</userinput></screen>
    140140
    141141  </sect2>
  • introduction/welcome/changelog.xml

    r8e610bd r18707a2  
    4242    </listitem>
    4343-->
     44    <listitem revision="systemd">
     45      <!-- if a sysvinit change is committed today, this needs to be adapted. -->
     46      <para>July 13th, 2018</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Modified the install command for gnome-settings-daemon.
     50          Fixes <ulink url="&blfs-ticket-root;10827">#10827</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    4455    <listitem>
    4556      <para>July 11th, 2018</para>
Note: See TracChangeset for help on using the changeset viewer.