Ignore:
Timestamp:
Aug 5, 2009, 6:34:45 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.0 to final 3.0.36 (source)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/script/installman.sh

    r1 r312  
    2121# Get the configured feature set
    2222test -f "${SRCDIR}/config.log" && \
    23         eval `grep "^[[:alnum:]]*=.*" "${SRCDIR}/config.log"`
     23        eval `grep "^[[:alnum:]_]*=.*" "${SRCDIR}/config.log"`
    2424
    2525for lang in $langs; do
     
    4949            # Check if this man page if required by the configured feature set
    5050            case "${MP_BASENAME}" in
     51                cifs.upcall.8) test -z "${CIFSUPCALL_PROGS}" && continue ;;
    5152                smbsh.1) test -z "${SMBWRAPPER}" && continue ;;
    5253                smbmnt.8|smbmount.8|smbumount.8) test -z "${SMBMOUNT_PROGS}" && continue ;;
Note: See TracChangeset for help on using the changeset viewer.