From 66e951f90adce88f5d6aa6ba804b7d9b280a2818 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 13 Apr 2023 18:05:04 +0100 Subject: [PATCH] rbootd: add missing change to make it work --- libexec/rbootd/pathnames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rbootd/pathnames.h b/libexec/rbootd/pathnames.h index 642e99e01a..44a9463b23 100644 --- a/libexec/rbootd/pathnames.h +++ b/libexec/rbootd/pathnames.h @@ -40,7 +40,7 @@ * Author: Jeff Forys, University of Utah CSS */ -#define _PATH_BPF "/dev/bpf%d" +#define _PATH_BPF "/dev/bpf" #define _PATH_RBOOTDCONF "/etc/rbootd.conf" #define _PATH_RBOOTDDBG "/tmp/rbootd.dbg" #define _PATH_RBOOTDLIB "/usr/mdec/rbootd" -- 2.11.4.GIT