[SCM] Samba Shared Repository - branch master updated

Richard Sharpe sharpe at samba.org
Thu Mar 7 21:05:02 MST 2013


The branch, master has been updated
       via  11d1286 Correct the name of the nss_winbind module for FreeBSD by creating a symlink from the FreeBSD required name to the built module.
      from  5372571 s3:idmap: fix a debug message and lower its level

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 11d128632357c9ae89d67aaf23c429fae83a1b29
Author: Richard Sharpe <realrichardsharpe at gmail.com>
Date:   Thu Mar 7 17:36:37 2013 -0800

    Correct the name of the nss_winbind module for FreeBSD by creating a symlink
    from the FreeBSD required name to the built module.
    
    Signed-off-by: Timur Bakeyev <timur at FreeBSD.org>
    Reviewed-by: Andrew Bartlett <abartlett at samba.org>
    Reviewed-by: Richard Sharpe <realrichardsharpe at gmail.com>
    
    Autobuild-User(master): Richard Sharpe <sharpe at samba.org>
    Autobuild-Date(master): Fri Mar  8 05:04:04 CET 2013 on sn-devel-104

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

Summary of changes:
 nsswitch/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index 1efee55..a7d6489 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -42,7 +42,7 @@ elif (host_os.rfind('freebsd') > -1):
 	bld.SAMBA_LIBRARY('nss_winbind',
 			  source='winbind_nss_linux.c winbind_nss_freebsd.c',
 			  deps='winbind-client',
-			  realname='libnss_winbind.so.1',
+			  realname='nss_winbind.so.1',
 			  vnum='1')
 
 elif (host_os.rfind('netbsd') > -1):


-- 
Samba Shared Repository


More information about the samba-cvs mailing list