Skip to content

Commit

Permalink
refresh debian patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnewton authored and arr2036 committed Apr 17, 2014
1 parent fb20901 commit afc48b2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions debian/patches/radiusd-to-freeradius.diff
@@ -1,17 +1,17 @@
--- a/Make.inc.in
+++ b/Make.inc.in
@@ -50,7 +50,7 @@ LDFLAGS = @LDFLAGS@
@@ -75,7 +75,7 @@

LOGDIR = ${logdir}
RADDBDIR = ${raddbdir}
-RUNDIR = ${localstatedir}/run/radiusd
+RUNDIR = ${localstatedir}/run/freeradius
SBINDIR = ${sbindir}
RADIR = ${radacctdir}
LIBRADIUS = $(top_builddir)/src/lib/$(LIBPREFIX)freeradius-radius.la
LIBRADIUS = $(top_builddir)/src/lib/$(LIBPREFIX)freeradius-radius.la -ltalloc
--- a/raddb/radiusd.conf.in
+++ b/raddb/radiusd.conf.in
@@ -62,7 +62,7 @@ radacctdir = @radacctdir@
@@ -61,7 +61,7 @@

#
# name of the running server. See also the "-n" command-line option.
Expand All @@ -20,7 +20,7 @@

# Location of config and logfiles.
confdir = ${raddbdir}
@@ -463,8 +463,8 @@ security {
@@ -415,8 +415,8 @@
# member. This can allow for some finer-grained access
# controls.
#
Expand All @@ -46,4 +46,3 @@
if failed host 127.0.0.1 port 1812 type udp protocol radius secret testing123 then alert
if failed host 127.0.0.1 port 1813 type udp protocol radius secret testing123 then alert
if cpu > 95% for 2 cycles then alert

0 comments on commit afc48b2

Please sign in to comment.