From 25d56e7ef33978bc0b74ab0be581a84ad89e41f2 Mon Sep 17 00:00:00 2001 From: Graham Clinch Date: Sun, 2 Oct 2016 00:01:35 +0100 Subject: [PATCH] dhcp module isn't built by default, don't try to enable it --- debian/freeradius-config.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/freeradius-config.postinst b/debian/freeradius-config.postinst index 8328f0f2fd01..942a47881ef8 100644 --- a/debian/freeradius-config.postinst +++ b/debian/freeradius-config.postinst @@ -24,7 +24,7 @@ case "$1" in # Create links for default modules for mod in always attr_filter cache_eap chap \ - detail detail.log digest dhcp dynamic_clients eap \ + detail detail.log digest dynamic_clients eap \ eap_inner echo exec expiration expr files linelog logintime \ mschap ntlm_auth pap passwd preprocess radutmp realm \ replicate soh sradutmp unix unpack utf8 ; do