net/freeradius: fix another hiccup; closes #207

This commit is contained in:
Franco Fichtner
2017-07-24 10:42:03 +02:00
parent 62904c15fc
commit 97d6b2b3fe
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= freeradius
PLUGIN_VERSION= 1.0.0
PLUGIN_REVISION= 1
PLUGIN_REVISION= 2
PLUGIN_COMMENT= RADIUS Authentication, Authorization and Accounting Server
PLUGIN_DEPENDS= freeradius3
PLUGIN_MAINTAINER= m.muenz@gmail.com
@@ -1,7 +1,7 @@
#!/bin/sh
RADIUS_FILES=/var/log/radius.log /var/log/radutmp /var/log/radwtmp
RADIUS_DIRS=/usr/local/etc/raddb /var/run/radiusd /var/log/radacct
RADIUS_FILES="/var/log/radius.log /var/log/radutmp /var/log/radwtmp"
RADIUS_DIRS="/usr/local/etc/raddb /var/run/radiusd /var/log/radacct"
RADIUS_USER=freeradius
RADIUS_GROUP=freeradius