View | Details | Raw Unified | Return to bug 238816 | Differences between
and this patch

Collapse All | Expand All

(-)b/contrib/ipfilter/man/ipmon.8 (-1 / +1 lines)
Lines 27-33 ipmon \- monitors /dev/ipl for logged packets Link Here
27
.LP
27
.LP
28
\fBipmon\fP opens \fB/dev/ipl\fP for reading and awaits data to be saved from
28
\fBipmon\fP opens \fB/dev/ipl\fP for reading and awaits data to be saved from
29
the packet filter.  The binary data read from the device is reprinted in
29
the packet filter.  The binary data read from the device is reprinted in
30
human readable for, however, IP#'s are not mapped back to hostnames, nor are
30
human readable form, however, IP#'s are not mapped back to hostnames, nor are
31
ports mapped back to service names.  The output goes to standard output by
31
ports mapped back to service names.  The output goes to standard output by
32
default or a filename, if given on the command line.  Should the \fB\-s\fP
32
default or a filename, if given on the command line.  Should the \fB\-s\fP
33
option be used, output is instead sent to \fBsyslogd(8)\fP.  Messages sent
33
option be used, output is instead sent to \fBsyslogd(8)\fP.  Messages sent
(-)b/contrib/ipfilter/tools/ipmon.c (-2 / +5 lines)
Lines 1438-1445 static void print_ipflog(conf, buf, blen) Link Here
1438
static void usage(prog)
1438
static void usage(prog)
1439
	char *prog;
1439
	char *prog;
1440
{
1440
{
1441
	fprintf(stderr, "%s: [-NFhstvxX] [-f <logfile>]\n", prog);
1441
	fprintf(stderr, "Usage: %s [ -abDFhnpstvxX ] [ -B <binary-logfile> ] [ -C <config-file> ]\n"
1442
	exit(1);
1442
		"\t[ -f <device> ] [ -L <facility> ] [ -N <device> ]\n"
1443
		"\t[ -o [NSI] ] [ -O [NSI] ] [ -P <pidfile> ] [ -S <device> ]\n"
1444
		"\t[ <filename> ]\n", prog);
1445
	exit(-1);
1443
}
1446
}
1444
1447
1445
1448
(-)b/sbin/ipf/ipmon/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PACKAGE=	ipf
3
PACKAGE=	ipf
4
PROG=		ipmon
4
PROG=		ipmon
5
SRCS=		${GENHDRS} ipmon.c ipmon_y.c ipmon_l.c
5
SRCS=		${GENHDRS} ipmon.c ipmon_y.c ipmon_l.c
6
MAN=		ipmon.8
6
MAN=		ipmon.5 ipmon.8
7
7
8
CFLAGS+=	-DLOGFAC=LOG_LOCAL0 -I.
8
CFLAGS+=	-DLOGFAC=LOG_LOCAL0 -I.
9
9
(-)b/tools/build/mk/OptionalObsoleteFiles.inc (+1 lines)
Lines 3350-3355 OLD_FILES+=usr/share/man/man5/ipf.5.gz Link Here
3350
OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz
3350
OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz
3351
OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz
3351
OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz
3352
OLD_FILES+=usr/share/man/man5/ipfilter.5.gz
3352
OLD_FILES+=usr/share/man/man5/ipfilter.5.gz
3353
OLD_FILES+=usr/share/man/man8/ipmon.5.gz
3353
OLD_FILES+=usr/share/man/man5/ipnat.5.gz
3354
OLD_FILES+=usr/share/man/man5/ipnat.5.gz
3354
OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz
3355
OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz
3355
OLD_FILES+=usr/share/man/man5/ippool.5.gz
3356
OLD_FILES+=usr/share/man/man5/ippool.5.gz

Return to bug 238816