Ignore:
Timestamp:
07/28/2014 06:01:23 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
da0669ee
Parents:
05122be
Message:

Link to ModemManager in the book instead of using external link.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/geoclue2-systemd.xml

    r05122be r7744d8a  
    8282    </para>
    8383
     84    <bridgehead renderas="sect4">Recommended</bridgehead>
     85    <para role="recommended">
     86      <xref linkend="ModemManager"/>
     87    </para>
     88
    8489    <bridgehead renderas="sect4">Optional</bridgehead>
    8590    <para role="optional">
    86       <xref linkend="libnotify"/> and
    87       <ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink>
     91      <xref linkend="libnotify"/>
    8892    </para>
    8993
     
    101105    </para>
    102106
    103 <screen><userinput>./configure --prefix=/usr       \
    104             --sysconfdir=/etc   \
    105             --disable-3g-source \
    106             --disable-modem-gps-source &amp;&amp;
     107<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    107108make</userinput></screen>
    108109
     
    123124
    124125    <para>
    125       <parameter>--disable-3g-source</parameter>: This switch disables
    126       the 3G backend. Remove it if you have installed the optional
     126      <option>--disable-3g-source</option>: This switch disables
     127      the 3G backend. Use it if you have not installed the
    127128      <application>ModemManager</application> package.
    128129    </para>
    129130
    130131    <para>
    131       <parameter>--disable-modem-gps-source</parameter>: This switch
    132        disables the modem GPS backend. Remove it if you have installed
    133        the optional <application>ModemManager</application> package.
     132      <option>--disable-modem-gps-source</option>: This switch disables
     133      the modem GPS backend. Remove it if you have not installed the
     134      <application>ModemManager</application> package.
    134135    </para>
    135136
Note: See TracChangeset for help on using the changeset viewer.