ports/102610: Update port: net-mgmt/chillispot

Venture37 venture37 at geeklan.co.uk
Mon Aug 28 16:40:25 UTC 2006


The following reply was made to PR ports/102610; it has been noted by GNATS.

From: Venture37 <venture37 at geeklan.co.uk>
To: bug-followup at FreeBSD.org, venture37 at geeklan.co.uk
Cc:  
Subject: Re: ports/102610: Update port: net-mgmt/chillispot
Date: Mon, 28 Aug 2006 17:38:15 +0100

 --- 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



More information about the freebsd-ports-bugs mailing list