[ANN] Version 3.0.0-rc0
Alan DeKok
aland at deployingradius.com
Mon Jul 15 10:24:32 CEST 2013
Stefan Winter wrote:
> Now, with 3.0.0 if I try the same trick, I get:
>
> # mv raddb raddb-noinst
> # make install
> scripts/boiler.mk:552: raddb/all.mk: No such file or directory
> make: *** No rule to make target `raddb/all.mk'. Stop.
>
> I understand that the urgency of preserving existing config dirs is
> lower; due to the server not creating new modules in modules/ any more;
> these days, it can mess with mods-available as it likes.
>
> But still, the hygiene I could apply to my config previously was nice.
>
> Any chance to get this back?
It's not simple.
You can do:
# mv raddb raddb-noinst
# mkdir raddb
# touch raddb/all.mk
# make install
Two more commands, and it will still work.
Alan DeKok.
More information about the Freeradius-Users
mailing list