Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/script/installman.sh

    r414 r740  
    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 ;;
    5251                smbsh.1) test -z "${SMBWRAPPER}" && continue ;;
    5352                *) ;;
Note: See TracChangeset for help on using the changeset viewer.