Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/npf/npfctl formatting
details: https://anonhg.NetBSD.org/src/rev/cff22f53ba88
branches: trunk
changeset: 797508:cff22f53ba88
user: rmind <rmind%NetBSD.org@localhost>
date: Sun Jul 20 00:48:51 2014 +0000
description:
formatting
diffstat:
usr.sbin/npf/npfctl/npf_show.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r cafc6f13c560 -r cff22f53ba88 usr.sbin/npf/npfctl/npf_show.c
--- a/usr.sbin/npf/npfctl/npf_show.c Sun Jul 20 00:43:47 2014 +0000
+++ b/usr.sbin/npf/npfctl/npf_show.c Sun Jul 20 00:48:51 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: npf_show.c,v 1.14 2014/05/31 22:41:37 rmind Exp $ */
+/* $NetBSD: npf_show.c,v 1.15 2014/07/20 00:48:51 rmind Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: npf_show.c,v 1.14 2014/05/31 22:41:37 rmind Exp $");
+__RCSID("$NetBSD: npf_show.c,v 1.15 2014/07/20 00:48:51 rmind Exp $");
#include <sys/socket.h>
#include <netinet/in.h>
@@ -452,7 +452,7 @@
if (ncf == NULL) {
return errno;
}
- fprintf(ctx->fp, "Filtering:\t%s\nConfiguration:\t%s\n",
+ fprintf(ctx->fp, "# filtering:\t%s\n# config:\t%s\n",
active ? "active" : "inactive",
loaded ? "loaded" : "empty");
print_linesep(ctx);
Home |
Main Index |
Thread Index |
Old Index