Ignore:
Timestamp:
06/04/2016 12:20:01 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
3c7bd00
Parents:
39045922
Message:

Merge D-Bus changes frome systemd branch, some temporary fixes for bootscript related render errors.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/fcron.xml

    r39045922 r5c9e998  
    123123    commands:</para>
    124124
    125 <screen><userinput>./configure --prefix=/usr          \
     125<screen revision="sysv"><userinput>./configure --prefix=/usr          \
    126126            --sysconfdir=/etc      \
    127127            --localstatedir=/var   \
     
    129129            --with-boot-install=no \
    130130            --with-systemdsystemunitdir=no &amp;&amp;
     131make</userinput></screen>
     132
     133<screen revision="systemd"><userinput>./configure --prefix=/usr          \
     134            --sysconfdir=/etc      \
     135            --localstatedir=/var   \
     136            --without-sendmail     \
     137            --with-boot-install=no &amp;&amp;
    131138make</userinput></screen>
    132139
     
    159166    installation of the bootscript included with the package.</para>
    160167
    161     <para><parameter>--with-systemdsystemunitdir=no|yes|DIR</parameter>: Use
    162     no, if you use sysvint; yes, if you use systemd, or specify the directory
    163     DIR for the systemd units.</para>
     168    <para revision="sysv"><parameter>--with-systemdsystemunitdir=no|yes|DIR</parameter>:
     169    Use no, if you use sysvint; yes, if you use systemd, or specify the
     170    directory for the systemd units.</para>
    164171
    165172    <para><option>--with-editor=<replaceable>&lt;/path/to/editor&gt;</replaceable></option>:
     
    230237
    231238      <para>Install the <filename>/etc/rc.d/init.d/fcron</filename>
    232       init script from the <xref linkend="bootscripts"/>
     239      init script from the <xref linkend="bootscripts" revision="sysv"/>
     240      <xref linkend="systemd-units" revision="systemd"/>
    233241      package.</para>
    234242
Note: See TracChangeset for help on using the changeset viewer.