summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-02-06 21:11:44 +0000
committerGerald Carter <jerry@samba.org>2007-02-06 21:11:44 +0000
commit2266755d2d2409bd3fd8d82022a68a9f09bb8692 (patch)
tree334327a5fda02ab811f18c85a30d82211718de8b /source/script
parentc2f47b12ea59837cdef9eee5a91751e696e1c0c7 (diff)
downloadsamba-2266755d2d2409bd3fd8d82022a68a9f09bb8692.tar.gz
samba-2266755d2d2409bd3fd8d82022a68a9f09bb8692.tar.xz
samba-2266755d2d2409bd3fd8d82022a68a9f09bb8692.zip
r21195: sync minor changes from SAMBA_3_0 (comments and const)lib/privileges.c
Diffstat (limited to 'source/script')
-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 869ce6ee38e..7edc707ab07 100755
--- a/source/script/installman.sh
+++ b/source/script/installman.sh
@@ -49,6 +49,7 @@ for lang in $langs; do
# Check if this man page if required by the configured feature set
case "${MP_BASENAME}" in
smbsh.1) test -z "${SMBWRAPPER}" && continue ;;
+ smbmnt.8|smbmount.8|smbumount.8) test -z "${SMBMOUNT_PROGS}" && continue ;;
*) ;;
esac