Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 860226 Details for
Bug 904438
net-misc/netifrc: Version check of dhcpcd does not work
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Version check of dhcpcd does not work
0001-Version-check-of-dhcpcd-does-not-work.patch (text/plain), 728 bytes, created by
nilburn
on 2023-04-17 08:12:15 UTC
(
hide
)
Description:
Version check of dhcpcd does not work
Filename:
MIME Type:
Creator:
nilburn
Created:
2023-04-17 08:12:15 UTC
Size:
728 bytes
patch
obsolete
>From cfd0a1e9f625b3b3f9cfcffdb0d8cb5fa094d683 Mon Sep 17 00:00:00 2001 >From: nilninull <nilninull@gmail.com> >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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 904438
: 860226