summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2019-11-06 16:26:34 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2019-11-06 16:26:34 +0000
commit0b35aaacdd43c9489ca8c0f317cef4552c9a7e02 (patch)
treed63a5adfae4f6a021e368a3793b06faba03f938c /sbin
parent774a289cebfacc38d0808b964198cf6783baa687 (diff)
Move control socket to /dev like slaacd(8) is doing to be able to
start unwind earlier, before /var is mounted. discussed with deraadt
Diffstat (limited to 'sbin')
-rw-r--r--sbin/unwind/unwind.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/unwind/unwind.h b/sbin/unwind/unwind.h
index e5bf373c57b..f5623a6bff7 100644
--- a/sbin/unwind/unwind.h
+++ b/sbin/unwind/unwind.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: unwind.h,v 1.22 2019/11/06 14:19:59 florian Exp $ */
+/* $OpenBSD: unwind.h,v 1.23 2019/11/06 16:26:33 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -28,7 +28,7 @@
#endif
#define CONF_FILE "/etc/unwind.conf"
-#define UNWIND_SOCKET "/var/run/unwind.sock"
+#define UNWIND_SOCKET "/dev/unwind.sock"
#define UNWIND_USER "_unwind"
#define OPT_VERBOSE 0x00000001