From: Alan T. DeKok Date: Thu, 4 Nov 2021 12:07:25 +0000 (-0400) Subject: move db_dir, as nothing uses it X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb4676bfdfb218a65ff9100233c5190383865d11;p=thirdparty%2Ffreeradius-server.git move db_dir, as nothing uses it --- diff --git a/raddb/radiusd.conf.in b/raddb/radiusd.conf.in index 9cdc67f05a2..ed977898372 100644 --- a/raddb/radiusd.conf.in +++ b/raddb/radiusd.conf.in @@ -77,11 +77,7 @@ modconfdir = ${confdir}/mods-config certdir = ${confdir}/certs cadir = ${confdir}/certs run_dir = ${localstatedir}/run/${name} - -# -# Should likely be ${localstatedir}/lib/radiusd -# -db_dir = ${raddbdir} +db_dir = ${localstatedir}/lib/${name} # # libdir:: Where to find the rlm_* modules.