Changeset bccbdaea for server/major


Ignore:
Timestamp:
11/29/2005 07:07:13 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0034f4f
Parents:
90bc173
Message:

Trailing spaces clean-up. Basicnet, book, and general parts.

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

Location:
server/major
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    r90bc173 rbccbdaea  
    8888    interfaces:</para>
    8989
    90 <screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen> 
     90<screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
    9191
    9292    <para>Now run the test suite as an unprivileged user:</para>
     
    142142    libraries.</para>
    143143
    144     <para><command>chmod 755 
    145     /usr/lib/{lib{bind9,isc{,cc,cfg},lwres,dns}.so.*.?.?}</command>: 
     144    <para><command>chmod 755
     145    /usr/lib/{lib{bind9,isc{,cc,cfg},lwres,dns}.so.*.?.?}</command>:
    146146    Enable the execute bit to prevent a warning when using
    147147    <command>ldd</command> to check library dependencies.</para>
  • server/major/samba3.xml

    r90bc173 rbccbdaea  
    6262    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6363    <itemizedlist spacing="compact">
    64       <listitem> 
     64      <listitem>
    6565        <para>Required patch if you have <application>Heimdal</application>
    6666        installed: <ulink
     
    214214      write access also). If desired, change these programs to setuid
    215215      <systemitem class='username'>root</systemitem> by issuing the following
    216       command as the <systemitem class='username'>root</systemitem> 
     216      command as the <systemitem class='username'>root</systemitem>
    217217      user:</para>
    218218
     
    243243      <filename>/etc/samba/smb.conf</filename> file for two common scenarios.
    244244      The complete contents of <filename>/etc/samba/smb.conf</filename> will
    245       depend on the purpose of <application>Samba</application> 
     245      depend on the purpose of <application>Samba</application>
    246246      installation.</para>
    247247
     
    259259        <title>Scenario 1: Minimal Standalone Client-Only Installation</title>
    260260
    261         <para>Choose this variant if you only want to transfer files using 
     261        <para>Choose this variant if you only want to transfer files using
    262262        <command>smbclient</command>, mount Windows shares and print to Windows
    263         printers, and don't want to share your files and printers to Windows 
     263        printers, and don't want to share your files and printers to Windows
    264264        machines.</para>
    265265
     
    299299
    300300        <para>In this case, the <filename>/etc/samba/smb.conf.default</filename>
    301         file may be a good template to start from. Also add 
     301        file may be a good template to start from. Also add
    302302        <quote>dos charset</quote> and <quote>unix charset</quote> parameters
    303303        to the <quote>[global]</quote> section as described in Scenario 1 in
     
    325325    printable = yes</literal></screen>
    326326
    327         <para>Other parameters you may wish to customize in the 
     327        <para>Other parameters you may wish to customize in the
    328328        <quote>[global]</quote> section include:</para>
    329329
     
    527527
    528528        <para>Add a swat entry to <filename>/etc/services</filename> with the
    529         following command issued as the 
     529        following command issued as the
    530530        <systemitem class='username'>root</systemitem> user:</para>
    531531
     
    544544        <para>If <command>xinetd</command> is used, the following command
    545545        issued as the <systemitem class='username'>root</systemitem> user
    546         will create an <filename>/etc/xinetd.d/swat</filename> file:</para> 
     546        will create an <filename>/etc/xinetd.d/swat</filename> file:</para>
    547547
    548548<screen role='root'><userinput>cat &gt;&gt; /etc/xinetd.d/swat &lt;&lt; "EOF"
Note: See TracChangeset for help on using the changeset viewer.