[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3420-gb44b29e

Lars Müller lmuelle at samba.org
Mon Feb 2 20:19:02 GMT 2009


The branch, v3-2-test has been updated
       via  b44b29e5d9047f79202fa8fb3ca0eb86b2a98090 (commit)
      from  876b0b001976226a7c1887570c08178d72842a48 (commit)

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


- Log -----------------------------------------------------------------
commit b44b29e5d9047f79202fa8fb3ca0eb86b2a98090
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:
 source/script/installman.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/script/installman.sh b/source/script/installman.sh
index 869ce6e..e53ab37 100755
--- a/source/script/installman.sh
+++ b/source/script/installman.sh
@@ -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