Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/blacklist Give the blacklistd socket a more mea...



details:   https://anonhg.NetBSD.org/src/rev/59737ac9605d
branches:  trunk
changeset: 344047:59737ac9605d
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Mar 11 17:16:40 2016 +0000

description:
Give the blacklistd socket a more meaningful name.

diffstat:

 external/bsd/blacklist/bin/blacklistd.8 |  6 +++---
 external/bsd/blacklist/include/bl.h     |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 48125c17f430 -r 59737ac9605d external/bsd/blacklist/bin/blacklistd.8
--- a/external/bsd/blacklist/bin/blacklistd.8   Fri Mar 11 17:01:59 2016 +0000
+++ b/external/bsd/blacklist/bin/blacklistd.8   Fri Mar 11 17:16:40 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: blacklistd.8,v 1.14 2015/06/04 16:11:48 wiz Exp $
+.\" $NetBSD: blacklistd.8,v 1.15 2016/03/11 17:16:40 christos Exp $
 .\"
 .\" Copyright (c) 2015 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -55,7 +55,7 @@
 specified by
 .Ar sockspath
 or if that is not specified to
-.Pa /var/run/blsock .
+.Pa /var/run/blacklistd.sock .
 Each notification contains an (action, port, protocol, address, owner) tuple
 that identifies the remote connection and the action.
 This tuple is consulted against entries in
@@ -206,7 +206,7 @@
 Configuration file.
 .It Pa /var/db/blacklistd.db
 Database of current connection entries.
-.It Pa /var/run/blsock
+.It Pa /var/run/blacklistd.sock
 Socket to receive connection notifications.
 .El
 .Sh SEE ALSO
diff -r 48125c17f430 -r 59737ac9605d external/bsd/blacklist/include/bl.h
--- a/external/bsd/blacklist/include/bl.h       Fri Mar 11 17:01:59 2016 +0000
+++ b/external/bsd/blacklist/include/bl.h       Fri Mar 11 17:16:40 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bl.h,v 1.12 2015/01/22 16:19:53 christos Exp $ */
+/*     $NetBSD: bl.h,v 1.13 2016/03/11 17:16:40 christos Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -56,7 +56,7 @@
 #define bi_cred bi_u._bi_cred
 
 #ifndef _PATH_BLSOCK
-#define _PATH_BLSOCK "/var/run/blsock"
+#define _PATH_BLSOCK "/var/run/blacklistd.sock"
 #endif
 
 __BEGIN_DECLS



Home | Main Index | Thread Index | Old Index