Changeset bb0d842b


Ignore:
Timestamp:
05/29/2004 07:46:10 AM (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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
aa15d3e
Parents:
9cc09ebf
Message:

moved samba maintainer patch to samba3, reported by Manuel

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

Files:
8 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • index.xml

    r9cc09ebf rbb0d842b  
    33        "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
    44
    5 <!ENTITY version "cvs-20040528">
    6 <!ENTITY releasedate "May 28th, 2004">
    7 <!ENTITY pubdate "2004-05-28">
     5<!ENTITY version "cvs-20040529">
     6<!ENTITY releasedate "May 29th, 2004">
     7<!ENTITY pubdate "2004-05-29">
    88<!ENTITY blfs-version "cvs">
    99<!ENTITY last-commit "Sun May 23 11:58:20 CDT 2004">
  • introduction/welcome/changelog.xml

    r9cc09ebf rbb0d842b  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>May 29th, 2004 [igor]: Moved the samba maintainer
     15patch to samba3 page, reported by Manuel Canales
     16Esparcia.</para></listitem>
    1317
    1418<listitem><para>May 28th, 2004 [larry]: typos and tetex patch for
  • server/other/other.xml

    r9cc09ebf rbb0d842b  
    1717&rsync;
    1818&openldap;
    19 <!--
    20 &samba;
    21 -->
    2219&samba3;
    2320&xinetd;
  • server/other/samba3/samba3-inst.xml

    r9cc09ebf rbb0d842b  
    55commands:</para>
    66
    7 <screen><userinput><command>cd source &amp;&amp;
     7<screen><userinput><command>patch -Np1 -i samba-3.0.4-maintainer.patch &amp;&amp;
     8cd source &amp;&amp;
    89install -d /var/cache/samba &amp;&amp;
    910./configure \
  • server/other/samba3/samba3-intro.xml

    r9cc09ebf rbb0d842b  
    1313<listitem><para>Estimated Disk space required: &samba3-buildsize;</para></listitem>
    1414<listitem><para>Estimated build time: &samba3-time;</para></listitem></itemizedlist>
     15</sect3>
     16
     17<sect3><title>Additional downloads</title>
     18<itemizedlist spacing='compact'>
     19<listitem><para>Maintainer Recommended patch:
     20<ulink url="&patch-root;/samba-3.0.4-maintainer.patch"/></para></listitem>
     21</itemizedlist>
    1522</sect3>
    1623
  • server/server.ent

    r9cc09ebf rbb0d842b  
    2323<!ENTITY % xinetd     SYSTEM "other/xinetd/xinetd.ent">
    2424<!ENTITY % leafnode   SYSTEM "other/leafnode/leafnode.ent">
    25 <!--
    26 <!ENTITY % samba      SYSTEM "other/samba/samba.ent">
    27 -->
    2825<!ENTITY % samba3     SYSTEM "other/samba3/samba3.ent">
    2926<!ENTITY % openldap   SYSTEM "other/openldap/openldap.ent">
     
    3633%openssh;
    3734%rsync;
    38 <!--
    39 %samba;
    40 -->
    4135%samba3;
    4236%xinetd;
Note: See TracChangeset for help on using the changeset viewer.