From: Alan T. DeKok Date: Tue, 7 Jun 2011 16:51:48 +0000 (+0200) Subject: Make the certificates on initial install X-Git-Tag: release_3_0_0_beta0~779 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7604f435528e7ab3c32e93bd456d8f10cca54ae3;p=thirdparty%2Ffreeradius-server.git Make the certificates on initial install So that the server doesn't block when it first starts up --- diff --git a/raddb/Makefile b/raddb/Makefile index 15afeb9fe24..d2ff5bd47a8 100644 --- a/raddb/Makefile +++ b/raddb/Makefile @@ -67,6 +67,7 @@ install: for i in Makefile README xpextensions ca.cnf server.cnf client.cnf; do \ $(INSTALL) -m 640 certs/$$i $(R)$(raddbdir)/certs; \ done; \ + $(MAKE) -C $(R)$(raddbdir)/certs; \ fi if [ ! -d $(R)$(raddbdir)/sql ]; then \ find sql -name CVS -prune -o -print | \