Changeset 3c7bd00 for networking


Ignore:
Timestamp:
06/04/2016 12:20:40 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
670d3f8
Parents:
5c9e998
Message:

Temporary render fix for bootscripts with REV=systemd.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17430 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
networking
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcp.xml

    r5c9e998 r3c7bd00  
    186186
    187187    <para>
    188       Skip to <xref linkend="dhclient-config"/> in order to configure the client
     188      Skip to <xref linkend="dhclient-config" revision="sysv"/>
     189      <xref linkend="dhclient-config-systemd" revision="systemd"/>
     190      in order to configure the client
    189191    </para>
    190192
     
    235237    </sect3>
    236238
    237     <sect3 id="dhclient-config">
     239    <sect3 id="dhclient-config" revision="sysv">
    238240      <title>Client Configuration</title>
    239241
     
    341343    </sect3>
    342344
     345    <sect3 id="dhclient-config-systemd" revision="systemd">
     346      <title>Client Configuration</title>
     347
     348      <para>TBA</para>
     349    </sect3>
     350
    343351    <sect3 id="dhcpd-config">
    344352      <title>Server Configuration</title>
     
    395403       <para>
    396404        If you want to start the DHCP Server at boot, install
    397         the <filename>/etc/rc.d/init.d/dhcpd</filename>
    398         init script included in the <xref linkend="bootscripts"/>
     405        the <filename revision="sysv">/etc/rc.d/init.d/dhcpd</filename>
     406        <filename revision="systemd">dhcpd.service</filename>
     407        init script included in the
     408        <xref linkend="bootscripts" revision="sysv"/>
     409        <xref linkend="systemd-units" revision="systemd"/>
    399410        package:
    400411      </para>
  • networking/connect/dhcpcd.xml

    r5c9e998 r3c7bd00  
    138138    </sect3>
    139139
    140     <sect3 id="dhcpcd-init">
     140    <sect3 id="dhcpcd-init" revision="sysv">
    141141      <title>General Configuration Information</title>
    142142
     
    207207    </sect3>
    208208
    209     <sect3 id="dhcpcd-init2">
     209    <sect3 id="dhcpcd-init2" revision="sysv">
    210210      <title>Configuration Information: fixed ip</title>
    211211
  • networking/netprogs/bridgeutils.xml

    r5c9e998 r3c7bd00  
    122122    <title>Configuring bridge-utils</title>
    123123
    124     <sect3 id='bridgeutils-init'>
     124    <sect3 id='bridgeutils-init' revision="sysv">
    125125      <title>Configuration Information</title>
    126126
     
    179179    </sect3>
    180180
     181    <sect3 id='bridgeutils-init-systemd' revision="systemd">
     182      <title>Configuration Information</title>
     183      <para>TBA</para>
     184    </sect3>
     185
    181186  </sect2>
    182187
  • networking/netprogs/netfs.xml

    r5c9e998 r3c7bd00  
    3030  before the network is brought down.</para>
    3131
    32   <para>As the <systemitem class="username">root</systemitem> user, install
     32  <para revision="sysv">As the <systemitem class="username">root</systemitem> user, install
    3333  the <filename>/etc/rc.d/init.d/netfs</filename> bootscript included with the
    3434  <xref linkend="bootscripts"/> package.</para>
    3535
    36 <screen role='root'><userinput>make install-netfs</userinput></screen>
     36<screen role='root' revision="sysv"><userinput>make install-netfs</userinput></screen>
    3737
     38  <para revision="systemd">TBA</para>
    3839</sect1>
  • networking/netprogs/nfs-utils.xml

    r5c9e998 r3c7bd00  
    221221
    222222        <para>Install the <filename>/etc/rc.d/init.d/nfs-server</filename>
    223         init script included in the <xref linkend="bootscripts"/> package
     223        init script included in the <xref linkend="bootscripts" revision="sysv"/>
     224        <xref linkend="systemd-units" revision="systemd"/> package
    224225        to start the server at boot.</para>
    225226
     
    292293
    293294        <para>Install the <filename>/etc/rc.d/init.d/nfs-client</filename> init
    294         script included in the <xref linkend="bootscripts"/> package to start
     295        script included in the <xref linkend="bootscripts" revision="sysv"/>
     296        <xref linkend="systemd-units" revision="systemd"/> package to start
    295297        the client services at boot.</para>
    296298
  • networking/netprogs/ntp.xml

    r5c9e998 r3c7bd00  
    217217      <filename>/etc/rc.d/init.d/ntp</filename>
    218218      init script included in the
    219       <xref linkend="bootscripts"/> package.</para>
     219      <xref linkend="bootscripts" revision="sysv"/>
     220      <xref linkend="systemd-units" revision="systemd"/> package.</para>
    220221
    221222      <indexterm zone="ntp ntp-init">
  • networking/netprogs/rpcbind.xml

    r5c9e998 r3c7bd00  
    9292    commands:</para>
    9393
    94 <screen><userinput>patch -Np1 -i ../rpcbind-&rpcbind-version;-tirpc_fix-1.patch &amp;&amp;
     94<screen revision="sysv"><userinput>patch -Np1 -i ../rpcbind-&rpcbind-version;-tirpc_fix-1.patch &amp;&amp;
    9595
    9696./configure --prefix=/usr       \
     
    9898            --with-rpcuser=root \
    9999            --without-systemdsystemunitdir &amp;&amp;
     100make</userinput></screen>
     101
     102<screen revision="systemd"><userinput>patch -Np1 -i ../rpcbind-&rpcbind-version;-tirpc_fix-1.patch &amp;&amp;
     103
     104./configure --prefix=/usr       \
     105            --bindir=/sbin      \
     106            --with-rpcuser=root &amp;&amp;
    100107make</userinput></screen>
    101108
     
    114121    the configure script.</para>
    115122
    116     <para><command>--without-systemdsystemunitdir</command>: BLFS does not
    117     support systemd.</para>
     123    <para revision="sysv"><command>--without-systemdsystemunitdir</command>:
     124    BLFS does not support systemd.</para>
    118125
    119126  </sect2>
     
    125132      <title>Boot Script</title>
    126133
    127       <para>Install the <filename>/etc/rc.d/init.d/rpcbind</filename> init script
    128       included in the <xref linkend="bootscripts"/> package.</para>
     134      <para>Install the <filename>/etc/rc.d/init.d/rpcbind</filename> init
     135      script included in the <xref linkend="bootscripts" revision="sysv"/>
     136      <xref linkend="systemd-units" revision="systemd"/> package.</para>
    129137
    130138      <indexterm zone="rpcbind rpcbind-init">
  • networking/netprogs/rsync.xml

    r5c9e998 r3c7bd00  
    175175      <para>Install the <filename>/etc/rc.d/init.d/rsyncd</filename> init
    176176      script included in the
    177       <xref linkend="bootscripts"/> package.</para>
     177      <xref linkend="bootscripts" revision="sysv"/>
     178      <xref linkend="systemd-units" revision="systemd"/> package.</para>
    178179
    179180<screen role="root"><userinput>make install-rsyncd</userinput></screen>
  • networking/netprogs/samba.xml

    r5c9e998 r3c7bd00  
    412412        <para>For your convenience, boot scripts have been provided for
    413413        <application>Samba</application>. There are two included in the
    414         <xref linkend="bootscripts"/> package. The first,
     414        <xref linkend="bootscripts" revision="sysv"/>
     415        <xref linkend="systemd-units" revision="systemd"/> package. The first,
    415416        <filename>samba</filename>, will start the <command>smbd</command>
    416417        and <command>nmbd</command> daemons needed to provide SMB/CIFS
  • networking/netprogs/wpa_supplicant.xml

    r5c9e998 r3c7bd00  
    315315        <command>wpa_supplicant</command>, you need to install the
    316316        <filename>/lib/services/wpa</filename> script
    317         included in <xref linkend="bootscripts"/> package:
     317        included in <xref linkend="bootscripts" revision="sysv"/>
     318        <xref linkend="systemd-units" revision="systemd"/> package:
    318319      </para>
    319320
  • networking/netutils/avahi.xml

    r5c9e998 r3c7bd00  
    246246        when the system is rebooted, install the
    247247        <filename>/etc/rc.d/init.d/avahi</filename> bootscript from
    248         the <xref linkend="bootscripts"/> package.
     248        the <xref linkend="bootscripts" revision="sysv"/>
     249        <xref linkend="systemd-units" revision="systemd"/> package.
    249250      </para>
    250251
  • networking/netutils/networkmanager.xml

    r5c9e998 r3c7bd00  
    229229        system is rebooted, install the
    230230        <filename>/etc/rc.d/init.d/networkmanager</filename> bootscript from the
    231         <xref linkend="bootscripts"/> package.
     231        <xref linkend="bootscripts" revision="sysv"/>
     232        <xref linkend="systemd-units" revision="systemd"/> package.
    232233      </para>
    233234
  • networking/netutils/wicd.xml

    r5c9e998 r3c7bd00  
    102102    commands:</para>
    103103
    104 <screen><userinput>sed -e "/wpath.logrotate\|wpath.systemd/d" \
     104<screen revision="sysv"><userinput>sed -e "/wpath.logrotate\|wpath.systemd/d" \
    105105    -e "/detection failed/ a\                self.init=\'init\/default\/wicd\'" \
    106     -i.orig setup.py &amp;&amp;;
     106    -i.orig setup.py &amp;&amp;
    107107
    108108rm po/*.po           &amp;&amp;
     
    115115                          --docdir=/usr/share/doc/wicd-&wicd-version;</userinput></screen>
    116116
     117<screen revision="systemd"><userinput>sed "/detection failed/ a\ self.init=\'init\/default\/wicd\'" \
     118    -i.orig setup.py &amp;&amp;
     119
     120rm po/*.po           &amp;&amp;
     121
     122python setup.py configure --no-install-kde     \
     123                          --no-install-acpi    \
     124                          --no-install-pmutils \
     125                          --no-install-init    \
     126                          --no-install-gnome-shell-extensions \
     127                          --docdir=/usr/share/doc/wicd-&wicd-version;</userinput></screen>
     128
    117129    <para>This package does not come with a test suite.</para>
    118130
     
    127139    <title>Command Explanations</title>
    128140
    129     <para><command>sed -e ... -i setup.py</command>: The first expression in
    130     this <command>sed</command> command prevents installation of logrotate and
    131     systemd configuration files. You may omit it if you use these utilities. The
    132     second one fixes building with BLFS.</para>
     141    <para revision="sysv"><command>sed -e ... -i setup.py</command>: The first
     142    expression in this <command>sed</command> command prevents installation of
     143    logrotate and systemd configuration files. You may omit it if you use these
     144    utilities. The second one fixes building with BLFS.</para>
     145
     146    <para revision="systemd"><command>sed -e ... -i setup.py</command>: Fix
     147    and issue while building with BLFS.</para>
    133148
    134149    <para><command>rm po/*.po</command>: This command removes the international
     
    181196      the Wicd bootscript,
    182197      <filename>/etc/rc.d/init.d/wicd</filename>,
    183       included in the <xref linkend="bootscripts"/> package
     198      included in the <xref linkend="bootscripts" revision="sysv"/>
     199      <xref linkend="systemd-units" revision="systemd"/> package
    184200      (as user <systemitem class="username">root</systemitem>):</para>
    185201
Note: See TracChangeset for help on using the changeset viewer.