Ignore:
Timestamp:
02/25/2020 03:28:56 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
1f61010e
Parents:
82f0577f
Message:

Tweak ntp configuration.
Fix a typo in libreoffice.
Remove service in sysv version of at-spi2-core.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/at-spi2-core.xml

    r82f0577f r92195dd1  
    113113meson --prefix=/usr     \
    114114      --sysconfdir=/etc \
    115       -Dsystemd_user_dir=no .. &amp;&amp;
     115      -Dsystemd_user_dir=/tmp .. &amp;&amp;
    116116ninja</userinput></screen>
    117117
     
    133133    </para>
    134134
    135 <screen role="root"><userinput>ninja install</userinput></screen>
     135<screen role="root" revision="systemd"><userinput>ninja install</userinput></screen>
     136<screen role="root" revision="sysv"><userinput>ninja install &amp;&amp;
     137rm /tmp/at-spi-dbus-bus.service</userinput></screen>
    136138
    137139  </sect2>
     
    145147
    146148    <para>
    147       <parameter>-Dsystemd_user_dir=no</parameter>: This flag disables the
    148       installation of systemd unit files on SysV, where they are unable to be
    149       used.
     149      <parameter>-Dsystemd_user_dir=/tmp</parameter>: This flag puts the
     150      systemd unit file in /tmp where it will be removed. SysV, is unable to
     151      use this file.
    150152    </para>
    151153
Note: See TracChangeset for help on using the changeset viewer.