Changeset 8cfd1f9
- Timestamp:
- 05/16/2004 04:44:50 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- fa142340
- Parents:
- 9c12e42
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
index.xml
r9c12e42 r8cfd1f9 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "CVS-2004051 5">6 <!ENTITY releasedate "May 1 5th, 2004">7 <!ENTITY pubdate "2004-05-1 5">5 <!ENTITY version "CVS-20040516"> 6 <!ENTITY releasedate "May 16th, 2004"> 7 <!ENTITY pubdate "2004-05-16"> 8 8 <!ENTITY blfs-version "cvs"> 9 9 -
introduction/welcome/changelog.xml
r9c12e42 r8cfd1f9 11 11 12 12 <itemizedlist> 13 14 <listitem><para>May 16th, 2004 [igor]: Applied Samba cleanup patch, 15 submitted by DJ Lucas.</para></listitem> 13 16 14 17 <listitem><para>May 15th, 2004 [tushar]: Added note in the vim page -
introduction/welcome/credits.xml
r9c12e42 r8cfd1f9 173 173 STLport, tcl, tk and bind-utils: <emphasis>Tushar Teredesai</emphasis></para></listitem> 174 174 175 <listitem><para>cracklib, libpcap, ncpfs, netfs, ppp(update) and RP-PPPoE: <emphasis>DJ Lucas</emphasis></para></listitem> 175 <listitem><para>cracklib, libpcap, ncpfs, netfs, ppp(update), RP-PPPoE 176 and Samba-3: <emphasis>DJ Lucas</emphasis></para></listitem> 176 177 177 178 <listitem><para>ntp: <emphasis>Eric Konopka</emphasis></para></listitem> -
server/other/samba/samba-inst.xml
r9c12e42 r8cfd1f9 12 12 13 13 <screen><userinput><command>cd source && 14 mkdir -p/etc/samba/private &&15 mkdir -p/var/cache/samba &&14 install -d /etc/samba/private && 15 install -d /var/cache/samba && 16 16 ./configure \ 17 --prefix=/usr \18 --sysconfdir=/etc \19 --localstatedir=/var \20 --with-piddir=/var/run \21 --with-fhs \22 --with-smbmount &&17 --prefix=/usr \ 18 --sysconfdir=/etc \ 19 --localstatedir=/var \ 20 --with-piddir=/var/run \ 21 --with-fhs \ 22 --with-smbmount && 23 23 make && 24 24 make install && … … 27 27 echo "swat 901/tcp" >> /etc/services && 28 28 echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" >> \ 29 /etc/inetd.conf</command></userinput></screen>29 /etc/inetd.conf</command></userinput></screen> 30 30 </sect2> 31 -
server/other/samba3/samba3-config.xml
r9c12e42 r8cfd1f9 6 6 this topic alone. The included documentation, a popular book published by 7 7 O'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> 9 9 10 10 <!-- … … 54 54 <para><acronym>SWAT</acronym> can be launched by pointing your web 55 55 browser to:</para> 56 <screen><userinput>< command>http://localhost:901</command></userinput></screen>56 <screen><userinput><ulink url="http://localhost:901"/></userinput></screen> 57 57 58 58 <para>For your convenience, boot scripts have been provided for … … 67 67 <para>Install the <filename>samba</filename> script with the following 68 68 command:</para> 69 < para><screen><userinput>make install-samba</userinput></screen></para>69 <screen><userinput><command>make install-samba</command></userinput></screen> 70 70 71 71 <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> 73 73 </sect2> 74 74 -
server/other/samba3/samba3-desc.xml
r9c12e42 r8cfd1f9 6 6 <command>make_unicodemap</command>, 7 7 <command>mount.smbfs</command>, 8 <command>net</command> 8 9 <command>nmbd</command>, 9 10 <command>nmblookup</command>, … … 33 34 <para><command>mount.smbfs</command> provides <command>/bin/mount</command> 34 35 with 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 38 CIFS servers, similar to the net utility for DOS/Windows.</para></sect3> 35 39 <sect3><title>nmbd</title> 36 40 <para><command>nmbd</command> is the Samba Net<acronym>BIOS</acronym> name -
server/other/samba3/samba3-exp.xml
r9c12e42 r8cfd1f9 2 2 <title>Installation command explanations</title> 3 3 4 <para><command> 'mkdir -p /var/cache/samba'</command>: This directory is4 <para><command>install -d /var/cache/samba</command>: This directory is 5 5 needed for proper operation of the <command>smbd</command> and 6 6 <command>nmbd</command> daemons.</para> … … 24 24 remote <acronym>NFS</acronym> shares.</para> 25 25 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>: 27 27 The nss libs are not installed by default. If you intend to use 28 28 winbindd for domain auth, and/or <acronym>WINS</acronym> name resolution, 29 29 you need these libraries</para> 30 30 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> 32 and <command>ln -sf libnss_wins.so /lib/libnss_wins.so.2</command>: 33 33 These symlinks are required by glibc to use the nss libs.</para> 34 34 -
server/other/samba3/samba3-inst.xml
r9c12e42 r8cfd1f9 5 5 commands:</para> 6 6 7 8 7 <screen><userinput><command>cd source && 9 mkdir -p/var/cache/samba &&8 install -d /var/cache/samba && 10 9 ./configure \ 11 --prefix=/usr \12 --sysconfdir=/etc \13 --localstatedir=/var \14 --with-piddir=/var/run \15 --with-fhs \16 --with-smbmount &&10 --prefix=/usr \ 11 --sysconfdir=/etc \ 12 --localstatedir=/var \ 13 --with-piddir=/var/run \ 14 --with-fhs \ 15 --with-smbmount && 17 16 make && 18 17 make install && … … 25 24 needed to take advantage of the optional dependencies.</para> 26 25 </sect2> 27
Note:
See TracChangeset
for help on using the changeset viewer.