Conditional install of the cifs.upcall man page
authorLars Müller <lars@samba.org>
Mon, 2 Feb 2009 20:12:52 +0000 (21:12 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 30 Jul 2009 07:22:10 +0000 (09:22 +0200)
Only install the cifs.upcall man page if CIFSUPCALL_PROGS was set while
configure.
(cherry picked from commit fda450e4d6f9d2661235a3422c0db644a6c686b3)

source/script/installman.sh

index 7edc707ab073de9556a6682eda2a8f6be318a877..76b8845f3f3cda5bd0add9074433cc02a670737b 100755 (executable)
@@ -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 ;;
                *) ;;