Чтобы скачать набор переводов man-страниц OpenLDAP:
# slapd -V
Чтобы установить набор переводов man-страниц OpenLDAP:
# sudo find /usr/share/man/ru/ -regextype posix-egrep -regex '.*(slap|ldap|ldif).*' -exec rm -i {} \;
# sudo tar -xvjPf openldap-2.4.47-man.ru.tbz2
# sudo find /usr/share/man/ru/ -regextype posix-egrep -regex '.*(slap|ldap|ldif).*' -type f -exec bzip2 -9 {} \; # sudo find /usr/share/man/ru/ -regextype posix-egrep -regex '.*(slap|ldap).*' -type l \ -exec sh -c 'ln -s $(readlink {}).bz2 {}.bz2; rm {}' \;или в .gz:
# sudo find /usr/share/man/ru/ -regextype posix-egrep -regex '.*(slap|ldap|ldif).*' -type f -exec gzip -9 {} \; # sudo find /usr/share/man/ru/ -regextype posix-egrep -regex '.*(slap|ldap).*' -type l \ -exec sh -c 'ln -s $(readlink {}).gz {}.gz; rm {}' \;