The branch, v3-2-stable has been updated
       via  96f7c90f8da4daebb3dedaff008721417c041f03 (commit)
       via  91103817cc7bc3a35e1a74bced0a1905a0373fb5 (commit)
      from  7191071943868d668fae93403e7f86c719afae89 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-stable


- Log -----------------------------------------------------------------
commit 96f7c90f8da4daebb3dedaff008721417c041f03
Author: Karolin Seeger <[EMAIL PROTECTED]>
Date:   Fri May 16 09:29:42 2008 +0200

    WHATSNEW: Fix typo.
    
    mangle map -> mangled map
    
    Karolin
    (cherry picked from commit 5c260c9f66c5f5f558516a4f97bcfcb86059efa3)

commit 91103817cc7bc3a35e1a74bced0a1905a0373fb5
Author: Karolin Seeger <[EMAIL PROTECTED]>
Date:   Fri May 16 09:27:20 2008 +0200

    man pages: Remove man page for 'mangled map'.
    
    'mangled map' has been removed with 
dee8beba7a92b8a3f68bbcc59fd0a827f68c7736.
    
    Karolin
    (cherry picked from commit d9b4e500675a378daba50d12cd638a245aa78b72)

-----------------------------------------------------------------------

Summary of changes:
 WHATSNEW.txt                                |    2 +-
 docs-xml/smbdotconf/filename/mangledmap.xml |   33 ---------------------------
 2 files changed, 1 insertions(+), 34 deletions(-)
 delete mode 100644 docs-xml/smbdotconf/filename/mangledmap.xml


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 2ad51d2..51293d0 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -196,7 +196,7 @@ smb.conf changes
     lanman auth                                Changed Default No
     ldap debug level                   New             0
     ldap debug threshold               New             10
-    mangle map                         Removed
+    mangled map                                Removed
     min receive file size              New             0
     open files database hashsize       Removed
     read bmpx                          Removed
diff --git a/docs-xml/smbdotconf/filename/mangledmap.xml 
b/docs-xml/smbdotconf/filename/mangledmap.xml
deleted file mode 100644
index b4be3a8..0000000
--- a/docs-xml/smbdotconf/filename/mangledmap.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<samba:parameter name="mangled map"
-                                type="string"
-                 context="S"
-                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc";>
-<description>
-       <para>
-       This is for those who want to directly map UNIX file names which cannot 
be represented on 
-       Windows/DOS.  The mangling of names is not always what is needed.  In 
particular you may have 
-       documents with file extensions that differ between DOS and UNIX. 
-       For example, under UNIX it is common to use <filename 
moreinfo="none">.html</filename> 
-       for HTML files, whereas under Windows/DOS <filename 
moreinfo="none">.htm</filename> 
-       is more commonly used.
-       </para>
-
-       <para>
-       So to map <filename moreinfo="none">html</filename> to <filename 
moreinfo="none">htm</filename> 
-       you would use:
-       </para>
-               
-       <para>
-       <smbconfoption name="mangled map">(*.html *.htm)</smbconfoption>.
-       </para>
-
-       <para>
-       One very useful case is to remove the annoying <filename 
moreinfo="none">;1</filename> off 
-       the ends of filenames on some CDROMs (only visible under some UNIXes). 
To do this use a map of 
-       (*;1 *;).
-       </para>
-</description>
-
-<value type="default"><comment>no mangled map</comment></value>
-<value type="example">(*;1 *;)</value>
-</samba:parameter>


-- 
Samba Shared Repository

Reply via email to