Bug 102610 - Update port: net-mgmt/chillispot
Summary: Update port: net-mgmt/chillispot
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-28 17:10 UTC by Sevan Janiyan
Modified: 2006-08-28 18:55 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sevan Janiyan 2006-08-28 17:10:21 UTC
A small addition to the install guide.
Comment 1 Sevan Janiyan 2006-08-28 17:38:15 UTC
--- chillispot.orig/files/installguide.txt      Mon Aug 28 01:22:48 2006
+++ chillispot/files/installguide.txt   Mon Aug 28 16:59:12 2006
@@ -129,6 +129,24 @@
  & 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
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-08-28 18:55:34 UTC
State Changed
From-To: open->closed

Committed, thanks!