freeradius3: add missing conffiles to Makefile 12904/head
authorAlexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
Sat, 1 Aug 2020 20:31:59 +0000 (23:31 +0300)
committerAlexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
Sat, 1 Aug 2020 20:31:59 +0000 (23:31 +0300)
commitf6974b8f3c547ff3afc8a50f835cc6d200b6d14d
tree25cafa69d759cf76c2f85073bc638abb00479a86
parent1bcd916badbad148720aebd7b537ec1bf0f55d95
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.

Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
net/freeradius3/Makefile