diff options
| author | Michael Biebl <biebl@debian.org> | 2024-09-03 14:57:33 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-09-03 14:58:23 +0200 |
| commit | bbd537d4ffdb795581fdd9efeb4fbec4bb420cc3 (patch) | |
| tree | a221c3a22455c814323d982613bb8b5d92cdbd61 | |
| parent | d2af935ca7b036954b39d32cd605ad477ecdc274 (diff) | |
Stop enabling support for dhclient
This feature has been marked deprecated and is scheduled to be removed in a future release.
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 50dd4abe..f0249745 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,6 @@ override_dh_auto_configure: -Dpppd_plugin_dir=$(PPPD_PLUGIN_DIR) \ -Dpppd=/usr/sbin/pppd \ -Dresolvconf=/usr/sbin/resolvconf \ - -Ddhclient=/usr/sbin/dhclient \ -Dmodprobe=/usr/sbin/modprobe \ -Ddhcpcanon=false \ -Ddhcpcd=false \ |