Changeset 8cfd1f9 for server/other


Ignore:
Timestamp:
05/16/2004 04:44:50 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fa142340
Parents:
9c12e42
Message:

applied DJ's samba patch

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

Location:
server/other
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • server/other/samba/samba-inst.xml

    r9c12e42 r8cfd1f9  
    1212
    1313<screen><userinput><command>cd source &amp;&amp;
    14 mkdir -p /etc/samba/private &amp;&amp;
    15 mkdir -p /var/cache/samba &amp;&amp;
     14install -d /etc/samba/private &amp;&amp;
     15install -d /var/cache/samba &amp;&amp;
    1616./configure \
    17    --prefix=/usr \
    18    --sysconfdir=/etc \
    19    --localstatedir=/var \
    20    --with-piddir=/var/run \
    21    --with-fhs \
    22    --with-smbmount &amp;&amp;
     17    --prefix=/usr \
     18    --sysconfdir=/etc \
     19    --localstatedir=/var \
     20    --with-piddir=/var/run \
     21    --with-fhs \
     22    --with-smbmount &amp;&amp;
    2323make &amp;&amp;
    2424make install &amp;&amp;
     
    2727echo "swat 901/tcp" &gt;&gt; /etc/services &amp;&amp;
    2828echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" &gt;&gt; \
    29    /etc/inetd.conf</command></userinput></screen>
     29    /etc/inetd.conf</command></userinput></screen>
    3030</sect2>
    31 
  • server/other/samba3/samba3-config.xml

    r9c12e42 r8cfd1f9  
    66this topic alone.  The included documentation, a popular book published by
    77O'Reilly, can be viewed by pointing your web browser to:</para>
    8 <para><screen><userinput>file:///usr/share/samba/swat/using_samba/toc.html</userinput></screen></para>
     8<screen><userinput><filename>file:///usr/share/samba/swat/using_samba/toc.html</filename></userinput></screen>
    99
    1010<!--
     
    5454<para><acronym>SWAT</acronym> can be launched by pointing your web
    5555browser to:</para>
    56 <screen><userinput><command>http://localhost:901</command></userinput></screen>
     56<screen><userinput><ulink url="http://localhost:901"/></userinput></screen>
    5757
    5858<para>For your convenience, boot scripts have been provided for
     
    6767<para>Install the <filename>samba</filename> script with the following
    6868command:</para>
    69 <para><screen><userinput>make install-samba</userinput></screen></para>
     69<screen><userinput><command>make install-samba</command></userinput></screen>
    7070
    7171<para>If you also need the <filename>winbind</filename> script:</para>
    72 <para><screen><userinput>make install-winbind</userinput></screen></para>
     72<screen><userinput><command>make install-winbind</command></userinput></screen>
    7373</sect2>
    7474
  • server/other/samba3/samba3-desc.xml

    r9c12e42 r8cfd1f9  
    66<command>make_unicodemap</command>,
    77<command>mount.smbfs</command>,
     8<command>net</command>
    89<command>nmbd</command>,
    910<command>nmblookup</command>,
     
    3334<para><command>mount.smbfs</command> provides <command>/bin/mount</command>
    3435with a way to mount remote windows (or samba) fileshares.</para></sect3>
     36<sect3><title>net</title>
     37<para><command>net</command> is a tool for administration of Samba and remote
     38CIFS servers, similar to the net utility for DOS/Windows.</para></sect3>
    3539<sect3><title>nmbd</title>
    3640<para><command>nmbd</command> is the Samba Net<acronym>BIOS</acronym> name
  • server/other/samba3/samba3-exp.xml

    r9c12e42 r8cfd1f9  
    22<title>Installation command explanations</title>
    33
    4 <para><command>'mkdir -p /var/cache/samba'</command>: This directory is
     4<para><command>install -d /var/cache/samba</command>: This directory is
    55needed for proper operation of the <command>smbd</command> and
    66<command>nmbd</command> daemons.</para>
     
    2424remote <acronym>NFS</acronym> shares.</para>
    2525
    26 <para><command>'install -m755 nsswitch/libnss_win{s,bind}.so /lib'</command>:
     26<para><command>install -m755 nsswitch/libnss_win{s,bind}.so /lib</command>:
    2727The nss libs are not installed by default.  If you intend to use
    2828winbindd for domain auth, and/or <acronym>WINS</acronym> name resolution,
    2929you need these libraries</para>
    3030
    31 <para><command>'ln -sf libnss_winbind.so /lib/libnss_winbind.so.2'</command>
    32 and <command>'ln -sf libnss_wins.so /lib/libnss_wins.so.2'</command>:
     31<para><command>ln -sf libnss_winbind.so /lib/libnss_winbind.so.2</command>
     32and <command>ln -sf libnss_wins.so /lib/libnss_wins.so.2</command>:
    3333These symlinks are required by glibc to use the nss libs.</para>
    3434
  • server/other/samba3/samba3-inst.xml

    r9c12e42 r8cfd1f9  
    55commands:</para>
    66
    7 
    87<screen><userinput><command>cd source &amp;&amp;
    9 mkdir -p /var/cache/samba &amp;&amp;
     8install -d /var/cache/samba &amp;&amp;
    109./configure \
    11    --prefix=/usr \
    12    --sysconfdir=/etc \
    13    --localstatedir=/var \
    14    --with-piddir=/var/run \
    15    --with-fhs \
    16    --with-smbmount &amp;&amp;
     10    --prefix=/usr \
     11    --sysconfdir=/etc \
     12    --localstatedir=/var \
     13    --with-piddir=/var/run \
     14    --with-fhs \
     15    --with-smbmount &amp;&amp;
    1716make &amp;&amp;
    1817make install &amp;&amp;
     
    2524 needed to take advantage of the optional dependencies.</para>
    2625</sect2>
    27 
Note: See TracChangeset for help on using the changeset viewer.