=================================================================== RCS file: /cvs/mandoc/cgi.h.example,v retrieving revision 1.3 retrieving revision 1.6 diff -u -p -r1.3 -r1.6 --- mandoc/cgi.h.example 2014/07/21 15:45:17 1.3 +++ mandoc/cgi.h.example 2017/03/18 16:48:24 1.6 @@ -1,9 +1,7 @@ /* Example compile-time configuration file for man.cgi(8). */ -#define HTTP_HOST "mdocml.bsd.lv" -#define MAN_DIR "/var/www/man" +#define SCRIPT_NAME "cgi-bin/man.cgi" +#define MAN_DIR "/man" #define CSS_DIR "" #define CUSTOMIZE_TITLE "Manual pages with mandoc" -#define CUSTOMIZE_BEGIN "

\nManual pages with " \ - "mandoc\n

" #define COMPAT_OLDURI Yes