From: Jorge Pereira Date: Wed, 15 Jul 2015 15:09:58 +0000 (-0300) Subject: Fix problems with freeradius-dhcp*.deb, refs #1125 X-Git-Tag: release_3_0_10~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc772a72e711000e3ba5e3cfcd157a35c9f4ae91;p=thirdparty%2Ffreeradius-server.git Fix problems with freeradius-dhcp*.deb, refs #1125 --- diff --git a/debian/patches/disable-dhcp-bydefault.diff b/debian/patches/disable-dhcp-bydefault.diff new file mode 100644 index 00000000000..a76a08507a6 --- /dev/null +++ b/debian/patches/disable-dhcp-bydefault.diff @@ -0,0 +1,12 @@ +diff a/raddb/all.mk b/raddb/all.mk +--- 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 diff --git a/debian/patches/series b/debian/patches/series index 5ba2d18c560..893d2d1716b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ radiusd-to-freeradius.diff +disable-dhcp-bydefault.diff