From 0b35aaacdd43c9489ca8c0f317cef4552c9a7e02 Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Wed, 6 Nov 2019 16:26:34 +0000 Subject: Move control socket to /dev like slaacd(8) is doing to be able to start unwind earlier, before /var is mounted. discussed with deraadt --- sbin/unwind/unwind.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') 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 @@ -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 -- cgit v1.2.3