summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Müller <lars@samba.org>2009-02-02 21:12:52 +0100
committerKarolin Seeger <kseeger@samba.org>2009-07-30 09:22:10 +0200
commit27c0adceb1a9fe7a2ce310f105e244ecec477921 (patch)
tree8830c3122ee96f8d7e600316c8ff7eb93a0ab841
parent335c3cdbd5d84d01d52fe4f8b823f3ecce9139f3 (diff)
downloadsamba-27c0adceb1a9fe7a2ce310f105e244ecec477921.tar.gz
Conditional install of the cifs.upcall man page
Only install the cifs.upcall man page if CIFSUPCALL_PROGS was set while configure. (cherry picked from commit fda450e4d6f9d2661235a3422c0db644a6c686b3)
-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 ;;
*) ;;