From cfd0a1e9f625b3b3f9cfcffdb0d8cb5fa094d683 Mon Sep 17 00:00:00 2001 From: nilninull Date: Mon, 17 Apr 2023 16:53:38 +0900 Subject: [PATCH] Version check of dhcpcd does not work --- net/dhcpcd.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/net/dhcpcd.sh b/net/dhcpcd.sh index 1e1bbe0..132a44b 100644 --- a/net/dhcpcd.sh +++ b/net/dhcpcd.sh @@ -31,13 +31,6 @@ dhcpcd_start() eval opts=\$dhcp_${IFVAR} [ -z "${opts}" ] && opts=${dhcp} - case "$(dhcpcd --version | head -n 1)" in - "dhcpcd "[123]*) - eerror 'The dhcpcd version is too old. Please upgrade.' - return 1 - ;; - esac - # Map some generic options to dhcpcd for opt in ${opts}; do case "${opt}" in -- 2.39.2