Changeset c463c87


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

Files:
24 edited

Legend:

Unmodified
Added
Removed
  • general/prog/svnserver.xml

    r26169e99 rc463c87  
    246246      </para>
    247247
    248 <screen role="root"><userinput>
    249 
    250 mkdir -p /etc/systemd/system/svnserve.service.d/ &amp;&amp;
    251 echo "UMask=0002" &gt; /etc/systemd/system/svnserve.service.d/50-custom.conf
    252 
    253 </userinput></screen>
     248<screen role="root"><userinput>mkdir -p /etc/systemd/system/svnserve.service.d/ &amp;&amp;
     249echo "UMask=0002" &gt; /etc/systemd/system/svnserve.service.d/50-custom.conf</userinput></screen>
    254250
    255251      <indexterm zone="svnserver svnserver-init-systemd">
  • general/sysutils/autofs.xml

    r26169e99 rc463c87  
    260260      <para> This package provides a systemd unit file in the source tarball. To enable it,
    261261        issue the following command as the <systemitem class="username">root</systemitem>
    262         user:</para>
     262         user:</para>
    263263
    264264      <indexterm zone="autofs autofs-init-systemd">
  • general/sysutils/bluez.xml

    r26169e99 rc463c87  
    7070      </listitem>
    7171    </itemizedlist>
    72 
    73       <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    74       <itemizedlist spacing="compact">
    75         <listitem>
    76           <para>
    77              Optional patch (required to work properly with gnome-bluetooth
    78              and/or kde bluedevil):
    79             <ulink url="&patch-root;/bluez-&bluez-version;-obexd_without_systemd-1.patch"/>
    80           </para>
    81         </listitem>
    82       </itemizedlist>
    8372
    8473    <bridgehead renderas="sect3">BlueZ Dependencies</bridgehead>
     
    130119
    131120    <para>
    132       If you are going to use <application>BlueZ</application> with
    133       gnome-bluetooth and/or kde bluedevil, apply the following patch:
    134     </para>
    135 
    136 <screen><userinput>patch -Np1 -i ../bluez-&bluez-version;-obexd_without_systemd-1.patch</userinput></screen>
    137 
    138     <para>
    139121      Install <application>BlueZ</application> by running the following
    140122      commands:
     
    144126            --sysconfdir=/etc     \
    145127            --localstatedir=/var  \
    146             --enable-library      \
    147             --disable-systemd     &amp;&amp;
     128            --enable-library &amp;&amp;
    148129make</userinput></screen>
    149130
     
    185166      <application>BlueZ</application> 4 compatibility library which is required by
    186167      some applications.
    187     </para>
    188 
    189     <para>
    190       <parameter>--disable-systemd</parameter>: This switch is needed because
    191       <application>systemd</application> is not part of LFS/BLFS. If you are
    192       using systemd, remove this switch.
    193168    </para>
    194169
     
    251226      </indexterm>
    252227
    253 <screen role="root">
    254 <userinput>
    255 systemctl enable bluetooth
    256 </userinput></screen>
     228<screen role="root"><userinput>systemctl enable bluetooth</userinput></screen>
    257229
    258230      <note>
  • general/sysutils/fcron.xml

    r26169e99 rc463c87  
    210210      </indexterm>
    211211
    212 <screen role="root">
    213 <userinput>
    214 
    215 systemctl enable fcron
    216 
    217 </userinput></screen>
     212<screen role="root"><userinput>systemctl enable fcron</userinput></screen>
    218213
    219214    </sect3>
  • general/sysutils/sysstat.xml

    r26169e99 rc463c87  
    181181
    182182      <para>Install the service</para>
    183 <screen role="root">
    184 <userinput>
    185 install -v -m644 sysstat.service /lib/systemd/system/sysstat.service
    186 </userinput></screen>
     183
     184<screen role="root"><userinput>install -v -m644 sysstat.service /lib/systemd/system/sysstat.service</userinput></screen>
    187185
    188186      <para>Enable the service</para>
    189 <screen role="root">
    190 <userinput>
    191 systemctl enable sysstat
    192 </userinput></screen>
     187
     188<screen role="root"><userinput>systemctl enable sysstat</userinput></screen>
    193189
    194190    </sect3>
  • introduction/welcome/changelog.xml

    r26169e99 rc463c87  
    113113         <listitem>
    114114          <para>[cjg] - Changed title of book to Beyond Linux® From Scratch (Gnome Edition) on book info page.</para>
     115        </listitem>
     116         <listitem>
     117          <para>[cjg] - Removed excess white space from configure on svnserver page.</para>
     118        </listitem>
     119         <listitem>
     120          <para>[cjg] - Changed start service option on openldap page to systemd equivalent.</para>
     121        </listitem>
     122         <listitem>
     123          <para>[cjg] - Corrected the service start command on the xinted page.</para>
     124        </listitem>
     125         <listitem>
     126          <para>[cjg] - Corrected the service start command on the unbound page.</para>
     127        </listitem>
     128         <listitem>
     129          <para>[cjg] - Added the service start command to the postgresql page.</para>
     130        </listitem>
     131         <listitem>
     132          <para>[cjg] - Added the service start command to the mariadb page.</para>
     133        </listitem>
     134         <listitem>
     135          <para>[cjg] - Added the service start command to the postfix page.</para>
     136        </listitem>
     137         <listitem>
     138          <para>[cjg] - Added the service start command to the exim page.</para>
     139        </listitem>
     140         <listitem>
     141          <para>[cjg] - Added the service start command to the vsftpd page.</para>
     142        </listitem>
     143         <listitem>
     144          <para>[cjg] - Added the service start command to the proftpd page.</para>
     145        </listitem>
     146         <listitem>
     147          <para>[cjg] - Added the service start command to the apache page.</para>
     148        </listitem>
     149         <listitem>
     150          <para>[cjg] - Added the service start command to the ntp page.</para>
     151        </listitem>
     152         <listitem>
     153          <para>[cjg] - Removed excess white space from the wpa_supplicant page.</para>
     154        </listitem>
     155        <listitem>
     156          <para>[cjg] - Removed excess white space and corrected configure switch to enable systemd on the samba page.</para>
     157        </listitem>
     158         <listitem>
     159          <para>[cjg] - Removed excess white space from the nfs-utils page.</para>
     160        </listitem>
     161         <listitem>
     162          <para>[cjg] - Removed excess white space from the bluez page and removed the patch and swich disabling systemd.</para>
     163        </listitem>
     164         <listitem>
     165          <para>[cjg] - Removed excess white space from the fcron page.</para>
     166        </listitem>
     167         <listitem>
     168          <para>[cjg] - Removed excess white space from the sysstat page.</para>
     169        </listitem>
     170         <listitem>
     171          <para>[cjg] - Changed external wayland link to xref on clutter page as wayland has been added.</para>
    115172        </listitem>
    116173      </itemizedlist>
  • 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>
  • server/databases/mariadb.xml

    r26169e99 rc463c87  
    373373
    374374<screen role="root"><userinput>make install-mysqld</userinput></screen>
     375
     376      <para>As the <systemitem class="username">root</systemitem> user,
     377      use the new systemd unit to start <command>mysqld</command>:</para>
     378
     379<screen role="root"><userinput>systemctl start mysqld.service</userinput></screen>
    375380
    376381    </sect3>
  • server/databases/postgresql.xml

    r26169e99 rc463c87  
    262262<screen role="root"><userinput>make install-postgresql</userinput></screen>
    263263
     264      <para>As the <systemitem class="username">root</systemitem> user,
     265      use the new systemd unit to start <command>postgresql</command>:</para>
     266
     267<screen role="root"><userinput>systemctl start postgresql.service</userinput></screen>
     268
    264269    </sect3>
    265270
  • server/mail/exim.xml

    r26169e99 rc463c87  
    295295<screen role="root"><userinput>make install-exim</userinput></screen>
    296296
     297      <para>As the <systemitem class="username">root</systemitem> user,
     298      use the new systemd unit to start <command>exim</command>:</para>
     299
     300<screen role="root"><userinput>systemctl start exim.service</userinput></screen>
    297301    </sect3>
    298302
  • server/mail/postfix.xml

    r26169e99 rc463c87  
    419419
    420420<screen role="root"><userinput>make install-postfix</userinput></screen>
     421
     422      <para>As the <systemitem class="username">root</systemitem> user,
     423      use the new systemd unit to start <command>postfix</command>:</para>
     424
     425<screen role="root"><userinput>systemctl start postfix.service</userinput></screen>
    421426
    422427    </sect3>
  • server/major/apache.xml

    r26169e99 rc463c87  
    272272<screen role="root"><userinput>make install-httpd</userinput></screen>
    273273
     274      <para>As the <systemitem class="username">root</systemitem> user,
     275      use the new systemd unit to start <command>httpd</command>:</para>
     276
     277<screen role="root"><userinput>systemctl start httpd.service</userinput></screen>
    274278    </sect3>
    275279
  • server/major/bind.xml

    r26169e99 rc463c87  
    427427<screen role="root"><userinput>make install-named</userinput></screen>
    428428
     429      <para>As the <systemitem class="username">root</systemitem> user,
     430      use the new systemd unit to start <command>named</command>:</para>
     431
     432<screen role="root"><userinput>systemctl start named.service</userinput></screen>
    429433    </sect3>
    430434
  • server/major/proftpd.xml

    r26169e99 rc463c87  
    247247<screen role="root"><userinput>make install-proftpd</userinput></screen>
    248248
     249      <para>As the <systemitem class="username">root</systemitem> user,
     250      use the new systemd unit to start <command>proftpd</command>:</para>
     251
     252<screen role="root"><userinput>systemctl start proftpd.service</userinput></screen>
     253
    249254    </sect3>
    250255
  • server/major/vsftpd.xml

    r26169e99 rc463c87  
    191191<screen role="root"><userinput>make install-vsftpd</userinput></screen>
    192192
     193      <para>As the <systemitem class="username">root</systemitem> user,
     194      use the new systemd unit to start <command>vsftpd</command>:</para>
     195
     196<screen role="root"><userinput>systemctl start vsftpd.service</userinput></screen>
    193197    </sect3>
    194198
  • server/other/openldap.xml

    r26169e99 rc463c87  
    436436
    437437      <para>
    438         Start the LDAP server using the init script:
    439       </para>
    440 
    441 <screen role="root"><userinput>/etc/rc.d/init.d/slapd start</userinput></screen>
     438        Start the LDAP server using the init script as the <systemitem class="username">root</systemitem> user:
     439      </para>
     440
     441<screen role="root"><userinput>systemctl start slapd.service</userinput></screen>
    442442
    443443      <para>
  • server/other/unbound.xml

    r26169e99 rc463c87  
    224224
    225225<screen role="root"><userinput>make install-unbound</userinput></screen>
     226
     227      <para>As the <systemitem class="username">root</systemitem> user,
     228      use the new systemd unit to start <command>unbound</command>:</para>
     229
     230<screen role="root"><userinput>systemctl start unbound.service</userinput></screen>
    226231
    227232    </sect3>
  • server/other/xinetd.xml

    r26169e99 rc463c87  
    412412
    413413      <para>As the <systemitem class="username">root</systemitem> user,
    414       use the new boot script to start <command>xinetd</command>:</para>
    415 
    416 <screen role="root"><userinput>/etc/rc.d/init.d/xinetd start</userinput></screen>
     414      use the new systemd unit to start <command>xinetd</command>:</para>
     415
     416<screen role="root"><userinput>systemctl start xinetd.service</userinput></screen>
    417417
    418418      <para>Check the <filename>/var/log/daemon.log</filename> to ensure the
  • x/lib/clutter.xml

    r26169e99 rc463c87  
    105105      <ulink url="http://tslib.berlios.de/">Tslib</ulink>,
    106106      <xref linkend="systemd"/> (for GUdev), and
    107       <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
     107      <xref linkend="wayland"/>
    108108    </para>
    109109
Note: See TracChangeset for help on using the changeset viewer.