mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
That process is called security-module (sec-mod) and communicates with the workers using a unix domain socket.
9 lines
273 B
Makefile
9 lines
273 B
Makefile
EXTRA_DIST = design.dia sample.config scripts/ocserv-script sample.passwd
|
|
|
|
dist_man_MANS = ocserv.8
|
|
|
|
ocserv.8: ../src/ocserv-args.def
|
|
-sed 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \
|
|
@AUTOGEN@ -DMAN_SECTION=8 -Tagman-cmd.tpl "$<".tmp && \
|
|
rm -f "$<".tmp
|