From 9e951b04111fec10f07e3e5c9062c2c24537dd1a Mon Sep 17 00:00:00 2001 From: Arturo Borrero Date: Thu, 19 Nov 2015 13:46:45 +0100 Subject: conntrack-tools: add conntrackd.conf(5) manpage This new manpage describes all the configuration options of the conntrackd.conf file. While at it, point conntrackd(8) to this new manpage. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 975c538..b453af0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ include Make_global.am ACLOCAL_AMFLAGS = -I m4 -man_MANS = conntrack.8 conntrackd.8 nfct.8 +man_MANS = conntrack.8 conntrackd.8 nfct.8 conntrackd.conf.5 EXTRA_DIST = $(man_MANS) Make_global.am doc m4 SUBDIRS = extensions src -- cgit v1.2.3