Search Criteria
Package Details: dhcpcd-git 10.0.1.r25.g6a369c6d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dhcpcd-git.git (read-only, click to copy) |
---|---|
Package Base: | dhcpcd-git |
Description: | A DHCP and DHCPv6 client |
Upstream URL: | https://roy.marples.name/projects/dhcpcd/ |
Licenses: | BSD |
Conflicts: | dhcpcd |
Provides: | dhcp-client, dhcpcd |
Submitter: | Chocobo1 |
Maintainer: | Chocobo1 |
Last Packager: | Chocobo1 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-10-25 18:16 (UTC) |
Last Updated: | 2023-05-20 13:30 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- openresolv (openresolv-gitAUR, systemd-chromiumos-resolvconfAUR, systemd-resolvconf-fmlAUR, systemd-resolvconf-selinuxAUR, sysupdated-systemd-resolvconf-gitAUR, systemd-resolvconf-gitAUR, systemd-resolvconf) (optional) – resolvconf support
Required by (11)
- dhcpcd-hook-ntpdate (requires dhcpcd)
- dhcpcd-hook-openvpn (requires dhcpcd)
- dhcpcd-hook-pdnsd (requires dhcpcd)
- ifupdown-ng (requires dhcpcd) (optional)
- initscripts-fork (requires dhcpcd) (optional)
- netns-helper-git (requires dhcpcd) (optional)
- networkmanager-git (requires dhcpcd) (optional)
- snail (requires dhcpcd)
- snail-git (requires dhcpcd)
- trottinett (requires dhcpcd)
- wifiman (requires dhcpcd)
Latest Comments
eNV25 commented on 2021-09-24 23:17 (UTC)
It's fine. It's not important.
Chocobo1 commented on 2021-09-24 04:06 (UTC)
Do you mind filing an issue to the official package too?
https://archlinux.org/packages/core/x86_64/dhcpcd/
eNV25 commented on 2021-09-23 23:16 (UTC)
Can you change
systemd-libs
tolibudev.so
. This is more correct sincelibsystemd.so
is not required.Chocobo1 commented on 2020-11-28 15:16 (UTC)
Should be fixed now.
andrej commented on 2020-11-28 14:41 (UTC) (edited on 2020-11-28 14:42 (UTC) by andrej)
You need
--rundir="/run/dhcpcd"
instead of--rundir="/run"
.Otherwise it will create
/run/pid
instead of/run/dhcpcd/pid
andsystemd
will eventually kill it due to a timeout, because the unit file expects/run/dhcpcd/pid
.Tjuh commented on 2020-08-12 13:00 (UTC)