Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 313813 - samba-3.5.2.ebuild has a typo
Summary: samba-3.5.2.ebuild has a typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-08 09:59 UTC by Marcel Greter
Modified: 2010-04-08 10:05 UTC (History)
1 user (show)

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


Attachments
Patch against samba-3.5.2.ebuild (samba-3.5.2.ebuild.patch,430 bytes, text/plain)
2010-04-08 10:00 UTC, Marcel Greter
Details
Patch against samba-3.5.2.ebuild (samba-3.5.2.ebuild.patch,430 bytes, text/plain)
2010-04-08 10:03 UTC, Marcel Greter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel Greter 2010-04-08 09:59:55 UTC
There is a typo in a variable assignment:

use ads && use winbind && SBIN_PROGS="${SBINPROGS} bin/winbind_krb5_locator"

should be

use ads && use winbind && SBINPROGS="${SBINPROGS} bin/winbind_krb5_locator"

regards, Marcel Greter
Comment 1 Marcel Greter 2010-04-08 10:00:58 UTC
Created attachment 226975 [details]
Patch against samba-3.5.2.ebuild
Comment 2 Marcel Greter 2010-04-08 10:03:34 UTC
Created attachment 226977 [details]
Patch against samba-3.5.2.ebuild

Sorry, patch was inverted
Comment 3 Patrick Lauer gentoo-dev 2010-04-08 10:05:33 UTC
+  08 Apr 2010; Patrick Lauer <patrick@gentoo.org> samba-3.5.2.ebuild:
+  Fix typo #313813