Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2018 02:09:20 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r338320 - head/usr.sbin/bluetooth/hcsecd
Message-ID:  <201808260209.w7Q29Kqq003422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brd
Date: Sun Aug 26 02:09:20 2018
New Revision: 338320
URL: https://svnweb.freebsd.org/changeset/base/338320

Log:
  Fix the install location of hcsecd.conf
  
  Submitted by:	vangyzen
  Approved by:	re (marius)

Modified:
  head/usr.sbin/bluetooth/hcsecd/Makefile

Modified: head/usr.sbin/bluetooth/hcsecd/Makefile
==============================================================================
--- head/usr.sbin/bluetooth/hcsecd/Makefile	Sat Aug 25 20:19:16 2018	(r338319)
+++ head/usr.sbin/bluetooth/hcsecd/Makefile	Sun Aug 26 02:09:20 2018	(r338320)
@@ -2,6 +2,7 @@
 # $FreeBSD$
 
 CONFS=		hcsecd.conf
+CONFSDIR=	/etc/bluetooth
 CONFSMODE_hcsecd.conf=	600
 PROG=		hcsecd
 MAN=		hcsecd.8 hcsecd.conf.5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808260209.w7Q29Kqq003422>