Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src The ippool(5) manpage mentions ippool.conf (which is also mo...



details:   https://anonhg.NetBSD.org/src/rev/ea60c80d7b5f
branches:  trunk
changeset: 749015:ea60c80d7b5f
user:      mishka <mishka%NetBSD.org@localhost>
date:      Fri Nov 13 09:51:13 2009 +0000

description:
The ippool(5) manpage mentions ippool.conf (which is also more common
name for config files) - add it to distribution. Per <hubertf> suggestion.

diffstat:

 distrib/sets/lists/man/mi    |  5 ++++-
 usr.sbin/ipf/ippool/Makefile |  3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (47 lines):

diff -r ddf2be201890 -r ea60c80d7b5f distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Fri Nov 13 08:20:29 2009 +0000
+++ b/distrib/sets/lists/man/mi Fri Nov 13 09:51:13 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1173 2009/11/06 13:36:01 njoly Exp $
+# $NetBSD: mi,v 1.1174 2009/11/13 09:51:13 mishka Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1780,6 +1780,7 @@
 ./usr/share/man/cat5/ipnat.0                   man-ipf-catman          ipfilter,.cat
 ./usr/share/man/cat5/ipnat.conf.0              man-ipf-catman          ipfilter,.cat
 ./usr/share/man/cat5/ippool.0                  man-ipf-catman          ipfilter,.cat
+./usr/share/man/cat5/ippool.conf.0             man-ipf-catman          ipfilter,.cat
 ./usr/share/man/cat5/ipsec.conf.0              man-netutil-catman      .cat
 ./usr/share/man/cat5/ipsend.0                  man-ipf-catman          ipfilter,.cat
 ./usr/share/man/cat5/isdnd.acct.0              man-isdn-catman         .cat
@@ -4324,6 +4325,7 @@
 ./usr/share/man/html5/ipnat.html               man-ipf-htmlman         ipfilter,html
 ./usr/share/man/html5/ipnat.conf.html          man-ipf-htmlman         ipfilter,html
 ./usr/share/man/html5/ippool.html              man-ipf-htmlman         ipfilter,html
+./usr/share/man/html5/ippool.conf.html         man-ipf-htmlman         ipfilter,html
 ./usr/share/man/html5/ipsec.conf.html          man-netutil-htmlman     html
 ./usr/share/man/html5/ipsend.html              man-ipf-htmlman         ipfilter,html
 ./usr/share/man/html5/isdnd.acct.html          man-isdn-htmlman        html
@@ -6814,6 +6816,7 @@
 ./usr/share/man/man5/ipnat.5                   man-ipf-man             ipfilter,.man
 ./usr/share/man/man5/ipnat.conf.5              man-ipf-man             ipfilter,.man
 ./usr/share/man/man5/ippool.5                  man-ipf-man             ipfilter,.man
+./usr/share/man/man5/ippool.conf.5             man-ipf-man             ipfilter,.man
 ./usr/share/man/man5/ipsec.conf.5              man-netutil-man         .man
 ./usr/share/man/man5/ipsend.5                  man-ipf-man             ipfilter,.man
 ./usr/share/man/man5/isdnd.acct.5              man-isdn-man            .man
diff -r ddf2be201890 -r ea60c80d7b5f usr.sbin/ipf/ippool/Makefile
--- a/usr.sbin/ipf/ippool/Makefile      Fri Nov 13 08:20:29 2009 +0000
+++ b/usr.sbin/ipf/ippool/Makefile      Fri Nov 13 09:51:13 2009 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile,v 1.9 2008/10/25 22:27:39 apb Exp $
+#      $NetBSD: Makefile,v 1.10 2009/11/13 09:51:13 mishka Exp $
 
 PROG=          ippool
 SRCS=          ippool_y.c ippool_l.c kmem.c ippool.c
 MAN=           ippool.5 ippool.8
+MLINKS=                ippool.5 ippool.conf.5
 CPPFLAGS+=     -I.
 
 DPSRCS+=       ippool_l.h ippool_y.h



Home | Main Index | Thread Index | Old Index