Ignore:
Timestamp:
10/18/2002 07:51:46 PM (22 years ago)
Author:
Billy O 'Connor <billyoc@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3e4d007
Parents:
f99fe1c
Message:

Version incrememt, move swat daemon configuration explanation.

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

Location:
server/other/samba
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • server/other/samba/samba-config-exp.xml

    rf99fe1c r2c651a40  
    2727
    2828<para>
     29<userinput>echo "swat 901/tcp" &gt;&gt; /etc/services :</userinput>
     30Register the swat service to run on port 901.</para>
     31
     32<para><userinput>
     33echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" &gt;&gt;
     34/etc/inetd.conf :</userinput> Instruct inetd where to find and how to
     35run swat.</para>
     36
     37<para>
    2938<userinput>
    3039ln -s  /etc/rc.d/init.d/samba /etc/rc.d/rc3.d/S600samba, etc. :</userinput>
  • server/other/samba/samba-exp.xml

    rf99fe1c r2c651a40  
    1212<para><userinput>--with-swatdir=/var/www/swat :</userinput> Location of Samba Web Administration Tool files.</para>
    1313
    14 <para><userinput>echo "swat 901/tcp" &gt;&gt; /etc/services :</userinput> Register the swat service to run on port 901.</para>
    15 
    16 <para><userinput>echo "swat stream tcp nowait.400 root /usr/sbin/swat
    17 swat" &gt;&gt; /etc/inetd.conf :</userinput> Instruct inetd where to find and how to run swat.</para>
    1814</sect2>
  • server/other/samba/samba.ent

    rf99fe1c r2c651a40  
    77<!ENTITY samba-config SYSTEM "samba-config.xml">
    88<!ENTITY samba-buildsize "37 MB">
    9 <!ENTITY samba-version "2.2.5">
     9<!ENTITY samba-version "2.2.6">
    1010<!ENTITY samba-download-http
    1111"http://us1.samba.org/samba/ftp/samba-latest.tar.gz">
Note: See TracChangeset for help on using the changeset viewer.