Changeset c463c87 for networking


Ignore:
Timestamp:
07/16/2014 06:26:45 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
85ec85ef
Parents:
26169e99
Message:

Removed excess white space and updated systemd instructions on svnserver autofs bluez fcron sysstat nfs-utils ntp rsync samba wpa_supplicant
avahi mariadb postgresql exim postfix apache bind proftpd vsftpd openldap unbound xinetd and clutter pages

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

Location:
networking
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/nfs-utils.xml

    r26169e99 rc463c87  
    261261      specifiy other options.</para>
    262262
    263       <para>If you are using systemd, you may need to enable autofs v4 in your kernel,
     263      <para>You may need to enable autofs v4 in your kernel,
    264264      and add the option <literal>comment=systemd.automount</literal>. Some machines
    265265      need this, because systemd tries to mount the external fs&apos;s before the network
     
    292292
    293293      <sect4  id="nfs-utils-client-init">
    294         <title>Boot Script</title>
    295 
    296         <note><para>The following boot script is not required if the
     294        <title>Systemd Unit File</title>
     295
     296<!--        <note><para>The following boot script is not required if the
    297297        nfs-server script is installed.</para></note>
    298 
     298-->
    299299        <para>Install the systemd unit file included in the
    300300        <xref linkend="systemd-units"/> package to start
    301301        the client services at boot issue the following command as the
    302302        <systemitem class="username">root</systemitem>
    303         user:</para>
     303         user:</para>
    304304
    305305<screen role="root"><userinput>make install-nfs-client</userinput></screen>
  • networking/netprogs/ntp.xml

    r26169e99 rc463c87  
    192192<screen role="root"><userinput>make install-ntpd</userinput></screen>
    193193
     194      <para>As the <systemitem class="username">root</systemitem> user,
     195      use the new systemd unit to start <command>ntpd</command>:</para>
     196
     197<screen role="root"><userinput>systemctl start ntpd.service</userinput></screen>
     198
    194199      <para>If you prefer to run <command>ntpd</command> periodically, add the
    195200      following command to <systemitem class="username">root</systemitem>'s
  • networking/netprogs/rsync.xml

    r26169e99 rc463c87  
    191191      <note>
    192192      <para>
    193        Note that socket method is only useful for remote backups. For local backups you'll need 
     193       Note that the socket method is only useful for remote backups. For local backups you'll need 
    194194       the service method.
    195195      </para>
     
    199199       If the socket method is desired, you need to run the following commands as the
    200200       <systemitem class="username">root</systemitem>
    201        user:
    202       </para>
    203 
    204 <screen role="root">
    205 <userinput>
    206 
     201        user:
     202      </para>
     203
     204<screen role="root"><userinput>
    207205systemctl stop rsyncd &amp;&amp;
    208206systemctl disable rsyncd.service &amp;&amp;
    209207systemctl enable rsyncd.socket &amp;&amp;
    210 systemctl start rsync.socket
    211 
    212 </userinput></screen>
    213 
     208systemctl start rsync.socket</userinput></screen>
    214209    </sect3>
    215210
  • networking/netprogs/samba.xml

    r26169e99 rc463c87  
    114114    --with-piddir=/run/samba            \
    115115    --with-pammodulesdir=/lib/security  \
    116     --without-systemd                   \
     116    --with-systemd                   \
    117117    --enable-fhs                        \
    118118    --enable-nss-wrapper                &amp;&amp;
     
    175175    library.</para>
    176176
    177     <para><parameter>--without-systemd</parameter>: Disable
    178     <application>systemd</application> integration, which is not part of
    179     LFS/BLFS. If you use <application>systemd</application>, replace by
    180     <parameter>--with-systemd</parameter>.</para>
     177    <para><parameter>--with-systemd</parameter>: Enables
     178    <application>systemd</application> integration.</para>
    181179
    182180    <para><option>--enable-socket-wrapper</option> and
     
    453451        <para>If the socket method is desired, you need to run
    454452         the following command issues as the <systemitem class="username">root</systemitem>
    455          user:
    456         </para>
    457 
    458 <screen role="root">
    459 <userinput>
    460 
    461 systemctl stop smbd &amp;&amp;
     453          user:</para>
     454
     455<screen role="root"><userinput>systemctl stop smbd &amp;&amp;
    462456systemctl disable smbd.service &amp;&amp;
    463457systemctl enable smbd.socket &amp;&amp;
    464 systemctl start smbd.socket
    465 
    466 </userinput></screen>
     458systemctl start smbd.socket</userinput></screen>
    467459
    468460         <note>
  • networking/netprogs/wpa_supplicant.xml

    r26169e99 rc463c87  
    317317      </para>
    318318
    319 <screen role="root">
    320 <userinput>
    321 install -v -m644 systemd/*.service /lib/systemd/system
    322 </userinput></screen>
     319<screen role="root"><userinput>install -v -m644 systemd/*.service /lib/systemd/system</userinput></screen>
    323320 
    324321      <para>
     
    339336       </para>
    340337
    341 <screen role="root">
    342 <userinput>
    343 systemctl enable wpa_supplicant.service
    344 </userinput></screen>
     338<screen role="root"><userinput>systemctl enable wpa_supplicant.service</userinput></screen>
    345339
    346340       <para>
     
    407401        <systemitem class="username">root</systemitem> user:
    408402      </para>
    409 <screen role="root"><userinput>
    410 systemctl enable wpa_supplicant-nl80211@wifi0
    411 </userinput></screen>
     403<screen role="root"><userinput>systemctl enable wpa_supplicant-nl80211@wifi0</userinput></screen>
    412404
    413405      <para>
     
    452444      </para>
    453445
    454 <screen role="root"><userinput>
    455 systemctl enable wpa_supplicant-wired@eth0
    456 </userinput></screen>
     446<screen role="root"><userinput>systemctl enable wpa_supplicant-wired@eth0</userinput></screen>
    457447
    458448      <para>
     
    497487      </para>
    498488
    499 <screen role="root"><userinput>
    500 systemctl enable wpa_supplicant-@eth0
    501 </userinput></screen>
     489<screen role="root"><userinput>systemctl enable wpa_supplicant-@eth0</userinput></screen>
    502490
    503491      <para>
  • networking/netutils/avahi.xml

    r26169e99 rc463c87  
    260260      <para>
    261261        If desired issue the following command as the <systemitem class="username">root</systemitem>
    262         user:
    263       </para>
     262         user:</para>
    264263 
    265264<screen role="root"><userinput>systemctl enable avahi-dnsconfd</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.