Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/blacklist/port missed one blsock



details:   https://anonhg.NetBSD.org/src/rev/2a4f763a6104
branches:  trunk
changeset: 814190:2a4f763a6104
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Mar 11 17:17:35 2016 +0000

description:
missed one blsock

diffstat:

 external/bsd/blacklist/port/port.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r 1a1aeb9d2297 -r 2a4f763a6104 external/bsd/blacklist/port/port.h
--- a/external/bsd/blacklist/port/port.h        Fri Mar 11 17:16:40 2016 +0000
+++ b/external/bsd/blacklist/port/port.h        Fri Mar 11 17:17:35 2016 +0000
@@ -80,5 +80,5 @@
 
 #define _PATH_BLCONF "conf"
 #define _PATH_BLCONTROL "control"
-#define _PATH_BLSOCK "blsock"
+#define _PATH_BLSOCK "blacklistd.sock"
 #define _PATH_BLSTATE "blacklistd.db"



Home | Main Index | Thread Index | Old Index