diff --git a/extra/dhcpcd/build b/extra/dhcpcd/build index 4dfd8589..15f276d7 100755 --- a/extra/dhcpcd/build +++ b/extra/dhcpcd/build @@ -4,12 +4,11 @@ --prefix=/usr \ --sbindir=/usr/bin \ --sysconfdir=/etc \ - --rundir=/run \ - --privsepuser=root + --rundir=/run make make DESTDIR="$1" install # Install runit service. -install -Dm 755 dhcpcd.run "$1/etc/sv/dhcpcd/run" +install -Dm 755 dhcpcd.run "$1/etc/sv/dhcpcd/run" ln -s /run/runit/supervise.dhcpcd "$1/etc/sv/dhcpcd/supervise" diff --git a/extra/dhcpcd/checksums b/extra/dhcpcd/checksums index fcfc9da7..3b99dc08 100644 --- a/extra/dhcpcd/checksums +++ b/extra/dhcpcd/checksums @@ -1,2 +1,2 @@ d586a6aefe410af150e4443469fc2fcd588eca736f1f3c3daf84c27fb328671b dhcpcd-9.0.2.tar.gz -533714c2f3edcd70e47822cb880d8e8ffdba673b10452ea808037ec2714a375c dhcpcd.run +2b56c7e91bebcd8ca87e04998551a454b19a904dfb6d1cd0a9255c2feceda418 dhcpcd.run diff --git a/extra/dhcpcd/files/dhcpcd.run b/extra/dhcpcd/files/dhcpcd.run index 0172d7f8..23c25c40 100644 --- a/extra/dhcpcd/files/dhcpcd.run +++ b/extra/dhcpcd/files/dhcpcd.run @@ -1,2 +1,2 @@ #!/bin/sh -exec dhcpcd -BM 1>&2 +exec dhcpcd -BM diff --git a/extra/dhcpcd/version b/extra/dhcpcd/version index 26eb836d..8b3fab2e 100644 --- a/extra/dhcpcd/version +++ b/extra/dhcpcd/version @@ -1 +1 @@ -9.0.2 1 +9.0.2 2