From: Lars Müller Date: Mon, 2 Feb 2009 20:12:52 +0000 (+0100) Subject: Conditional install of the cifs.upcall man page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda450e4d6f9d2661235a3422c0db644a6c686b3;p=thirdparty%2Fsamba.git Conditional install of the cifs.upcall man page Only install the cifs.upcall man page if CIFSUPCALL_PROGS was set while configure. --- diff --git a/source/script/installman.sh b/source/script/installman.sh index 7edc707ab07..76b8845f3f3 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 ;; *) ;;