Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/freeradius: change default cache paths to /var/cache/radiusd | Jakub Jirutka | 2020-02-17 | 1 | -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 Jirutka | 2020-02-17 | 1 | -0/+11 |
| | | | | It's a database, so it shouldn't be in /var/log. | ||||
* | main/freeradius: change default sqlite db path to reasonable location | Jakub Jirutka | 2020-02-16 | 1 | -0/+20 |
| | |||||
* | main/freeradius: disable eap module conditionally instead of commenting out | Jakub Jirutka | 2020-02-14 | 1 | -76/+0 |
| | |||||
* | main/freeradius: rewrite init script | Jakub Jirutka | 2020-02-14 | 1 | -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_dir | Jakub Jirutka | 2020-02-14 | 1 | -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. |