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

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


The branch, v3-3-test has been updated
       via  e9e2414e798a2eb447de45803e61cc0a49752f11 (commit)
      from  1aa6c76dd003b0c625c6910bb78798a7d98c5a8c (commit)

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


- Log -----------------------------------------------------------------
commit e9e2414e798a2eb447de45803e61cc0a49752f11
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 ab9bfe5..75e5381 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