aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeradius/default-config.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/freeradius: change default cache paths to /var/cache/radiusdJakub Jirutka2020-02-171-42/+102
| | | | | All are commented out, so we don't have to handle existing cache directories in upgrade.
* main/freeradius: change default cui sqlite location to $db_dir/Jakub Jirutka2020-02-171-0/+11
| | | | It's a database, so it shouldn't be in /var/log.
* main/freeradius: change default sqlite db path to reasonable locationJakub Jirutka2020-02-161-0/+20
|
* main/freeradius: disable eap module conditionally instead of commenting outJakub Jirutka2020-02-141-76/+0
|
* main/freeradius: rewrite init scriptJakub Jirutka2020-02-141-0/+19
| | | | | It's RC/init system's job to daemonize process, processes shouldn't do it themself. Also it's required for using OpenRC's daemon supervisor.
* main/freeradius: fix default location of db_dir and run_dirJakub Jirutka2020-02-141-0/+113
This shouldn't be in /etc, as even the comment above suggests. Both Fedora and Debian changes this to the correct location, /var/lib/radiusd. Also specify real openssl location.