aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/chillispot
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-08-28 17:55:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-08-28 17:55:24 +0000
commit16f7af4bbca632d19a2646a1e4172bbca7c593d0 (patch)
tree4759f92d5e2b5d9ced1f557c5a7ddde620ef29b0 /net-mgmt/chillispot
parent4846fa666ad69d99d0b12e58ae180b542adfee46 (diff)
downloadports-16f7af4bbca632d19a2646a1e4172bbca7c593d0.tar.gz
ports-16f7af4bbca632d19a2646a1e4172bbca7c593d0.zip
- A small addition to the install guide.
PR: ports/102610 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> (maintainer)
Notes
Notes: svn path=/head/; revision=171571
Diffstat (limited to 'net-mgmt/chillispot')
-rw-r--r--net-mgmt/chillispot/files/installguide.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-mgmt/chillispot/files/installguide.txt b/net-mgmt/chillispot/files/installguide.txt
index 1b9976252f1f..af183a8f2136 100644
--- a/net-mgmt/chillispot/files/installguide.txt
+++ b/net-mgmt/chillispot/files/installguide.txt
@@ -129,6 +129,24 @@ uncomment & change the user & group entries from
& change
proxy_requests = yes to no
+now create the log files freeRADIUS will use in /var/log
+mkdir /var/log/radacct
+touch /var/log/radius.log
+touch /var/log/radutmp
+touch /var/log/radwtmp
+
+assign them right permissions
+chmod 700 /var/log/radacct
+chmod 644 /var/log/radius.log
+chmod 600 /var/log/radutmp
+chmod 644 /var/log/radwtmp
+
+then change their ownership
+chown radiusd:radiusd /var/log/radacct
+chown radiusd:radiusd /var/log/radius.log
+chown radiusd:radiusd /var/log/radutmp
+chown radiusd:radiusd /var/log/radwtmp
+
10) Now fireup freeRADIUS in debug mode
by issuing {PREFIX}/sbin/radiusd -X
& using the radtest tool query freeRADIUS