[SCM] Samba Shared Repository - branch v3-5-test updated - release-4-0-0alpha8-1403-g5148eef

Lars Müller lmuelle at samba.org
Thu Sep 10 13:56:54 MDT 2009


The branch, v3-5-test has been updated
       via  5148eefe1ea6e215dcbf4ffaa642860bd8dab45f (commit)
       via  789963de23d46eba41cdd29c7b50100ec47e4361 (commit)
      from  b20f27ff40985a1fea2973e5a3532d58e65ca65b (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit 5148eefe1ea6e215dcbf4ffaa642860bd8dab45f
Author: Lars Müller <lars at samba.org>
Date:   Mon Feb 2 21:38:38 2009 +0100

    Adjust regex to match variable names including underscores
    
    This is required to get the CIFSUPCALL_PROGS setting extracted from
    config.log.

commit 789963de23d46eba41cdd29c7b50100ec47e4361
Author: Lars Müller <lars at samba.org>
Date:   Mon Feb 2 21:12:52 2009 +0100

    Conditional install of the cifs.upcall man page
    
    Only install the cifs.upcall man page if CIFSUPCALL_PROGS was set while
    configure.

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

Summary of changes:
 source3/script/installman.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/script/installman.sh b/source3/script/installman.sh
index ab9bfe5..085e862 100755
--- a/source3/script/installman.sh
+++ b/source3/script/installman.sh
@@ -20,7 +20,7 @@ fi
 
 # Get the configured feature set
 test -f "${SRCDIR}/config.log" && \
-	eval `grep "^[[:alnum:]]*=.*" "${SRCDIR}/config.log"`
+	eval `grep "^[[:alnum:]_]*=.*" "${SRCDIR}/config.log"`
 
 for lang in $langs; do
     if [ "X$lang" = XC ]; then
@@ -48,6 +48,7 @@ for lang in $langs; do
 
 	    # Check if this man page if required by the configured feature set
 	    case "${MP_BASENAME}" in
+		cifs.upcall.8) test -z "${CIFSUPCALL_PROGS}" && continue ;;
 	    	smbsh.1) test -z "${SMBWRAPPER}" && continue ;;
 		*) ;;
 	    esac


-- 
Samba Shared Repository


More information about the samba-cvs mailing list