]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix problems with freeradius-dhcp*.deb, refs #1125
authorJorge Pereira <jpereiran@gmail.com>
Wed, 15 Jul 2015 15:09:58 +0000 (12:09 -0300)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 19 Aug 2015 04:17:29 +0000 (00:17 -0400)
debian/patches/disable-dhcp-bydefault.diff [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/disable-dhcp-bydefault.diff b/debian/patches/disable-dhcp-bydefault.diff
new file mode 100644 (file)
index 0000000..a76a085
--- /dev/null
@@ -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
index 5ba2d18c5608c48b9de9e7fdec6aa98e8d5d2aab..893d2d1716b329254cf0d3cf4bc3d503b5cc9a32 100644 (file)
@@ -1 +1,2 @@
 radiusd-to-freeradius.diff
+disable-dhcp-bydefault.diff