Changeset 47e9f6b0


Ignore:
Timestamp:
07/20/2014 01:00:51 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
6bc6c1c
Parents:
459c449
Message:

Begin merging Christophers work into systemd branch part 4.

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

Files:
1 added
6 edited
8 moved

Legend:

Unmodified
Added
Removed
  • general/sysutils/autofs-systemd.xml

    r459c449 r47e9f6b0  
    137137
    138138    <para>
    139       <option>--with-systemd</option>: This switch enables installation of the
    140       systemd units.
     139      <parameter>--with-systemd</parameter>: This switch enables installation of
     140      the bundled systemd units.
    141141    </para>
    142142
  • general/sysutils/colord-systemd.xml

    r459c449 r47e9f6b0  
    136136            --enable-vala                \
    137137            --disable-bash-completion    \
    138             --disable-static             \
    139             --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
     138            --disable-static &amp;&amp;
    140139make</userinput></screen>
    141140
  • general/sysutils/fcron-systemd.xml

    r459c449 r47e9f6b0  
    8787    <title>Installation of Fcron</title>
    8888
    89     <para id="fcron-syslog"><application>Fcron</application> uses the cron facility
     89<!--    <para id="fcron-syslog"><application>Fcron</application> uses the cron facility
    9090    of <command>syslog</command> to log all messages. Since LFS
    9191    does not set up this facility in <filename>/etc/syslog.conf</filename>, it
     
    111111    <systemitem class='username'>root</systemitem> user).</para>
    112112
    113 <screen role="root"><userinput>/etc/rc.d/init.d/sysklogd reload</userinput></screen>
     113<screen role="root"><userinput>/etc/rc.d/init.d/sysklogd reload</userinput></screen> -->
    114114
    115115    <para>For security reasons, an unprivileged user and group for
     
    127127            --localstatedir=/var   \
    128128            --without-sendmail     \
    129             --with-boot-install=no \
    130             --with-systemdsystemunitdir=no &amp;&amp;
     129            --with-boot-install=no &amp;&amp;
    131130make</userinput></screen>
    132131
     
    159158    installation of the bootscript included with the package.</para>
    160159
    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>
    164 
    165160    <para><option>--with-editor=<replaceable>&lt;/path/to/editor&gt;</replaceable></option>:
    166161    This switch allows you to set the default text editor.</para>
     
    227222
    228223    <sect3  id="fcron-init">
    229       <title>Boot Script</title>
    230 
    231       <para>Install the <filename>/etc/rc.d/init.d/fcron</filename>
    232       init script from the <xref linkend="bootscripts"/>
    233       package.</para>
     224      <title>Systemd Unit</title>
     225
     226      <para>To start the <command>fcron</command> daemon at boot,
     227      enable the previously installed systemd unit by running
     228      the following command as the
     229      <systemitem class="username">root</systemitem> user:</para>
    234230
    235231      <indexterm zone="fcron fcron-init">
     
    237233      </indexterm>
    238234
    239 <screen role="root"><userinput>make install-fcron</userinput></screen>
     235<screen role="root"><userinput>systemctl enable fcron</userinput></screen>
    240236
    241237    </sect3>
  • general/sysutils/sysstat-systemd.xml

    r459c449 r47e9f6b0  
    9090<screen role="root"><userinput>make install</userinput></screen>
    9191
     92    <para>
     93      Install the systemd unit by running the following command as the
     94      <systemitem class="username">root</systemitem> user:
     95    </para>
     96
     97<screen role="root"><userinput>install -v -m644 sysstat.service /lib/systemd/system/sysstat.service</userinput></screen>
     98
    9299  </sect2>
    93100
     
    176183      <para>At system startup, a LINUX RESTART message must be inserted in the
    177184      daily data file to reinitialize the kernel counters. This can be
    178       automated by installing the <filename>/etc/rc.d/init.d/sysstat</filename>
    179       init script included in the <xref linkend="bootscripts"/>
    180       package using the following command as the
     185      automated by enabling the previously installed systemd unit
     186      using the following command as the
    181187      <systemitem class="username">root</systemitem> user:</para>
    182188
    183 <screen role="root"><userinput>make install-sysstat</userinput></screen>
     189<screen role="root"><userinput>systemctl enable sysstat</userinput></screen>
    184190
    185191    </sect3>
  • general/sysutils/sysutils.xml

    r459c449 r47e9f6b0  
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cpio.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/>
    29   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fcron.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fcron-systemd.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gpm.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hdparm.xml"/>
     
    4444  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sg3_utils.xml"/>
    4545  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="strigi.xml"/>
    46   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysstat.xml"/>
     46  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysstat-systemd.xml"/>
    4747  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd.xml"/>
    4848  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udev-extras.xml"/>
    49   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udisks.xml"/>
    50   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udisks2.xml"/>
     49  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udisks-systemd.xml"/>
     50  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udisks2-systemd.xml"/>
    5151  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="unrar.xml"/>
    5252  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="unzip.xml"/>
    53   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="upower.xml"/>
     53  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="upower-systemd.xml"/>
    5454  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="usbutils.xml"/>
    5555  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="which.xml"/>
  • general/sysutils/udisks-systemd.xml

    r459c449 r47e9f6b0  
    8282      <xref linkend="polkit"/>,
    8383      <xref linkend="sg3_utils"/>, and
    84       <xref linkend="udev-extras"/> (for gudev)
     84      <xref linkend="systemd"/> (for GUdev and Logind)
    8585    </para>
    8686
     
    9393
    9494    <para condition="html" role="usernotes">User Notes:
    95     <ulink url="&blfs-wiki;/udisks"/></para>
    96 
     95      <ulink url="&blfs-wiki;/udisks"/>
     96    </para>
    9797  </sect2>
    9898
  • general/sysutils/udisks2-systemd.xml

    r459c449 r47e9f6b0  
    8080      <xref linkend="libxslt"/>,
    8181      <xref linkend="polkit"/>,  and
    82       <xref linkend="udev-extras"/> (for GUdev)
     82      <xref linkend="systemd"/> (for GUdev and Logind)
    8383    </para>
    8484
  • general/sysutils/upower-systemd.xml

    r459c449 r47e9f6b0  
    8080      <xref linkend="libusb"/>,
    8181      <xref linkend="polkit"/>, and
    82       <xref linkend="udev-extras"/> (for GUdev)
    83     </para>
    84 
    85     <bridgehead renderas="sect4">Recommended (runtime)</bridgehead>
    86     <para role="recommended">
    87       <xref linkend="pm-utils"/>
     82      <xref linkend="systemd"/> (for GUdev and Logind)
    8883    </para>
    8984
     
    115110            --sysconfdir=/etc    \
    116111            --localstatedir=/var \
    117             --enable-deprecated  \
    118             --disable-static &amp;&amp;
     112            --disable-static     \
     113            --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
    119114make</userinput></screen>
    120115
     
    136131    <title>Command Explanations</title>
    137132
    138     <para>
    139       <option>--enable-deprecated</option>: This switch enables
    140       deprecated functionality which is still needed by some
    141       applications.
    142     </para>
    143 
    144133    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    145134      href="../../xincludes/static-libraries.xml"/>
    146135
     136    <para>
     137      <parameter>--with-systemdsystemunitdir=/lib/systemd/system</parameter>:
     138      This switch specifies the install location for the systemd units.
     139    </para>
     140
    147141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    148142      href="../../xincludes/gtk-doc-rebuild.xml"/>
     
    155149    <para>
    156150      To use the command <command>upower -w</command> for information about
    157       processor wakeups (this command is used by <ulink url="http://ftp.gnome.org/pub/gnome/sources/gnome-power-manager/">gnome-power-manager</ulink>)
     151      processor wakeups (this command is used by <ulink
     152      url="http://ftp.gnome.org/pub/gnome/sources/gnome-power-manager/">gnome-power-manager</ulink>)
    158153      you need to enable CONFIG_TIMER_STATS.  This is achieved in
    159154      <command>make menuconfig</command> by going to the &apos;kernel-hacking&apos;
     
    161156    </para>
    162157
    163   </sect2>
     158    <sect3  id="upower-init">
     159      <title>Systemd Unit</title>
     160
     161      <para>To start the <command>upowerd</command> daemon at boot,
     162      enable the previously installed systemd unit by running
     163      the following command as the
     164      <systemitem class="username">root</systemitem> user:</para>
     165
     166      <indexterm zone="upower upower-init">
     167        <primary sortas="f-upower">upower</primary>
     168      </indexterm>
     169
     170<screen role="root"><userinput>systemctl enable upower</userinput></screen>
     171
     172    </sect3>
     173
     174  </sect2>
     175
    164176  <sect2 role="content">
    165177    <title>Contents</title>
  • networking/netutils/networkmanager-systemd.xml

    r459c449 r47e9f6b0  
    8585      <xref linkend="nss"/>,
    8686      (or <xref linkend="gnutls"/>), and
    87       <xref linkend="udev-extras"/> (for GUdev)
     87      <xref linkend="systemd"/> (for GUdev and Logind)
    8888    </para>
    8989
     
    9696      <xref linkend="libsoup"/>,
    9797      <xref linkend="newt"/> (for <command>nmtui</command>),
    98       <xref linkend="polkit"/>,
    99       <xref linkend="systemd"/> (for Logind), and
     98      <xref linkend="polkit"/>, and
    10099      <xref linkend="vala"/>
    101100    </para>
  • x/lib/clutter-systemd.xml

    r459c449 r47e9f6b0  
    104104      <ulink url="http://xkbcommon.org/">libxkbcommon</ulink>,
    105105      <ulink url="http://tslib.berlios.de/">Tslib</ulink>,
    106       <xref linkend="udev-extras"/> (for GUdev), and
     106      <xref linkend="systemd"/> (for GUdev), and
    107107      <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
    108108    </para>
  • x/lib/lib.xml

    r459c449 r47e9f6b0  
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cairomm.xml"/>
    3434  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cogl.xml"/>
    35   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter.xml"/>
     35  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-systemd.xml"/>
    3636  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-gst2.xml"/>
    3737  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-gtk.xml"/>
     
    5757  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="startup-notification.xml"/>
    5858  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="webkitgtk.xml"/>
    59   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="webkitgtk2.xml"/>
     59  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="webkitgtk2-systemd.xml"/>
    6060  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xulrunner.xml"/>
    6161
  • x/lib/webkitgtk2-systemd.xml

    r459c449 r47e9f6b0  
    8585      <xref linkend="ruby"/>,
    8686      <xref linkend="sqlite"/>,
    87       <xref linkend="udev-extras"/> (for GUdev) and
     87      <xref linkend="systemd"/> (for GUdev) and
    8888      <xref linkend="which"/>
    8989    </para>
  • xsoft/other/gimp-systemd.xml

    r459c449 r47e9f6b0  
    155155      an <xref linkend="server-mail"/> (that provides a
    156156      <command>sendmail</command> program),
    157       <xref linkend="udev-extras"/> (for GUdev),
     157      <xref linkend="systemd"/> (for GUdev),
    158158      <xref linkend="webkitgtk"/> (required for the help-plugin) and
    159159      <xref linkend="gtk-doc"/>
  • xsoft/other/other.xml

    r459c449 r47e9f6b0  
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ekiga.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fontforge.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gimp.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gimp-systemd.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnash.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gparted-systemd.xml"/>
Note: See TracChangeset for help on using the changeset viewer.