Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 313813

Summary: samba-3.5.2.ebuild has a typo
Product: Gentoo Linux Reporter: Marcel Greter <bugzilla>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: trivial CC: patrick
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch against samba-3.5.2.ebuild
Patch against samba-3.5.2.ebuild

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