[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-32-141-gfda450e

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


The branch, v3-0-test has been updated
       via  fda450e4d6f9d2661235a3422c0db644a6c686b3 (commit)
      from  5202fa31b227d8dd9a3ddfab26f7933bfd349281 (commit)

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


- Log -----------------------------------------------------------------
commit fda450e4d6f9d2661235a3422c0db644a6c686b3
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 7edc707..76b8845 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 ;;
 		smbmnt.8|smbmount.8|smbumount.8) test -z "${SMBMOUNT_PROGS}" && continue ;;
 		*) ;;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list