Changeset 232 for branches/samba-3.2.x/source/script
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/script/installman.sh
r133 r232 21 21 # Get the configured feature set 22 22 test -f "${SRCDIR}/config.log" && \ 23 eval `grep "^[[:alnum:] ]*=.*" "${SRCDIR}/config.log"`23 eval `grep "^[[:alnum:]_]*=.*" "${SRCDIR}/config.log"` 24 24 25 25 for lang in $langs; do … … 49 49 # Check if this man page if required by the configured feature set 50 50 case "${MP_BASENAME}" in 51 cifs.upcall.8) test -z "${CIFSUPCALL_PROGS}" && continue ;; 51 52 smbsh.1) test -z "${SMBWRAPPER}" && continue ;; 52 53 *) ;;
Note:
See TracChangeset
for help on using the changeset viewer.