9 Sep
2013
9 Sep
'13
9:16 a.m.
On 09/09/13 14:04, Stefan Winter wrote:
Hi,
mv raddb raddb-noinst mkdir raddb touch raddb/all.mk make install
do 'mkdir raddb/mods-config'
you've 'messed around' with the configuration directory which assumes that mods-config exists... i guess that could be fixed to make dir directory first if it doesnt exist.
The idea is that make install is not supposed to touch my production config in any way. I don't want it to generously add directories without me knowing.
I would tend to agree. Really, anything that touches raddb should only run if the top-level raddb directory doesn't exist or is completely empty.