Skip to content

Commit

Permalink
Fix problems with freeradius-dhcp*.deb, refs FreeRADIUS#1125
Browse files Browse the repository at this point in the history
  • Loading branch information
jpereira committed Jul 15, 2015
1 parent 4811163 commit ba06296
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions debian/patches/disable-dhcp-bydefault.diff
@@ -0,0 +1,13 @@
diff --git a/raddb/all.mk b/raddb/all.mk
index 25602a8..cf5d2de 100644
--- a/raddb/all.mk
+++ b/raddb/all.mk
@@ -8,7 +8,7 @@ DEFAULT_SITES := default inner-tunnel
LOCAL_SITES := $(addprefix raddb/sites-enabled/,$(DEFAULT_SITES))

DEFAULT_MODULES := always attr_filter cache_eap chap \
- detail detail.log digest dhcp dynamic_clients eap \
+ detail detail.log digest dynamic_clients eap \
echo exec expiration expr files linelog logintime \
mschap ntlm_auth pap passwd preprocess radutmp realm \
replicate soh sradutmp unix unpack utf8
1 change: 1 addition & 0 deletions debian/patches/series
@@ -1 +1,2 @@
radiusd-to-freeradius.diff
disable-dhcp-bydefault.diff

0 comments on commit ba06296

Please sign in to comment.