freeradius3: add missing conffiles to Makefile 13057/head
authorAlexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
Sat, 8 Aug 2020 21:22:15 +0000 (00:22 +0300)
committerAlexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
Sat, 8 Aug 2020 21:44:42 +0000 (00:44 +0300)
commit9c867182898447daa88dd8e2abd9a1a67188bee2
tree476ae0d5086741f6541e631035cbeca56f6a467b
parent717b781ad77bcf7f79aa821ffcc15e131eeb4a60
freeradius3: add missing conffiles to Makefile

Config files
/etc/freeradius3/policy.d/accounting
/etc/freeradius3/policy.d/filter
/etc/freeradius3/proxy.conf
/etc/freeradius3/sites-available/default
and link
/etc/freeradius3/sites-enabled/default
are in the freeradius3 package and are mentioned in the main config file
/etc/freeradius3/radiusd.conf
Thus, they must be explicitly specified in the Makefile.

File
/etc/freeradius3/sites/default
is not included in the package, is not created during installation,
is not mentioned in the main config file and should therefore be excluded
from the Makefile.

(backported from commit f6974b8)
Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
net/freeradius3/Makefile