]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
move db_dir, as nothing uses it
authorAlan T. DeKok <aland@freeradius.org>
Thu, 4 Nov 2021 12:07:25 +0000 (08:07 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 4 Nov 2021 14:57:00 +0000 (10:57 -0400)
raddb/radiusd.conf.in

index 9cdc67f05a2ce37fa183290f2753c4f6a55829a5..ed9778983726fd6bb1045afb49f0153fc2a8e34c 100644 (file)
@@ -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.