Changeset 745 for trunk/server/source3/script/installman.sh
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/script/installman.sh
r414 r745 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 ;;52 51 smbsh.1) test -z "${SMBWRAPPER}" && continue ;; 53 52 *) ;;
Note:
See TracChangeset
for help on using the changeset viewer.