Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2012 12:33:54 +0000 (UTC)
From:      Isabell Long <issyl0@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239775 - head/sbin/ipf/ipf
Message-ID:  <201208281233.q7SCXskC067843@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: issyl0 (doc committer)
Date: Tue Aug 28 12:33:54 2012
New Revision: 239775
URL: http://svn.freebsd.org/changeset/base/239775

Log:
  Link ipfilter(4) and ipfilter(5) to the build to stop the wrong man page
  displaying for 'man 4 ipfilter'.
  
  PR:		docs/118020
  Approved by:	gjb (mentor)
  MFC after:	5 days

Modified:
  head/sbin/ipf/ipf/Makefile

Modified: head/sbin/ipf/ipf/Makefile
==============================================================================
--- head/sbin/ipf/ipf/Makefile	Tue Aug 28 12:25:37 2012	(r239774)
+++ head/sbin/ipf/ipf/Makefile	Tue Aug 28 12:33:54 2012	(r239775)
@@ -2,8 +2,8 @@
 
 PROG=		ipf
 SRCS=		${GENHDRS} ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c
-MAN=		ipf.8 ipf.4 ipf.5 ipl.4
-MLINKS=		ipl.4 ipfilter.4 ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
+MAN=		ipfilter.4 ipfilter.5 ipf.8 ipf.4 ipf.5 ipl.4
+MLINKS=		ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
 CFLAGS+=	-I. -DIPFILTER_BPF
 
 GENHDRS=	ipf_l.h ipf_y.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208281233.q7SCXskC067843>