Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127839 - Samba-3.0.21b: Added msDFS use flag.
Summary: Samba-3.0.21b: Added msDFS use flag.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's SAMBA Team
URL: http://info.ccone.at/INFO/Samba-2.2.1...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-28 04:07 UTC by Simon C. Ion
Modified: 2006-05-02 02:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch against net-fs/samba/samba-3.0.21b.ebuild (smbebuildPatch,970 bytes, patch)
2006-03-28 04:07 UTC, Simon C. Ion
Details | Diff
Patch against profiles/use.desc (use.descPatch,551 bytes, patch)
2006-03-28 04:08 UTC, Simon C. Ion
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon C. Ion 2006-03-28 04:07:07 UTC
Quick ebuild modification to support msDFS in Samba.
Attached are patches against 
netfs/samba/samba-3.0.21b.ebuild
and 
profiles/use.desc
Comment 1 Simon C. Ion 2006-03-28 04:07:56 UTC
Created attachment 83286 [details, diff]
Patch against net-fs/samba/samba-3.0.21b.ebuild
Comment 2 Simon C. Ion 2006-03-28 04:08:26 UTC
Created attachment 83287 [details, diff]
Patch against profiles/use.desc
Comment 3 Simon C. Ion 2006-03-28 04:11:34 UTC
I've successfully created and accessed a couple of DFS shares with this configuration.
Comment 4 Christian Andreetta (RETIRED) gentoo-dev 2006-04-27 05:37:27 UTC
in portage, thanks: 3.0.22-r1

Just a couple of hints:

1) gentoo standard: a flag is described in use.desc only if it is a global flag (say, more than 10 packages using it). Else, it will go in use.local.desc, where there is also info on the packages using it.

2) cosmetic only: the syntax '$(use_with msdfs)' is more compact. It can be useful to separate the "problematic" use flags (it/elif/else) from the "simple" ones (the plain --with-*)
Comment 5 Joe Wells 2006-04-28 04:14:21 UTC
Maybe I'm confused, but as far as I can tell (and I have checked the
Samba sources and all the Gentoo patches), the --with-msdfs configure
option simply does not exist anymore.  The Samba WHATSNEW.txt file
points out:

  "Many of the options to the GNU autoconf script have been modified 
  in the 3.0 release.  The most noticeable are:

    ...

    * removal of --with-msdfs (is now enabled by default)"

So why does anyone think that supplying this option will make a
difference?  There is certainly no need for a USE flag for it ...
Comment 6 Christian Andreetta (RETIRED) gentoo-dev 2006-04-29 05:05:12 UTC
> Maybe I'm confused
^^^^^^^^^^^^^^^^^^
Maybe you're right :-D

Planning to remove msdfs iuse flag soon.
Comment 7 Christian Andreetta (RETIRED) gentoo-dev 2006-05-02 02:45:53 UTC
>> Maybe I'm confused
> ^^^^^^^^^^^^^^^^^^^^^^
> Maybe you're right :-D
  ^^^^^^^^^^^^^^^^^^^^^^
of course, I meant you were not confused... ;-)