summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Müller <lars@samba.org>2009-02-02 21:12:52 +0100
committerLars Müller <lars@samba.org>2009-02-02 21:19:18 +0100
commitfda450e4d6f9d2661235a3422c0db644a6c686b3 (patch)
tree7cbee2f635a1886d5fc47e9715777dfb9a2e91d7
parent5202fa31b227d8dd9a3ddfab26f7933bfd349281 (diff)
downloadsamba-fda450e4d6f9d2661235a3422c0db644a6c686b3.tar.gz
Conditional install of the cifs.upcall man page
Only install the cifs.upcall man page if CIFSUPCALL_PROGS was set while configure.
-rwxr-xr-xsource/script/installman.sh1
1 files changed, 1 insertions, 0 deletions
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 ;;
*) ;;