Changeset 97926ab
- Timestamp:
- 08/26/2012 08:15:30 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 114f46ee
- Parents:
- 207c3129
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r207c3129 r97926ab 4 4 --> 5 5 6 <!ENTITY day "2 5"> <!-- Always 2 digits -->6 <!ENTITY day "26"> <!-- Always 2 digits --> 7 7 <!ENTITY month "08"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2012"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "August 2 5th, &year;">12 <!ENTITY releasedate "August 26th, &year;"> 13 13 <!-- <!ENTITY releasedate "November &day;st, &year;"> --> 14 14 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> … … 66 66 <!-- End LFS versions --> 67 67 68 <!ENTITY blfs-bootscripts-version "2012082 5">68 <!ENTITY blfs-bootscripts-version "20120826"> 69 69 <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2"> 70 70 … … 571 571 <!ENTITY rpcbind-version "0.2.0"> 572 572 <!ENTITY rsync-version "3.0.9"> 573 <!ENTITY samba3-version "3.6. 4">573 <!ENTITY samba3-version "3.6.7"> 574 574 <!ENTITY wget-version "1.14"> 575 575 <!ENTITY wireless-tools-version "29"> -
introduction/welcome/changelog.xml
r207c3129 r97926ab 45 45 --> 46 46 <listitem> 47 <para>August 26th, 2012</para> 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Update to Samba-3.6.7. Fixes 51 <ulink url="&blfs-ticket-root;3427">#3427</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 47 57 <para>August 25th, 2012</para> 48 58 <itemizedlist> -
networking/netprogs/samba3.xml
r207c3129 r97926ab 7 7 <!ENTITY samba3-download-http "http://ftp.samba.org/pub/samba/stable/samba-&samba3-version;.tar.gz"> 8 8 <!ENTITY samba3-download-ftp "ftp://ftp.samba.org/pub/samba/stable/samba-&samba3-version;.tar.gz"> 9 <!ENTITY samba3-md5sum " d8e070e2a3b12f202f347e4427469bc2">10 <!ENTITY samba3-size " 27.7MB">11 <!ENTITY samba3-buildsize "4 46MB">9 <!ENTITY samba3-md5sum "b23be56c15dd52f64eb7ba54c0ea1ed5"> 10 <!ENTITY samba3-size "32.5 MB"> 11 <!ENTITY samba3-buildsize "460 MB"> 12 12 <!ENTITY samba3-time "2.2 SBU (add about 2.9 SBU to run the test suite)"> 13 13 ]> … … 38 38 amongst other things provides LAN browsing support).</para> 39 39 40 &lfs7 0_checked;40 &lfs72_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> … … 465 465 <screen role="root"><userinput>make install-samba</userinput></screen> 466 466 467 <para>If you also need the <filename>winbind </filename>468 script :</para>469 470 <screen role="root"><userinput>make install-winbind </userinput></screen>467 <para>If you also need the <filename>winbindd</filename> 468 script to resolve names from Windows clients, run:</para> 469 470 <screen role="root"><userinput>make install-winbindd</userinput></screen> 471 471 472 472 </sect4> … … 484 484 <primary sortas="g-configuring-SWAT">Configuring SWAT</primary> 485 485 </indexterm> 486 486 <!-- 487 487 <sect4> 488 488 <title>Setting up SWAT using inetd</title> … … 524 524 525 525 </sect4> 526 <!-- 526 --> 527 527 <sect4> 528 528 <title>Setting up SWAT using xinetd</title> … … 580 580 581 581 </sect4> 582 --> 582 583 583 <sect4> 584 584 <title>Setting up SWAT using stunnel</title>
Note:
See TracChangeset
for help on using the changeset viewer.