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 <realrichardsha...@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 <ti...@freebsd.org>
    Reviewed-by: Andrew Bartlett <abartl...@samba.org>
    Reviewed-by: Richard Sharpe <realrichardsha...@gmail.com>
    
    Autobuild-User(master): Richard Sharpe <sha...@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

Reply via email to