From 6685dfaff02196dfb4f05cde4ab649f3b46b2ac9 Mon Sep 17 00:00:00 2001 From: brd Date: Sun, 26 Aug 2018 02:09:20 +0000 Subject: [PATCH] Fix the install location of hcsecd.conf Submitted by: vangyzen Approved by: re (marius) --- usr.sbin/bluetooth/hcsecd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/bluetooth/hcsecd/Makefile b/usr.sbin/bluetooth/hcsecd/Makefile index 5520effdb10d..35353a3bfe94 100644 --- a/usr.sbin/bluetooth/hcsecd/Makefile +++ b/usr.sbin/bluetooth/hcsecd/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ CONFS= hcsecd.conf +CONFSDIR= /etc/bluetooth CONFSMODE_hcsecd.conf= 600 PROG= hcsecd MAN= hcsecd.8 hcsecd.conf.5