=================================================================== RCS file: /cvs/mandoc/configure.local.example,v retrieving revision 1.24 retrieving revision 1.27 diff -u -p -r1.24 -r1.27 --- mandoc/configure.local.example 2017/02/08 16:11:41 1.24 +++ mandoc/configure.local.example 2017/02/16 15:19:01 1.27 @@ -1,4 +1,4 @@ -# $Id: configure.local.example,v 1.24 2017/02/08 16:11:41 schwarze Exp $ +# $Id: configure.local.example,v 1.27 2017/02/16 15:19:01 schwarze Exp $ # # Copyright (c) 2014, 2015, 2016 Ingo Schwarze # @@ -222,8 +222,15 @@ CGIBINDIR="${WWWPREFIX}/cgi-bin" # By default, building mandocd(8) and catman(8) is disabled. # To enable it, use the following line. +# It does not work on SunOS 5.10 because there is no mkdirat(2) +# nor on SunOS 5.9 which also lacks CMSG_LEN(3) and CMSG_SPACE(3). BUILD_CATMAN=1 + +# Install catman(8) with a different name. +# See BINM_MAN above for details of how this works. + +BINM_CATMAN=mcatman # default is "catman" # --- settings that rarely need to be touched --------------------------