New build path variable
[freeradius.git] / debian / patches / radiusd-to-freeradius.diff
1 ## 01-radiusd-to-freeradius.dpatch by Mark Hymers <mark@hymers.org.uk>
2 ## DP: change debian binary name from radiusd -> freeradius
3
4 --- old/Make.inc.in     (revision 1496)
5 +++ new/Make.inc.in     (working copy)
6 @@ -48,7 +48,7 @@
7  
8  LOGDIR         = ${logdir}
9  RADDBDIR       = ${raddbdir}
10 -RUNDIR         = ${localstatedir}/run/radiusd
11 +RUNDIR         = ${localstatedir}/run/freeradius
12  SBINDIR                = ${sbindir}
13  RADIR          = ${radacctdir}
14  
15 --- old/raddb/radiusd.conf.in   2009-02-19 15:25:59.723240012 +0000
16 +++ new/raddb/radiusd.conf.in   2009-02-19 15:32:18.215568132 +0000
17 @@ -62,7 +62,7 @@
18
19  #
20  #  name of the running server.  See also the "-n" command-line option.
21 -name = radiusd
22 +name = freeradius
23
24  #  Location of config and logfiles.
25  confdir = ${raddbdir}
26 @@ -164,8 +164,8 @@
27  #  It will join all groups where "user" is a member.  This can allow
28  #  for some finer-grained access controls.
29  #
30 -#user = radius
31 -#group = radius
32 +user = freerad
33 +group = freerad
34
35  #  max_request_time: The maximum time (in seconds) to handle a request.
36  #