From: Alan T. DeKok Date: Tue, 27 Jan 2026 21:10:53 +0000 (-0500) Subject: move checkrad to confdir X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37a3af92d481b5faa753634fb863078f7c39099a;p=thirdparty%2Ffreeradius-server.git move checkrad to confdir we should probably just delete checkrad, as it is not used in v4 --- diff --git a/src/bin/checkrad.in b/src/bin/checkrad.in index 50685f34c11..29a73a2124d 100644 --- a/src/bin/checkrad.in +++ b/src/bin/checkrad.in @@ -50,7 +50,7 @@ $prefix = "@prefix@"; $localstatedir = "@localstatedir@"; $logdir = "@logdir@"; $sysconfdir = "@sysconfdir@"; -$raddbdir = "@raddbdir@"; +$confdir = "@raddbdir@"; $debug = ""; #$debug = "$logdir/checkrad.log"; @@ -61,7 +61,7 @@ $snmp_timeout = 5; $snmp_retries = 1; $snmp_version = "2c"; $rusers = "@RUSERS@"; -$naspass = "$raddbdir/naspasswd"; +$naspass = "$confdir/naspasswd"; # Community string. Change this if yours isn't "public". $cmmty_string = "public";