Changeset 83cd1a6


Ignore:
Timestamp:
07/28/2014 06:01:23 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
271ff80
Parents:
0c8f009
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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gnome-systemd/applications/network-manager-applet.xml

    r0c8f009 r83cd1a6  
    102102      <ulink url="&gnome-download-http;/mobile-broadband-provider-info">
    103103        mobile-broadband-provider-info</ulink> (runtime), and
    104       <ulink url="http://www.freedesktop.org/software/ModemManager/">
    105         ModemManager</ulink>
     104      <xref linkend="ModemManager"/>
    106105    </para>
    107106
  • gnome-systemd/desktop/gnome-control-center.xml

    r0c8f009 r83cd1a6  
    9191    <bridgehead renderas="sect4">Recommended</bridgehead>
    9292    <para role="recommended">
     93      <xref linkend="cheese"/>,
    9394      <xref linkend="cups"/>,
    9495      <xref linkend="gnome-bluetooth"/>,
    95       <xref linkend="ibus"/>, and
     96      <xref linkend="ibus"/>,
     97      <xref linkend="ModemManager"/> and
     98      <xref linkend="network-manager-applet"/> (for the Network Panel), and
    9699      <xref linkend="sound-theme-freedesktop"/>
    97     </para>
    98      
    99     <bridgehead renderas="sect4">Optional</bridgehead>
    100     <para role="optional">
    101       <xref linkend="cheese"/>,
    102       <ulink url="&gnome-download-http;/libsocialweb/">
    103       libsocialweb</ulink>, and
    104       <ulink url="http://www.freedesktop.org/software/ModemManager/">
    105       ModemManager</ulink> and
    106       <xref linkend="network-manager-applet"/> (for Network Panel)
    107100    </para>
    108101
  • networking/netlibs/geoclue2-systemd.xml

    r0c8f009 r83cd1a6  
    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
  • networking/netutils/networkmanager-systemd.xml

    r0c8f009 r83cd1a6  
    104104      <xref linkend="bluez"/> (runtime),
    105105      <xref linkend="gtk-doc"/>,
     106      <xref linkend="ModemManager"/>,
    106107      <xref linkend="qt4"/>,
    107108      <xref linkend="valgrind"/>,
    108       <xref linkend="wpa_supplicant"/> (built with D-Bus support),
    109       <ulink url="http://libteam.org/">libteam</ulink>, and
    110       <ulink url="http://www.freedesktop.org/software/ModemManager/">
    111       ModemManager</ulink>,
     109      <xref linkend="wpa_supplicant"/> (built with D-Bus support), and
     110      <ulink url="http://libteam.org/">libteam</ulink>
    112111    </para>
    113112
Note: See TracChangeset for help on using the changeset viewer.